mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
Release Version 2.0
This commit is contained in:
@@ -172,8 +172,6 @@ public class BCauldronRecipe {
|
||||
//double mod = 0.1 + (0.9 * Math.exp(-0.03 * difference)); // logarithmic curve from 1 to 0.1
|
||||
double mod = 1 + (0.9 * -Math.exp(-0.03 * factor)); // logarithmic curve from 0.1 to 1, small for a low factor
|
||||
|
||||
P.p.debugLog("Mod for " + recipeIng + ": " + mod);
|
||||
|
||||
match *= mod;
|
||||
continue search;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user