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