guguzea/MC-AI-Coding-Assistant-Tool

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

This repository also configures its own agents. See what MC-AI-Coding-Assistant-Tool tells them →

14Stars on the repository
117Mods indexed here, across every type
todayLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

mc-addon-manifest

01

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A workflow for creating and checking Minecraft Bedrock’s manifest.json file. This file identifies a pack, its version, modules, engine requirement, and related settings.

not rated 14 today A 27 tokens original

mc-addon-setup

02

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A setup workflow for a Minecraft Bedrock Add-On project. It explains the resource-pack and behavior-pack structure used by Bedrock and where development files live.

not rated 14 today A 35 tokens original

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

Instructions for creating Minecraft Bedrock blocks and items with JSON configuration. Minecraft Bedrock is the edition of Minecraft that uses JSON files to define many custom game elements.

not rated 14 today A 30 tokens original

mc-bedrock-worldgen

05

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A workflow for Minecraft Bedrock world generation, meaning the rules that create terrain and natural features in a new world. It uses Bedrock’s documented features and biome guidance.

not rated 14 today A 26 tokens original

mc-behavior-pack

06

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A workflow for creating Minecraft Bedrock behavior packs, which control gameplay rules and entity behavior. It points to Bedrock’s behavior-pack documentation and JSON checker.

not rated 14 today A 29 tokens original

mc-molang

07

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A short reference for Molang, a small expression language used in Minecraft Bedrock, covering its introduction and syntax. It specifically separates Molang from the Minecraft Script API.

not rated 14 today A 27 tokens original

mc-publish-addon

08

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A workflow for publishing Minecraft Bedrock Add-Ons. Bedrock distributes packs as files such as .mcpack, .mcaddon, and .mcworld rather than Java Edition .jar files.

not rated 14 today A 32 tokens original

mc-resource-pack

09

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A workflow for creating Minecraft Bedrock resource packs, which hold visual and audio content such as textures and custom-block appearances. It uses Bedrock’s resource-pack documentation.

not rated 14 today A 28 tokens original

mc-script-api

10

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A skill for Minecraft Bedrock’s Script API, the JavaScript interface for controlling worlds and responding to game events.

not rated 14 today A 23 tokens original

mc-advancement

11

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide for working with Minecraft advancement JSON and the code that provides those advancements in Fabric 1.14.4. Advancements are in-game achievements with requirements and rewards.

not rated 14 today A 20 tokens original

mc-ai

12

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to programming entity artificial intelligence in Minecraft Fabric 1.14.4, including goals and target selectors. Goals are individual behaviors, such as wandering or attacking.

not rated 14 today A 17 tokens original

mc-block

13

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide for creating blocks in Fabric 1.14.4, a Minecraft modding version and platform. It explains which Fabric block settings and registration patterns to use for ordinary blocks, interactive blocks, blocks that store data, and custom rendering.

not rated 14 today A 35 tokens original

mc-blockentity

14

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

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

not rated 14 today A 37 tokens original

mc-capability

15

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to handling entity events in Fabric 1.14.4, including when a player attacks an entity and when the server ticks. Entities are creatures, players, and other objects in the game world.

not rated 14 today A 29 tokens original

mc-cloth-config

16

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to using Cloth Config with Fabric to define typed settings and a configuration screen. Cloth Config is a library that lets a mod expose options users can change through a graphical menu.

not rated 14 today A 39 tokens original

mc-command

17

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A reference for adding commands to Fabric 1.14.4 Minecraft mods. Fabric is a tool for creating and loading Minecraft modifications.

not rated 14 today A 24 tokens original

mc-compat-jei

18

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide for making Fabric mods work with REI, or Roughly Enough Items, an in-game item browser that shows items and their recipes. It also explains why JEI, a similar tool mainly used with Forge, is not the usual choice here.

not rated 14 today A 45 tokens original

mc-datagen

19

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide for adding Minecraft data and resource JSON files by hand in Fabric 1.14.4. These files define things such as item models, recipes, loot tables, and translations.

not rated 14 today A 42 tokens original

mc-datapack

20

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to Minecraft data packs, folders of data that change game content without changing compiled code. It covers their layout, pack metadata, and validation.

not rated 14 today A 29 tokens original

mc-dimension

21

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide for creating custom Minecraft dimensions and handling DimensionType, teleportation, and travel between dimensions in Fabric 1.14.4. A dimension is a separate world or realm, such as the Nether.

not rated 14 today A 32 tokens original

mc-effect

22

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A diagnostic workflow for finding problems in a music mix, such as muddiness, harshness, weak vocals, excessive width, or clashing kick and bass. A mix is the balance of all recorded or programmed sounds before final mastering.

not rated 14 today A 18 tokens original

mc-enchantment

23

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to registering enchantments, special effects that can be applied to Minecraft items, in Fabric 1.14.4. The excerpt points to related registry and data guides.

not rated 14 today A 19 tokens original

mc-energy

24

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A reference skill for connecting energy systems in Minecraft mods, including Forge Energy and the corresponding energy-storage interface.

not rated 14 today A 25 tokens copy · 86%

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: