mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Fixed missing hardness on unimplemented blocks causing gameplay issues
This commit is contained in:
@ -36,4 +36,8 @@ class StonePressurePlate extends Transparent{
|
||||
public function isSolid(){
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getHardness(){
|
||||
return 0.5;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user