File Details
enchantmentlibrary-26.1.1-1.1.2.jar
- R
- Apr 7, 2026
- 144.46 KB
- 16
- 26.1.1+1
- NeoForge
File Name
enchantmentlibrary-26.1.1-1.1.2.jar
Supported Versions
- 26.1.1
- 26.1
Curse Maven Snippet
- Version Update: Mod version is upgraded to 26.1 and 26.1.1.
Added
- Block Item Tooltip: Added item tooltip information for block items that shows its tier and its current Max Level Enchantment.
Changed
- Code Style: Fixed long line wrapping in
Config.javato adhere to Java styling guidelines and improve overall code readability. No behavior change.
Fixed
- XP Multiplier Limit: Capped the
baseXpMultiplierupper bound to 100000. This constraints the multiplier to sane valid values and prevents potential loop overhead or overflow bugs caused by extreme inputs.