Enchantment Library Standalone

This mod is a standalone version of the Enchantment Library block from the Apothic Enchanting mod, with additional features.

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

NeoForge

implementation "curse.maven:enchantment-library-standalone-1484546:7891889"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • 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.java to adhere to Java styling guidelines and improve overall code readability. No behavior change.

Fixed

  • XP Multiplier Limit: Capped the baseXpMultiplier upper bound to 100000. This constraints the multiplier to sane valid values and prevents potential loop overhead or overflow bugs caused by extreme inputs.