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:
@ -43,4 +43,8 @@ class ItemBlock extends Item{
|
||||
return $this->block;
|
||||
}
|
||||
|
||||
public function getFuelTime() : int{
|
||||
return $this->block->getFuelTime();
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user