Overflow Enchantments

Configurable enchantment level uncapper — merge books beyond vanilla limits, remove prior work penalty, all via config.

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

NeoForge

implementation "curse.maven:overflow-enchantments-1584792:8312489"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v1.0.3 — 2026-06-24

Fix

  • Client mixin AnvilScreenMixin was never applied because the Mixin framework couldn't discover overflowenchantments.mixins.json. Root cause: two missing registrations:
    • MixinConfigs in MANIFEST.MF — without it Mixin ignores the config entirely
    • [[mixins]] in neoforge.mods.toml — explicit declaration for NeoForge's mod system
  • Server mixin AnvilMenuMixin was also broken for the same reason

Behavior

  • With maxAnvilCost = 0 (unlimited), "Too Expensive!" no longer shows on the anvil
  • The mixin changes the cost >= 40 check to cost >= Integer.MAX_VALUE, removing the visual lock
  • The actual cost is properly charged and displayed in the UI