867bc75fa605391dc7107f6a644349d834a71825477014115c08c2e439941126d76dc83b990f8ee7Authored: 4 months ago (Thu, 19 Mar 2026 19:32:41 +0000)Match: Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>ebba8885a66d981dd914a69752a2273e99ed45a6Authored: 4 months ago (Sun, 15 Mar 2026 16:59:14 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>CLAUDE.mdTool: claude-code# Retromod - Claude Development Guide
Retromod transforms older Minecraft mod bytecode so old mods work on newer MC versions. It supports Fabric, NeoForge, and Forge with ~120 version shims and ~35 polyfill providers (counts drift; run `grep -cv '^#' META-INF/services/...` for the current numbers).
**Repository:** https://github.com/Bownlux/Retromod.git
## Writing style
**Do not use em-dashes (the long dash, Unicode U+2014) anywhere:** not in chat replies, not in code comments, docs, CHANGELOG/ROADMAP e.claudeTool: claude-codenone