promotional bannermobile promotional banner

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.3.jar

  • R
  • Apr 8, 2026
  • 144.50 KB
  • 29
  • 26.1.1+1
  • NeoForge

File Name

enchantmentlibrary-26.1.1-1.1.3.jar

Supported Versions

  • 26.1.1
  • 26.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

Changed

  • Network Payloads: Replaced legacy enchantment selection via integer IDs with custom network payloads (EnchSelectionPayload), improving server-client communication reliability.
  • Concurrency: Improved thread-safety and concurrency handling within block entities and configuration caches.

Fixed

  • Enchantment Point Overflow: Resolved point calculation bugs in the block entity. Separated max level and max points cap logic, adding a guard against invalid high levels to prevent overflow.
  • XP Cost Overflow: Mitigated a "Zero-Cost Upgrade" exploit where XP costs for extremely high-level enchantments would overflow integer limits, safely migrating to long arithmetic.