Fixed sticks being useless as furnace fuel

This commit is contained in:
Dylan K. Taylor 2017-09-03 14:59:04 +01:00
parent 231617b9d0
commit 815c697767

View File

@ -30,7 +30,7 @@ class Stick extends Item{
} }
public function getFuelTime() : int{ public function getFuelTime() : int{
return 5; return 100;
} }
} }