Add new netherite pickaxe.

Fixes #1407.
This commit is contained in:
wizjany 2020-06-30 11:19:17 -04:00
parent 732c11cb7c
commit 042d0f1c91

View File

@ -99,7 +99,8 @@ public boolean isHoldingPickAxe() {
|| item == ItemTypes.WOODEN_PICKAXE
|| item == ItemTypes.STONE_PICKAXE
|| item == ItemTypes.DIAMOND_PICKAXE
|| item == ItemTypes.GOLDEN_PICKAXE;
|| item == ItemTypes.GOLDEN_PICKAXE
|| item == ItemTypes.NETHERITE_PICKAXE;
}
@Override