15.2 v0.8

This commit is contained in:
Тимофей Бирюков
2021-02-25 18:36:02 +03:00
parent bc1b5a3559
commit 1f6e267753
3 changed files with 9 additions and 9 deletions

View File

@ -127,7 +127,7 @@ public class BlacksmithPlugin extends JavaPlugin {
public boolean isTool(ItemStack item) {
switch (item.getType()) {
case WOODEN_PICKAXE:
case WOODEN_SHOVEL:
case WOODEN_SHOVEL:
case WOODEN_HOE:
case WOODEN_SWORD:
case WOODEN_AXE: