
[Enhancement] Make Curse of Midas for (cross-)bows
MelanX opened this issue ยท 1 comments
It would be cool if you could use curse of midas on bows and crossbows.
It's simply turning this line into this:
public static final EnchantmentType TOOL = EnchantmentType.create("CURSED_TOOL", item -> EnchantmentType.DIGGER.canEnchantItem(item) || EnchantmentType.WEAPON.canEnchantItem(item) || EnchantmentType.BOW.canEnchantItem(item) || EnchantmentType.CROSSBOW.canEnchantItem(item));