mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Cleaned up fuel duration handling, fixed some fuel items not working in furnaces
This commit is contained in:
@ -29,4 +29,8 @@ class Bow extends Tool{
|
||||
parent::__construct(self::BOW, $meta, $count, "Bow");
|
||||
}
|
||||
|
||||
public function getFuelTime() : int{
|
||||
return 200;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user