1.9.11 (spear support)

This commit is contained in:
hyperdefined
2025-12-22 19:09:14 -05:00
parent c28ee0fb8c
commit b5040a4636
7 changed files with 104 additions and 5 deletions

View File

@@ -87,6 +87,7 @@ public class ConfigTools {
case "trident" -> toolStats.config.getBoolean("enabled." + configName + ".trident");
case "fishing-rod" -> toolStats.config.getBoolean("enabled." + configName + ".fishing-rod");
case "mace" -> toolStats.config.getBoolean("enabled." + configName + ".mace");
case "spear" -> toolStats.config.getBoolean("enabled." + configName + ".spear");
case "helmet", "chestplate", "leggings", "boots" ->
toolStats.config.getBoolean("enabled." + configName + ".armor");
default -> false;