MixinTale – Developer Tools provides the compile-time components required to build mods compatible with the MixinTale framework.
This project is intended exclusively for mod developers and includes:
- The MixinTale annotation API (
@Patch, @Prefix, @Postfix, @Replace, @RedirectCall, @WrapCall, @Accessor, etc.)
- The annotation processor that validates patch declarations and generates the patch index:
mixintale.index.json (embedded inside your mod jar)
Important notes
- ✅ This is NOT a mod
- ❌ Do NOT install it in
Mods or EarlyPlugins
- It should be used only as a development dependency when compiling mods
What changed vs older toolsets
- No “doctor” is required: MixinTale 2.x relies on compile-time indexing and a runtime weaver that doesn’t require patch classes to be visible.
📘 Documentation (GitHub)
https://github.com/Traktool/MixinTale