Fix netherrack and remove redundant override from NetherBrickFence

This commit is contained in:
Dylan K. Taylor
2016-12-28 22:29:27 +00:00
parent 18ebc64ea0
commit 2e1f572356
2 changed files with 1 additions and 11 deletions

View File

@ -37,7 +37,7 @@ class Netherrack extends Solid{
}
public function getHardness(){
return 2;
return 0.4;
}
public function getToolType(){