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
- 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_capso 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.

