mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Added missing properties for several blocks
This commit is contained in:
@ -34,4 +34,12 @@ class WoodenPressurePlate extends StonePressurePlate{
|
||||
public function getFuelTime() : int{
|
||||
return 300;
|
||||
}
|
||||
|
||||
public function getToolType() : int{
|
||||
return BlockToolType::TYPE_AXE;
|
||||
}
|
||||
|
||||
public function getToolHarvestLevel() : int{
|
||||
return 0; //TODO: fix hierarchy problem
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user