mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed sticks being useless as furnace fuel
This commit is contained in:
@ -30,7 +30,7 @@ class Stick extends Item{
|
||||
}
|
||||
|
||||
public function getFuelTime() : int{
|
||||
return 5;
|
||||
return 100;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user