Added crossbow and trident to left click items

This commit is contained in:
Auxilor
2021-07-22 17:46:40 +01:00
parent 06e2d62ee7
commit b641d80c43

View File

@@ -41,7 +41,9 @@ public abstract class Spell extends EcoEnchant {
*/
private static final List<Material> LEFT_CLICK_ITEMS = Arrays.asList(
Material.FISHING_ROD,
Material.BOW
Material.BOW,
Material.CROSSBOW,
Material.TRIDENT
);
/**