
[1.16.5] Curses applying to Vampirism blood bottles
MarioSMB opened this issue ยท 2 comments
As a side note, this also seems to apply to other items with pseudo-durability, such as the Gorgon head from Ice & Fire.
This appears to be a bug with those mods as they have defined their items as being compatible with tool based enchantments. For example the vanilla enchantments Mending, Unbreaking, and Curse of Vanishing are also applicable. This should be a simple fix in their mods.
public boolean isEnchantable(ItemStack stack) {
return false;
}