Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Mod Development Plugin

A Claude Code plugin for Minecraft mod development with modern loaders (NeoForge/Fabric) and ecosystem interoperability.

Features

  • 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

Installation

Add the marketplace and install the plugin:

/plugin marketplace add chouzz/minecraft-mod-dev
/plugin install minecraft-mod-dev@chouzz-plugins

Or run /plugin and go to the Marketplaces tab to add, then Discover to install.

Usage Triggers

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

Example

> "Help me create a machine block that works with AE2 storage and shows recipes in JEI"

The skill will guide you through:

  1. Fetching latest API docs
  2. Implementing AE2 Grid integration
  3. Registering JEI recipe types
  4. Using Data Components for item data

Resources

Development

To test the plugin locally during development:

claude --plugin-dir /path/to/minecraft-mod-dev

About

Claude Code skill for Minecraft mod development with NeoForge/Fabric support and inter-mod integration (JEI/AE2/Create)

Resources

Stars

15 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages