promotional bannermobile promotional banner

Overflow Enchantments

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

OverflowEnchantments-1.0.3.jar

File nameOverflowEnchantments-1.0.3.jar
Uploader
ExplotadorExplotador
Uploaded
Jun 24, 2026
Downloads
361
Size
21.1 KB
Mod Loaders
NeoForge
File ID
8312489
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:overflow-enchantments-1584792:8312489"

Learn more about Curse Maven

What's new

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

This mod has no additional files