mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Added all block hardness
This commit is contained in:
@ -34,7 +34,7 @@ class SignPost extends Transparent{
|
||||
}
|
||||
|
||||
public function getHardness(){
|
||||
return 5;
|
||||
return 1;
|
||||
}
|
||||
|
||||
public function isSolid(){
|
||||
|
Reference in New Issue
Block a user