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.
让 AI 编程助手(Cursor / Claude Code 等)能更好地编写 Minecraft 模组的完整工具包。
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.
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.
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.
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.
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.
guguzea/MC-AI-Coding-Assistant-Tool
Command Claude Code
A command reference for Minecraft Bedrock behavior packs, which define gameplay rules and entity behavior.
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.
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.
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.
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.
guguzea/MC-AI-Coding-Assistant-Tool
Command Claude Code
A Minecraft mod command for defining advancement progress as JSON and connecting it to an AdvancementProvider.
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.
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.
guguzea/MC-AI-Coding-Assistant-Tool
Command Claude Code
Yarn 已核:BlockEntity(BlockEntityType)、toTag/fromTag、BlockEntityProvider#createBlockEntity(BlockView)、Registry.BLOCKENTITY、BlockEntityType.Builder.create(Supplier, Block...)。.
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.
guguzea/MC-AI-Coding-Assistant-Tool
Command Claude Code
A setup for Cloth Config, a library that provides configuration screens and grouped settings for Fabric mods.
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.
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.
guguzea/MC-AI-Coding-Assistant-Tool
Command Claude Code
A Fabric 1.14.4 guide for writing recipe and model JSON files directly into the mod's resources.
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.
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.
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.
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.
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.
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: