mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fix netherrack and remove redundant override from NetherBrickFence
This commit is contained in:
@ -37,7 +37,7 @@ class Netherrack extends Solid{
|
||||
}
|
||||
|
||||
public function getHardness(){
|
||||
return 2;
|
||||
return 0.4;
|
||||
}
|
||||
|
||||
public function getToolType(){
|
||||
|
Reference in New Issue
Block a user