guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
A project-structure rule for Minecraft Bedrock add-ons, which are packages containing resources, gameplay data, or scripts.
让 AI 编程助手(Cursor / Claude Code 等)能更好地编写 Minecraft 模组的完整工具包。
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
A project-structure rule for Minecraft Bedrock add-ons, which are packages containing resources, gameplay data, or scripts.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
A rule for creating and checking manifest.json files, the identity and configuration files used by Minecraft Bedrock packs.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
A set of rules for building Minecraft Bedrock resource packs, which control textures, terrain and item images, attachables, sounds, and client-side entity appearance. It explains how resource-pack files connect to behavior-pack files.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
A set of rules for building Minecraft Bedrock behavior packs, which control entities, blocks, items, loot, crafting, and spawning. It also points to the relevant Bedrock documentation and provides a limited JSON check.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
Rules for creating Minecraft Bedrock entities, which are creatures or other objects that can appear in the game. Each entity needs matching behavior data in a behavior pack and appearance data in a resource pack.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
Rules for defining custom Minecraft Bedrock blocks and items in JSON, including their resource-pack texture references and namespaced identifiers.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
A rule for writing Molang, Minecraft Bedrock’s small expression language, instead of Java or JavaScript.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
Rules for choosing Minecraft Bedrock’s stable or beta scripting APIs and setting up behavior-pack scripts. It also covers when players must enable beta features in the game.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
A Cursor rule for Minecraft Bedrock world-generation JSON, which defines features, biomes, and structures in a behavior pack. It explains which documentation to use and how to handle topics that have not been verified.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
Rules that identify common mistakes when building Minecraft Bedrock Add-Ons. They distinguish Bedrock tools and files from Java Edition tools such as Gradle, Yarn, and Forge.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
Rules for packaging and installing Minecraft Bedrock Add-Ons and worlds. They cover .mcpack, .mcaddon, and .mcworld files, along with testing in Minecraft Preview or Editor.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
Fabric registration rules for Minecraft 1.14.4. Registration tells the game about objects such as blocks, items, entities, sounds, and fluids so they can appear in the mod.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
A rule sheet for creating blocks in Fabric 1.14.4, a Minecraft modding environment. It explains how to register blocks and block items, choose block types, store block data, and handle custom rendering.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
A coding rule for registering items in a Fabric 1.14.4 Minecraft mod. It distinguishes ordinary hand-held items from tools, armor, food, durable items, and items with custom behavior.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
Fabric event-handling rules for Minecraft 1.14.4. Fabric is a Minecraft modding system that uses registered callbacks for game events, rather than Forge annotations or invented event names.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
Version-specific rules for sending network packets between a Fabric 1.14.4 Minecraft server and its clients. Fabric is a platform for modifying Minecraft.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
A project rule for Minecraft Fabric 1.14.4 resources, such as item models, block models, recipes, and language files. It requires these files to be written as JSON in the source resources folders because that version does not include the newer data-generation system.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
Rules for separating client-side and server-side code in Fabric 1.14.4 Minecraft mods. Fabric is a Minecraft modding framework, and client code runs in the player’s game while server code runs the game world.
guguzea/MC-AI-Coding-Assistant-Tool
Cursor rule Codex
A set of rules for building graphical interfaces in Fabric 1.14.4 Minecraft mods. Fabric is a Minecraft modding platform, and a GUI is an on-screen interface with controls.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: