mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-30 12:51:17 +08:00
parent
732c11cb7c
commit
042d0f1c91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user