mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Added Hardened Clay and Stained Clay
This commit is contained in:
@ -87,12 +87,12 @@ abstract class Tool extends Item{
|
||||
|
||||
public function isPickaxe(){
|
||||
switch($this->id){
|
||||
case self::IRON_PICKAXE:
|
||||
return 4;
|
||||
case self::WOODEN_PICKAXE:
|
||||
return 1;
|
||||
case self::STONE_PICKAXE:
|
||||
return 3;
|
||||
case self::IRON_PICKAXE:
|
||||
return 4;
|
||||
case self::DIAMOND_PICKAXE:
|
||||
return 5;
|
||||
case self::GOLD_PICKAXE:
|
||||
|
Reference in New Issue
Block a user