Grantapher / ValheimPlus

A HarmonyX Mod aimed at improving the gameplay and quality of life of the game Valheim.
GNU Affero General Public License v3.0
210 stars 23 forks source link

Add production limits to windmill, eitr refinery, and spinning wheel #90

Open Stigger32 opened 2 weeks ago

Stigger32 commented 2 weeks ago

Is your feature request related to a problem? If so, please describe. Windmill uses all barley in chests. Eitr Refinery uses all soft tissue and sap, and Spinning Wheel uses all flax. Which can be annoying when I need those resources for other things. Describe the solution you'd like I just copied/pasted the Furnace example from the config file as an example.

[Eitr Refinery/Spinning Wheel/Windmill]

; Change false to true to enable this section. etc...
enabled = true

; Maximum amount of [resource] in a Eitr Refinery/Spinning Wheel/Windmill.
maximum[resource] = ?

; The total amount of [resource] used to produce a single produced [resource].
[resource]UsedPerProduct = ?

; The time it takes for the Eitr Refinery/Spinning Wheel/Windmill to produce a single [resource] in seconds.
productionSpeed = ?

; Instead of dropping the items, they will be placed inside the nearest nearby chests.
autoDeposit = true/false

; The Eitr Refinery/Spinning Wheel/Windmill will pull [resource] and raw materials from nearby chests to be automatically added to it when its empty.
autoFuel = true/false

; This option prevents the Eitr Refinery/Spinning Wheel/Windmill to pull items from warded areas if it isn't placed inside of it.
; For convenience, we recommend this to be set to true.
ignorePrivateAreaCheck = true/false

; The range of the chest detection for the auto deposit and auto fuel features.
; Maximum is ?
autoRange = ?

; This option allows all [resource]s inside the Eitr Refinery/Spinning Wheel/Windmill.
allowAll[resource] = true**_**