mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Added all block hardness
This commit is contained in:
@ -31,7 +31,7 @@ class Wool extends Solid{
|
||||
}
|
||||
|
||||
public function getHardness(){
|
||||
return 4;
|
||||
return 0.8;
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
|
Reference in New Issue
Block a user