enchantments can be deleted, how?
Zarcog24 opened this issue ยท 1 comments
Describe the feature you'd like
I would like to remove some enchantments from my mod pack that are very overpowered but I haven't found how to do it anywhere
Describe alternatives you've considered
No response
Additional context
No response
Minecraft version
1.19
Modloader
Forge
You cannot fully remove enchantments from the game, the best you can do is use a PlayerTickEvent to loop over the player's inventory, check each item if they have the enchantment and then remove it from the item, but this is not an ideal solution, and may be confusing to players.