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

Industrial Alcohol production #2724

Closed
iffonox opened this issue Jun 2, 2018 · 0 comments
Closed

Industrial Alcohol production #2724

iffonox opened this issue Jun 2, 2018 · 0 comments

Comments

@iffonox
Copy link

iffonox commented Jun 2, 2018

Context

As we progress through the ages most menial task become automatable, with one important exception: Alcohol.

Even in the industrial age we still have to jump in a wooden tub to get the juices which will then be brewed into the good stuff. The Industrial Squeezer seems to be the perfect machine to get the job done.

The brewing itself is a bit more complicated as there is a element of chance in the brewing process.
Adding recipes that give a good (maybe 0.75 quality), but not perfect result could be a way to do it.
Also I'm not sure which machine would be used for the brewing, maybe the Liquid Processor or the Distillation Tower.

Config/Script Details

Something like this should do the trick for the Squeezer:

Squeezer.addRecipe(null, <liquid:wildberryjuice> * 250, <rustic:wildberries>, 2048);
Squeezer.addRecipe(null, <liquid:oliveoil> * 250, <rustic:olives>, 2048);
Squeezer.addRecipe(null, <liquid:honey> * 250, <rustic:honeycomb>, 2048);
Squeezer.addRecipe(null, <liquid:grapejuice> * 250, <rustic:grapes>, 2048);
Squeezer.addRecipe(null, <liquid:applejuice> * 250, <minecraft:apple>, 2048);
Squeezer.addRecipe(<minecraft:sugar> * 2, <liquid:water> * 250, <minecraft:reeds>, 2048);

Edit: Found some time to test the recipes and modified the above ones to actually work.

@triage-new-issues triage-new-issues bot removed the triage label Jun 2, 2018
@justinrusso justinrusso added this to the 3.0.9 milestone Jun 2, 2018
@artdude543 artdude543 modified the milestones: 3.0.9, 3.1.0 Jul 21, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Oct 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants