fuel time should be ticks here, not seconds

This commit is contained in:
Dylan K. Taylor 2017-09-03 14:27:17 +01:00
parent 90cb3c010f
commit 231617b9d0

View File

@ -30,7 +30,7 @@ class BlazeRod extends Item{
}
public function getFuelTime() : int{
return 120;
return 2400;
}
}