promotional bannermobile promotional banner

Enchantments & Levelling

Learn enchantments from books, unlock them in the enchanting table, and level them up through use. Enchantments can grow past their normal max levels, with support for Apothic Enchanting and other modded setups.

File Details

enchantingknowledge-1.0.12.jar

  • R
  • Jun 14, 2026
  • 48.16 KB
  • 77
  • 1.21.1
  • NeoForge

File Name

enchantingknowledge-1.0.12.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:enchantments-levelling-1572521:8248407"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Added configurable max enchantment levels.
  • Added config/enchantments_and_levelling.properties.
  • The config now generates automatically when the mod starts.
  • Added global max-level control with max_level_cap.
  • Added per-enchantment max-level overrides.

Examples:

max_level_cap=20
max_level.minecraft/sharpness=10
max_level.minecraft/efficiency=8
max_level.enchantingknowledge/momentum=5
  • Fixed max_level_cap so it now sets the actual levelling cap instead of being limited by the old max level.
  • Fixed command/menu max-level checks so they respect the config.
  • Fixed the issue where enchantments like Fortune V or Sharpness VII still showed as max even when the config was set higher.
  • Added the same config behavior to all current versions:
    • NeoForge 1.21.1
    • Fabric 1.21.1
    • Forge 1.20.1
  • Improved consistency between loaders so max-level config works the same way across versions.