promotional bannermobile promotional banner

Enchantment Disable Tag

Adds an enchantment tag for disabling enchantments.

File Details

v1.1.0 (Fabric 1.21)

  • R
  • Jun 28, 2024
  • 34.18 KB
  • 62
  • 1.21
  • Fabric

File Name

enchantmentdisabletag-fabric-1.1.0+1.21.jar

Supported Versions

  • 1.21

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

Changes

  • Any Enchanted Books that have no enchantments as a result of this mod will now turn into regular Books.

Bugfixes

  • Caught more edge cases where a disabled enchantment can be obtained from containers when playing with the mod serverside.
  • Fixed /enchant and the enchanting table not functioning.
  • Fixed items stacking incorrectly when moved to different inventories.

Internal

  • Moved EnchantmentDisableTag#DISABLED_ENCHANTMENT_TAG field to EnchantmentDisabledTags#DISABLED.
    • This was done to match the 1.20.1 version.