We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be31202 commit 884bdefCopy full SHA for 884bdef
src/main/java/lol/hyper/toolstats/tools/ItemChecker.java
@@ -24,7 +24,7 @@
24
25
public class ItemChecker {
26
27
- private static final String[] validItems = { "pickaxe", "sword", "shovel", "axe", "hoe", "bow", "helmet", "chestplate", "leggings", "boots", "fishing" };
+ private static final String[] validItems = { "pickaxe", "sword", "shovel", "axe", "hoe", "bow", "helmet", "chestplate", "leggings", "boots", "fishing", "elytra" };
28
private static final String[] validArmor = { "helmet", "chestplate", "leggings", "boots" };
29
private static final String[] validMelee = {"sword", "trident", "axe"};
30
private static final String[] validMine = { "pickaxe", "axe", "hoe", "shovel", "shear" };
0 commit comments