Cursed

Cursed

251k Downloads

[1.16.5] Curses applying to Vampirism blood bottles

MarioSMB opened this issue ยท 2 comments

commented

The blood bottles in the Vampirism mod use durability to indicate how full the bottle is. Most enchantments do not apply to them, but the curses added by this mod are listed as being accepted.
2021-10-23_18 12 59

commented

As a side note, this also seems to apply to other items with pseudo-durability, such as the Gorgon head from Ice & Fire.

commented

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;
    }