OverflowEnchantments-1.0.3.jar
Curse Maven Snippet
What's new
v1.0.3 — 2026-06-24
Fix
- Client mixin
AnvilScreenMixinwas never applied because the Mixin framework couldn't discoveroverflowenchantments.mixins.json. Root cause: two missing registrations:MixinConfigsinMANIFEST.MF— without it Mixin ignores the config entirely[[mixins]]inneoforge.mods.toml— explicit declaration for NeoForge's mod system
- Server mixin
AnvilMenuMixinwas also broken for the same reason
Behavior
- With
maxAnvilCost = 0(unlimited), "Too Expensive!" no longer shows on the anvil - The mixin changes the
cost >= 40check tocost >= Integer.MAX_VALUE, removing the visual lock - The actual cost is properly charged and displayed in the UI
This mod has no additional files

