Added enchant description
Initial port to 1.19
Fixes
- Fixed the error caused by the mixin.
Fixes
- Correctly added the mixin, the enchant will now prevent the item from taking any damage.
Additions
- Blacklists for mods and items. You can now blacklist a namespace or an item ID.
#List of the mods you want to blacklist
#Example: 'perpetual'
#default: []
modBlacklist = ["minecraft"]
#List of the item IDs you want to blacklist
#Example: 'minecraft:shield'
#default: []
itemBlacklist = ["minecraft:netherite_pickaxe"]
Additions
- Blacklists for mods and items. You can now blacklist a namespace or an item ID.
#List of the mods you want to blacklist
#Example: 'perpetual'
#default: []
modBlacklist = ["minecraft"]
#List of the item IDs you want to blacklist
#Example: 'minecraft:shield'
#default: []
itemBlacklist = ["minecraft:netherite_pickaxe"]
Changes
- Changed enchant from curse to normal.