diff options
author | botn365 <Krampus.sack.never@gmail.com> | 2020-03-25 11:24:11 +0100 |
---|---|---|
committer | botn365 <Krampus.sack.never@gmail.com> | 2020-03-25 11:24:11 +0100 |
commit | 5b1eb1dec77f6eb6ff27998145af6d262e569faf (patch) | |
tree | 8659a42dbfa3c19c08a7cddcdeab86552308bb03 /src | |
parent | e58c293570572fd1ce2837b64586d2b81e24885b (diff) | |
download | GT5-Unofficial-5b1eb1dec77f6eb6ff27998145af6d262e569faf.tar.gz GT5-Unofficial-5b1eb1dec77f6eb6ff27998145af6d262e569faf.tar.bz2 GT5-Unofficial-5b1eb1dec77f6eb6ff27998145af6d262e569faf.zip |
some more balance tweaking
Diffstat (limited to 'src')
-rw-r--r-- | src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java index db382836ce..b95f3500cf 100644 --- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java +++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java @@ -2177,7 +2177,7 @@ public class RECIPES_GREGTECH { }, null, new int[] { 1500, 40, 20, 15, 10, 5 }, - 20 * 10, + 20 * 20, (int) aVoltageRecipe[7], 750 * 20); |