Sign in to follow this  
Ayluin

[Req] Fermentation Speed

Recommended Posts

Wondering if there is an existing mod, or if a mod could be implemented that would speed up the process of fermentation for wines. Maybe a modifier to Better Farming? @bdew

Share this post


Link to post
Share on other sites

Can we please stopping tagging me on random posts? That would be great.

Share this post


Link to post
Share on other sites

One could make a new recipe that creates booze by simply cooking ingredients in a cooker. Although, that might be too fast. Along the lines of this fast, one could probably add a simple creation entry to make it.

 

If we want to just speed up Wurm's booze production it's going to take a bunch of bytecode hacking as there is a lot of this kind of thing in pollDistilling and pollFermenting. They are RNG events tied in with polling frequency in order to achieve some desired overall distill or fermentation time.
//////////////////////

//if (Server.rand.nextInt(20) == 0) {
//    this.pollFermenting();

//}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this