Multiplier instead of double config optionSuggestion
v1.0.4
Add "Double Fuel Consumption" configuration, defaulting to false, to double the amount of fuel consumed by the lantern.  Modernize chat command setup.

Whats problem to make:
"Fuel Consumption Modifier(x)" : 1
And check for fuel?



Merged post

Line 337
I don't know that there is a problem at all.  I chose to make it simply normal or double.  For the low fuel warning you might still have to make a calculation of the modifier chosen to determine when to notify the user.  So, if it became a modifer of 2 as it is now you warn when the fuel drops to 3, which becomes 2 after the function call.  For a modifier of 3 you would warn when it drops to 4, which becomes 3 after the call.  Something like that - I am sick today and perhaps not thinking so clearly.