A Claude Code plugin for Minecraft mod development with modern loaders (NeoForge/Fabric) and ecosystem interoperability.
- Dynamic Documentation Fetching - Automatically fetches latest docs for NeoForge/Fabric
- Inter-mod Integration - Guides for JEI, AE2, Create, and other popular mods
- Modern Standards - Data Components, Data Generation, Convention Tags
- Environment Detection - Auto-detects project configuration
Add the marketplace and install the plugin:
/plugin marketplace add chouzz/minecraft-mod-dev
/plugin install minecraft-mod-dev@chouzz-pluginsOr run /plugin and go to the Marketplaces tab to add, then Discover to install.
This skill activates when you:
- Create new blocks, items, or entities
- Integrate with JEI/AE2/Create
- Set up modding environment
- Migrate code to 1.21+
- Work with NeoForge or Fabric loaders
> "Help me create a machine block that works with AE2 storage and shows recipes in JEI"
The skill will guide you through:
- Fetching latest API docs
- Implementing AE2 Grid integration
- Registering JEI recipe types
- Using Data Components for item data
- NeoForge Docs
- Fabric Wiki
- See
references/mod-links.mdfor more API documentation
To test the plugin locally during development:
claude --plugin-dir /path/to/minecraft-mod-dev