Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Stigger32 opened this issue Jun 19, 2024 · 0 comments
Open

Comments

@Stigger32
Copy link

Stigger32 commented 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.

[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**_**
@Stigger32 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant