aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/recipes
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2022-06-07 00:03:19 +0900
committerGitHub <noreply@github.com>2022-06-06 17:03:19 +0200
commitac776fb634956c5331ae40485138c7ba7cb61d8b (patch)
treebe76c88a71911216038832a16d649463a277bc3e /src/main/java/gtPlusPlus/xmod/gregtech/recipes
parent82cb113896d58e45293372c1302ab8c38b32f44a (diff)
downloadGT5-Unofficial-ac776fb634956c5331ae40485138c7ba7cb61d8b.tar.gz
GT5-Unofficial-ac776fb634956c5331ae40485138c7ba7cb61d8b.tar.bz2
GT5-Unofficial-ac776fb634956c5331ae40485138c7ba7cb61d8b.zip
Buff Sphalerite milling (#204)
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/recipes')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java b/src/main/java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
index c178f02091..a79b3f84ca 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/recipes/GregtechRecipeAdder.java
@@ -1698,7 +1698,7 @@ public class GregtechRecipeAdder implements IGregtech_RecipeAdder {
ItemStack[][] aInputArray = new ItemStack[][] {aInputsOre1, aInputsOre2, aInputsCrushed1, aInputsCrushed2};
ItemStack[][] aOutputArray = new ItemStack[][] {aOutputsOre1, aOutputsOre2, aOutputsCrushed1, aOutputsCrushed2};
- int[] aTime = new int[] {6000, 7500, 7500, 9000};
+ int[] aTime = new int[] {6000, 7500, 3000, 3750};
int aSize = GTPP_Recipe.GTPP_Recipe_Map.sOreMillRecipes.mRecipeList.size();
int aSize2 = aSize;