IronTrapdoor: fixed fuel time, closes #2914

this should be removed during branch merge.
This commit is contained in:
Dylan K. Taylor 2019-05-24 17:31:36 +01:00
parent 3d0fa10437
commit f35b43613d

View File

@ -44,4 +44,8 @@ class IronTrapdoor extends Trapdoor{
public function getToolHarvestLevel() : int{
return TieredTool::TIER_WOODEN;
}
public function getFuelTime() : int{
return 0; //TODO: remove this hack on 4.0
}
}