mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
IronTrapdoor: fixed fuel time, closes #2914
this should be removed during branch merge.
This commit is contained in:
parent
3d0fa10437
commit
f35b43613d
@ -44,4 +44,8 @@ class IronTrapdoor extends Trapdoor{
|
|||||||
public function getToolHarvestLevel() : int{
|
public function getToolHarvestLevel() : int{
|
||||||
return TieredTool::TIER_WOODEN;
|
return TieredTool::TIER_WOODEN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getFuelTime() : int{
|
||||||
|
return 0; //TODO: remove this hack on 4.0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user