guguzea/MC-AI-Coding-Assistant-Tool

A complete toolkit that helps AI coding assistants such as Cursor and Claude Code write Minecraft mods more effectively.

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

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

mc-entity

25

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A compatibility note for defining entity attributes in Fabric 1.14.x. Entity attributes are values such as health, speed, or attack strength.

not rated 16 +2 2d ago A 28 tokens

mc-events

26

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide to handling events in Fabric 1.14.4, Minecraft's modding framework. It covers event callbacks and registering setup code when a mod starts.

not rated 16 +2 2d ago A 42 tokens

mc-fabric-api

27

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide to Fabric API modules used for Minecraft mod development. It covers commands, content registration, and network communication between game components.

not rated 16 +2 2d ago A 40 tokens

mc-fluid

28

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A code example for registering a custom fluid in Fabric. A fluid is a liquid or flowing substance that can exist in the Minecraft world.

not rated 16 +2 2d ago A 29 tokens

mc-gametest

29

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

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

not rated 16 +2 2d ago A 21 tokens

mc-gui

30

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide to building graphical interfaces in Fabric 1.14.4. It covers containers, screens, and the code that connects a screen to its provider.

not rated 16 +2 2d ago A 35 tokens

mc-kotlin

32

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide for adding Kotlin language support to a Fabric Minecraft mod. Kotlin is a programming language that runs on the Java platform and can be used instead of Java for mod code.

not rated 16 +2 2d ago A 42 tokens

mc-loottable

33

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide for defining Minecraft loot tables and LootTableProvider code. Loot tables describe what items or rewards appear when something is opened, mined, or defeated.

not rated 16 +2 2d ago A 24 tokens

mc-mixin

34

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide to Fabric Mixin injection, a way to insert your code into existing Minecraft methods. It covers annotations and configuration files used to choose where the code runs.

not rated 16 +2 2d ago A 50 tokens

mc-model

35

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide to Minecraft JSON models and block states. These files tell the game how blocks and items should look and which model to use in each state.

not rated 16 +2 2d ago A 27 tokens

mc-multiblock

36

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide for building multiblock structures in Minecraft, where several blocks work together as one machine or feature. It covers the master block that controls the structure and the slave blocks that belong to it.

not rated 16 +2 2d ago A 23 tokens

mc-networking

37

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide to networking in Fabric Minecraft mods. It covers sending packets, which are small messages exchanged between the client and server, using PacketByteBuf for their data.

not rated 16 +2 2d ago A 43 tokens

mc-particle

38

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A code example for creating a custom Minecraft particle type. Particles are small visual effects, such as sparks, smoke, or floating magic symbols.

not rated 16 +2 2d ago A 31 tokens

mc-potion

39

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide to adding Minecraft potions and brewing recipes. Potions are drinkable or throwable effects, and brewing recipes define how ingredients create them.

not rated 16 +2 2d ago A 20 tokens

mc-recipe

40

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A guide for creating Minecraft crafting recipes in Fabric using JSON files. It covers shaped recipes, which require a pattern, and shapeless recipes, where ingredient order does not matter.

not rated 16 +2 2d ago A 33 tokens

mc-registry

41

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A reference for Minecraft's registration system, focused on Fabric 1.14.4 and different registry types.

not rated 16 +2 2d ago A 32 tokens

mc-renderer

42

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A reference for rendering Minecraft entities and blocks on the client, including block-entity renderers, rendering layers, and textures.

not rated 16 +2 2d ago A 30 tokens

mc-sound

44

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

// 1. 创建 SoundEvent private static final SoundEvent MYSOUND = Registry.register( Registry.SOUNDEVENT, new Identifier(MODID, "mysound"), SoundEvent.of(new Identifier(MODID, "mysound")) ).

not rated 16 +2 2d ago A 29 tokens

mc-structure

45

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A reference for Minecraft structures, templates, and jigsaw systems. Jigsaw structures are modular generated builds assembled from smaller pieces.

not rated 16 +2 2d ago A 20 tokens

mc-villager

46

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A small reference for Minecraft villagers, with an entry point and suggested next steps. The description does not provide enough detail about its exact coverage.

not rated 16 +2 2d ago A 23 tokens

mc-weather

47

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A reference for Minecraft APIs related to weather, thunderstorms, rain, and climate settings for dimensions.

not rated 16 +2 2d ago A 32 tokens

mc-worldgen

48

guguzea/MC-AI-Coding-Assistant-Tool

Command Claude Code

A reference for generating Minecraft worlds with the loader API. Its description is too limited to explain the supported jobs reliably.

not rated 16 +2 2d ago A 22 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: