File Details
OverflowEnchantments-1.0.3.jar
- R
- Jun 24, 2026
- 21.06 KB
- 23
- 1.21.1
- NeoForge
File Name
OverflowEnchantments-1.0.3.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
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