mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Added missing properties for several blocks
This commit is contained in:
@ -34,4 +34,8 @@ class Lever extends Flowable{
|
||||
public function getName() : string{
|
||||
return "Lever";
|
||||
}
|
||||
|
||||
public function getHardness() : float{
|
||||
return 0.5;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user