mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Added all block hardness
This commit is contained in:
@ -37,7 +37,7 @@ class GlassPane extends Thin{
|
||||
}
|
||||
|
||||
public function getHardness(){
|
||||
return 1.5;
|
||||
return 0.3;
|
||||
}
|
||||
|
||||
public function getDrops(Item $item){
|
||||
|
Reference in New Issue
Block a user