From 231617b9d0b105e475ae29ad93486358784c8080 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 3 Sep 2017 14:27:17 +0100 Subject: [PATCH] fuel time should be ticks here, not seconds --- src/pocketmine/item/BlazeRod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/item/BlazeRod.php b/src/pocketmine/item/BlazeRod.php index ae7298c4b..d4fa6e0ba 100644 --- a/src/pocketmine/item/BlazeRod.php +++ b/src/pocketmine/item/BlazeRod.php @@ -30,7 +30,7 @@ class BlazeRod extends Item{ } public function getFuelTime() : int{ - return 120; + return 2400; } } \ No newline at end of file