promotional bannermobile promotional banner

Modern Enchantments Limiter

Limits how many enchantments an item can carry, with configurable base limits, rarity bonuses, and per-tag overrides.
Back to Files

modern_enchantments_limiter-0.0.2.jar

File namemodern_enchantments_limiter-0.0.2.jar
Uploaded
Aug 4, 2026
Downloads
46
Size
32.6 KB
Mod Loaders
NeoForge
File ID
8578040
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:modern-enchantments-limiter-1639552:8578040"

Learn more about Curse Maven

What's new

Fix multiplayer config sync: split config into SERVER (gameplay, synced) and CLIENT (tooltip color) types
 

Previously the entire config was Type.COMMON, which NeoForge never syncs between client and server - each side loaded its own independent copy, so a client's local edits could override the server's authoritative values. Gameplay values now use Type.SERVER (auto-synced to clients on connect); tooltipColor stays Type.CLIENT since it's purely cosmetic.

 Bump version to 0.0.2.

This mod has no additional files