Skip to content

Commit 884bdef

Browse files
committed
add missing elytra to item list
1 parent be31202 commit 884bdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/lol/hyper/toolstats/tools/ItemChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
public class ItemChecker {
2626

27-
private static final String[] validItems = { "pickaxe", "sword", "shovel", "axe", "hoe", "bow", "helmet", "chestplate", "leggings", "boots", "fishing" };
27+
private static final String[] validItems = { "pickaxe", "sword", "shovel", "axe", "hoe", "bow", "helmet", "chestplate", "leggings", "boots", "fishing", "elytra" };
2828
private static final String[] validArmor = { "helmet", "chestplate", "leggings", "boots" };
2929
private static final String[] validMelee = {"sword", "trident", "axe"};
3030
private static final String[] validMine = { "pickaxe", "axe", "hoe", "shovel", "shear" };

0 commit comments

Comments
 (0)