Enchantment Disable Tag

Adds an enchantment tag for disabling enchantments.

File Details

v2.0.0 (NeoForge 1.21.1)

  • R
  • Mar 17, 2026
  • 28.23 KB
  • 3.1K
  • 1.21.1+1
  • NeoForge

File Name

enchantmentdisabletag-neoforge-2.0.0+1.21.1.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

NeoForge

implementation "curse.maven:enchantment-disable-tag-1012987:7769495"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changes

  • Simplified the structure of the entire mod.
  • The mod will now remove obsolete disabled items within the creative mode tab.
  • The mod will only remove disabled enchantments when applied directly to an ItemStack. This allows innate enchantments to work out of the box.
  • Fabric API is now an optional dependency for the Fabric version of the mod.

Bugfixes

  • Fixed crash on later NeoForge versions.
  • Fixed creative mode items with disabled enchantments causing crashes when two of the same are present. (Related to removing obsolete items).