promotional bannermobile promotional banner

Battlemage's Garb

Adds a new equipment type — the Spell Garb — to Apotheosis. It targets Iron's Spells 'n Spellbooks mage armor, and its affixes grant school-specific bonuses for spellcasters.
Back to Files

battlemages_garb-0.1.1.jar

File namebattlemages_garb-0.1.1.jar
Uploader
LOVE_U987LOVE_U987
Uploaded
Aug 29, 2026
Downloads
552
Size
49.6 KB
Mod Loaders
NeoForge
File ID
8761750
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:battlemages-garb-1654671:8761750"

Learn more about Curse Maven

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 @Shadow only searches fields declared in the target class itself — it doesn't traverse the inheritance chain. font is inherited from Screen, so it couldn't be attached.
  • Fix: Removed @Shadow protected Font font and switched to Minecraft.getInstance().font (which points to the same reference as Screen.font). Startup crash resolved ✅

This mod has no additional files