valheimPlus / ValheimPlus

A HarmonyX Mod aimed at improving the gameplay and quality of life of the game Valheim.
http://valheim.plus
GNU Affero General Public License v3.0
967 stars 237 forks source link

[FEATURE REQUEST] stopAutoFuelThreshold for WindMill, SpinningWheel, Smelter, Furnace #702

Open FrankBKK opened 2 years ago

FrankBKK commented 2 years ago

Would be great if we could have the Kiln Option stopAutoFuelThreshold also for WindMill, SpinningWheel, Smelter and Furnace

; Stops autoFuel (looking for fuel) when there is at least this quantity of LinenThread, BarleyFlour,Ingots in nearby chests ; (ignored if set to 0) stopAutoFuelThreshold = 50

Currently I can not produce BarleyWineBase (FireResistance) as the recipe requires 10xBarley which is immediately used up in the Windmill.

Of course this issue can be circumvented by reducing the chest range and/or use separate/dedicated chests.

However this causes a problem when you have a very small base or for aesthetic reasons don't want to place a chest nearby. It becomes even more of an issue when using SmartContainers and items will be moved automatically from the dedicated chests.

increddibelly commented 2 years ago

I see your point. The lines for the Kiln are near https://github.com/valheimPlus/ValheimPlus/blob/fe7ff1acf33dacbe0898ba82c553da9cffaa94d7/ValheimPlus/GameClasses/Smelter.cs#L230, let's see if we can apply the same to other classes.