mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-24 20:04:28 +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{
|
public function getFuelTime() : int{
|
||||||
return 5;
|
return 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user