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
3d 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

Skill Claude CodeCodex

A guide to creating custom entities in Minecraft Fabric 1.14.4, including their attributes, registration, size, and renderer. An entity is a creature, player, projectile, or other object that exists in the game world.

not rated 16 +2 3d ago A 28 tokens original

mc-events

26

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to handling game events in Fabric 1.14.4, a Minecraft modding framework. It covers event callbacks, startup registration, and differences from Forge.

not rated 16 +2 3d ago A 42 tokens original

mc-fabric-api

27

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to Fabric API, the modular library that adds common features for Minecraft mods. It covers commands, content registration, networking, and screens for Fabric 1.14.4.

not rated 16 +2 3d ago A 40 tokens original

mc-fluid

28

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to adding flowing liquids in Fabric 1.14.4, a modding platform and version of Minecraft. It shows how to register a fluid and connect it with a block.

not rated 16 +2 3d ago A 29 tokens original

mc-gametest

29

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A starter guide for testing Minecraft mods with Fabric 1.14.4. It links testing work to related registration, data-generation, and data-pack guidance.

not rated 16 +2 3d ago A 21 tokens original

mc-gui

30

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to building graphical interfaces in Fabric 1.14.4 Minecraft mods. It covers containers, container types, and screens, which display and manage interactive menus.

not rated 16 +2 3d ago A 35 tokens

mc-item

31

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

Yarn:Item.Settings(maxCount / maxDamage / food),不是 Item.Properties。.

not rated 16 +2 3d ago A 37 tokens

mc-kotlin

32

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to using Kotlin, a programming language, in Fabric Minecraft mods. It covers Fabric Language Kotlin, Kotlin JVM setup, and Kotlin build files.

not rated 16 +2 3d ago A 42 tokens

mc-loottable

33

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to Minecraft loot tables, JSON files that define how drops are selected. It also covers LootTableProvider, which helps generate those tables in code.

not rated 16 +2 3d ago A 24 tokens

mc-mixin

34

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to Fabric Mixin injections, which let a Minecraft mod change existing game code at selected points. It covers configuration and annotations such as @Mixin, @Inject, and @At.

not rated 16 +2 3d ago A 50 tokens

mc-model

35

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to Minecraft JSON models and block states, which tell the game how blocks and items should look. It covers item models, block model files, and model generation.

not rated 16 +2 3d ago A 27 tokens

mc-multiblock

36

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to multiblock structures, which are machines or buildings made from several blocks that act as one structure. It uses master and slave parts to represent the structure.

not rated 16 +2 3d ago A 23 tokens

mc-networking

37

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to networking in Fabric 1.14.4 Minecraft mods. It covers sending data between the client and server with packet registries and PacketByteBuf, a buffer for packet data.

not rated 16 +2 3d ago A 43 tokens

mc-particle

38

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A guide to adding custom particle types in a Fabric Minecraft mod. It includes a Java class that extends the game's default particle type.

not rated 16 +2 3d ago A 31 tokens

mc-recipe

40

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A Minecraft Fabric modding guide for writing JSON recipe files, including shaped and shapeless recipes.

not rated 16 +2 3d ago A 33 tokens

mc-renderer

42

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A Minecraft client-side rendering guide for entities, blocks, block-entity renderers, render layers, and textures.

not rated 16 +2 3d ago A 30 tokens

mc-resourcepack

43

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A Minecraft resource-pack guide covering pack formats and textures. Resource packs contain the visual and other client assets used by the game.

not rated 16 +2 3d ago A 22 tokens

mc-sound

44

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

// 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 3d ago A 29 tokens

mc-structure

45

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A Minecraft modding guide for structures, structure templates, and jigsaw systems, which assemble generated structures from pieces.

not rated 16 +2 3d ago A 20 tokens

mc-weather

47

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A Minecraft modding guide for weather, thunderstorms, rain, and climate-related dimension APIs.

not rated 16 +2 3d ago A 32 tokens

mc-worldgen

48

guguzea/MC-AI-Coding-Assistant-Tool

Skill Claude CodeCodex

A Minecraft world-generation reference that notes a missing BiomeModifications API in the documented loader version.

not rated 16 +2 3d 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: