You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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**_**
The text was updated successfully, but these errors were encountered:
Stigger32
changed the title
Add order limit to windmill, eitr refinery, and spinning wheel
Add production limits to windmill, eitr refinery, and spinning wheel
Jun 19, 2024
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.
The text was updated successfully, but these errors were encountered: