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:
@ -33,7 +33,7 @@ class Pumpkin extends Solid{
|
||||
}
|
||||
|
||||
public function getHardness(){
|
||||
return 5;
|
||||
return 1;
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
|
Reference in New Issue
Block a user