Added missing properties for several blocks

This commit is contained in:
Dylan K. Taylor
2017-12-13 16:28:21 +00:00
parent 717b36a983
commit 6e30d23254
15 changed files with 113 additions and 0 deletions

View File

@ -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
}
}