guguzea/MC-AI-Coding-Assistant-Tool

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

14Stars on the repository
117Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

mc-addon-manifest

01

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A command set for creating and checking a Minecraft Bedrock add-on's manifest.json file, which describes its version, engine requirements, modules, and permissions.

not rated 14 yesterday A 27 tokens original

mc-addon-setup

02

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

Rules for setting up a Minecraft Bedrock add-on project. An add-on is a collection of behavior and resource files that changes a Bedrock world, using behavior packs and resource packs.

not rated 14 yesterday A 35 tokens original

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

Rules for defining Minecraft Bedrock blocks and items in JSON. JSON is a text format used here to describe how custom blocks and items are configured.

not rated 14 yesterday A 30 tokens original

mc-bedrock-entity

04

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

Rules for creating Minecraft Bedrock entities as matching behavior-pack and resource-pack definitions. The behavior pack controls game behavior, while the resource pack controls the client-side appearance.

not rated 14 yesterday A 28 tokens original

mc-bedrock-worldgen

05

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

Rules for Minecraft Bedrock world generation, the system that creates terrain and biomes. They point to documented features and biome APIs and mark missing documentation as unverified.

not rated 14 yesterday A 26 tokens original

mc-molang

07

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

Rules for Molang, Minecraft's small expression language for controlling values and visual or gameplay conditions. Molang is separate from the Bedrock Script API.

not rated 14 yesterday A 27 tokens original

mc-publish-addon

08

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A publication command whose instructions are stored in a file named 10-publish.mdc. The available notes point to the stable/getting-started documentation.

not rated 14 yesterday A 32 tokens original

mc-resource-pack

09

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

Rules for Minecraft Bedrock resource packs, which contain client-side files such as textures and custom block definitions. They use Bedrock's documented resource-pack structure rather than Java Edition asset folders.

not rated 14 yesterday A 28 tokens original

mc-script-api

10

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

Rules for Minecraft Bedrock Edition's Script API, the JavaScript or TypeScript interface for responding to world and system events. They default to stable APIs and require explicit mention of Beta APIs.

not rated 14 yesterday A 23 tokens original

mc-ai

12

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A reference for Minecraft entity behaviour using Goals and Brain systems, which control how entities choose and perform actions.

not rated 14 yesterday A 17 tokens

mc-block

13

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A reference for creating Minecraft blocks with Fabric API settings such as material, hardness, and copied block properties.

not rated 14 yesterday A 35 tokens

mc-blockentity

14

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

Yarn 已核:BlockEntity(BlockEntityType)、toTag/fromTag、BlockEntityProvider#createBlockEntity(BlockView)、Registry.BLOCKENTITY、BlockEntityType.Builder.create(Supplier, Block...)。.

not rated 14 yesterday A 37 tokens

mc-capability

15

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A reference for Fabric entity events, including AttackEntityCallback, a hook that runs when an entity attacks another entity.

not rated 14 yesterday A 29 tokens

mc-command

17

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A reference for registering Minecraft commands with CommandManager and Brigadier, the library that parses command text and arguments.

not rated 14 yesterday A 24 tokens

mc-compat-jei

18

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide for making Fabric plugins that integrate with JEI or REI, mods that show item recipes and uses in Minecraft.

not rated 14 yesterday A 45 tokens

mc-datapack

20

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide to Minecraft datapacks, collections of data files that change game behaviour, including their folder layout and pack metadata.

not rated 14 yesterday A 29 tokens

mc-dimension

21

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide to creating custom Minecraft dimensions and moving players between them. A dimension is a separate game world, such as the Nether.

not rated 14 yesterday A 32 tokens

mc-effect

22

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A command entry for Minecraft effects, but the available description gives no details about its capabilities.

not rated 14 yesterday A 18 tokens

mc-enchantment

23

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide to registering enchantments and defining their effects in Minecraft. An enchantment is a special ability added to an item.

not rated 14 yesterday A 19 tokens

mc-energy

24

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide to sharing energy between Minecraft technology mods. FE, or Forge Energy, is a common system for storing and transferring power.

not rated 14 yesterday A 25 tokens

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: