mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Bowl: Add fuel return value (#6384)
This commit is contained in:
@ -25,5 +25,7 @@ namespace pocketmine\item;
|
||||
|
||||
class Bowl extends Item{
|
||||
|
||||
//TODO: check fuel
|
||||
public function getFuelTime() : int{
|
||||
return 200;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user