guguzea/MC-AI-Coding-Assistant-Tool

让 AI 编程助手(Cursor / Claude Code 等)能更好地编写 Minecraft 模组的完整工具包。

13Stars on the repository
60Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

01-manifest

02

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.

13 3d ago A 449 tokens original MIT

02-resource-pack

03

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.

13 3d ago A 326 tokens original MIT

03-behavior-pack

04

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.

13 3d ago A 338 tokens original MIT

04-entity

05

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.

13 3d ago A 267 tokens original MIT

05-blocks-items

06

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.

13 3d ago A 400 tokens original MIT

06-molang

07

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.

13 3d ago A 253 tokens original MIT

07-script-api

08

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.

13 3d ago A 475 tokens original MIT

08-worldgen

09

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.

13 3d ago A 250 tokens original MIT

09-anti-patterns

10

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.

13 3d ago A 293 tokens original MIT

10-publish

11

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.

13 3d ago A 284 tokens original MIT

01-registry

12

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.

13 3d ago A 1,457 tokens original MIT

02-block

13

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.

13 3d ago A 1,684 tokens original MIT

03-item

14

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.

13 3d ago A 1,890 tokens original MIT

05-events

15

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.

13 3d ago A 1,930 tokens original MIT

06-networking

16

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.

13 3d ago A 1,321 tokens original MIT

07-datagen

17

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.

13 3d ago A 779 tokens original MIT

08-client-server

18

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.

13 3d ago A 1,228 tokens original MIT

10-gui

19

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.

13 3d ago A 1,575 tokens original MIT

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: