mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Added all block hardness
This commit is contained in:
@ -37,7 +37,7 @@ class HayBale extends Solid{
|
||||
}
|
||||
|
||||
public function getHardness(){
|
||||
return 10;
|
||||
return 0.5;
|
||||
}
|
||||
|
||||
public function place(Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null){
|
||||
|
Reference in New Issue
Block a user