battlemages_garb-0.1.1.jar
Curse Maven Snippet
What's new
📜 Battlemage's Garb Changelog
v0.1.1 — 2026-08-16 🔧
🐛 Fixed: Augmenting Table Probability Display Crash (AugmentingScreenMixin)
- Crash on client startup:
@Shadow field font was not located in the target class - Root cause: Mixin's
@Shadowonly searches fields declared in the target class itself — it doesn't traverse the inheritance chain.fontis inherited fromScreen, so it couldn't be attached. - Fix: Removed
@Shadow protected Font fontand switched toMinecraft.getInstance().font(which points to the same reference asScreen.font). Startup crash resolved ✅
This mod has no additional files

