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,8 @@ class Lever extends Flowable{
public function getName() : string{
return "Lever";
}
public function getHardness() : float{
return 0.5;
}
}