mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-29 20:36:00 +00:00
1.9.11 (spear support)
This commit is contained in:
@@ -52,7 +52,7 @@ public class ItemChecker {
|
||||
mineItems.add(material);
|
||||
}
|
||||
|
||||
if (lowerCase.contains("_sword") || lowerCase.contains("_axe")) {
|
||||
if (lowerCase.contains("_sword") || lowerCase.contains("_axe") || lowerCase.contains("_spear")) {
|
||||
meleeItems.add(material);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user