Options for higher ratesSuggestion
Please add support to properly calculate fuel for 2x, 5x, etc. servers.

I've currently added/updated the following which is hardcoded for my 2x server.

public OvenInfo GetOvenInfo(BaseOven oven)
{
	...

	float speedMultiplierGlobal = 2.0f;
	result.FuelNeeded = neededFuel;
	result.ETA = longestStack.Value/speedMultiplierGlobal;
	
	...
}
I will look into adding this as a config option on the next update.
Fantastic, thanks!
5e7939028af8c.gif beerock
Fantastic, thanks!

just a heads up, Ar eyou Using QuickSmelt? as this is what I personally use to alter the smeltiing and controls for all things that go in any of the Furnaces, Campfires, oil Refineries etc. This would eliminate the need for changing the hard coding that you have been doing.

Yes I do. And omg. It's been three months and never got this to work correctly in Quick Smelt. I was using the wrong setting. Granted, I did take this server over from prior owner. *Facepalm* lol. Wow. Thank you.
However, I do think it wouldn't be a bad addition to the plugin for those that do not use QuickSmelt.
5d35f1495da0a.jpg FastBurst
I will look into adding this as a config option on the next update.
This would be a highly valued and welcomed feature. Loving the idea. +1 <3
so Umm I have a 2x server and need to use quicksmelt 2x, any1 managed to make this work? I always have leftover wood
Yeah, I got it working for Quick Smelt. To keep the fuel used to output ratio 1:1, you can do the below in the Quick Smelt config.
This will smelt 2x faster but use the fuel at 2x too so there should be no or few leftover resources. Of course, there are other config options to do the same depending on your set up too.
  "Speed Multipliers": {
    "global": 2.0
  },
  "Fuel Usage Speed Multipliers": {
    "global": 2.0
  },
​