minecraft-dev
Installation
SKILL.md
Minecraft Dev CLI Lookup
Use minecraft-dev-cli to inspect Minecraft code, mod and loader JARs, mappings, registries, versions, and docs.
Version format note
Use the actual Minecraft version the user is working with. Modern releases use the newer 26.1.x naming style, for example 26.1.2.
1.14through1.21.11support bothyarnandmojmap.26.1+usesmojmaponly.- Yarn mappings stop at
1.21.11.
Workflow
- Identify whether the user needs Minecraft source, mod source, mod loader metadata, mappings, registries, docs, validation, or version diffing.
- Pick the narrowest tool that answers the request.
- Run
minecraft-dev-cli <tool> --key valueorminecraft-dev-cli <tool> --key=value. - Parse the JSON response and return only the useful result.
- If the request is vague, ask for the class name, file path, symbol, JAR path, or Minecraft version.