aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2022-08-28 21:23:18 +0900
committerGitHub <noreply@github.com>2022-08-28 14:23:18 +0200
commit2d451a552eb4d50ee20a1a1a37928bd8ac559ab7 (patch)
tree05848103ddbed141470eed420bc3376b90ab9a93
parenteafbef14c9bb1461e8ca645d43b37af1cdac38ef (diff)
downloadGT5-Unofficial-2d451a552eb4d50ee20a1a1a37928bd8ac559ab7.tar.gz
GT5-Unofficial-2d451a552eb4d50ee20a1a1a37928bd8ac559ab7.tar.bz2
GT5-Unofficial-2d451a552eb4d50ee20a1a1a37928bd8ac559ab7.zip
Adjust Graphene recipes (#315)
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_GlueLine.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_GlueLine.java b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_GlueLine.java
index 75a1a372dc..ad047fdb13 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_GlueLine.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_GlueLine.java
@@ -348,8 +348,8 @@ public class RecipeLoader_GlueLine {
},
MISC_MATERIALS.ETHYL_CYANOACRYLATE.getFluidStack(500),
ItemUtils.getItemStackOfAmountFromOreDict("dustGraphene", 64),
- 120,
- 30
+ 400,
+ 30720
);
GT_Values.RA.addAssemblerRecipe(
@@ -360,8 +360,8 @@ public class RecipeLoader_GlueLine {
},
MISC_MATERIALS.ETHYL_CYANOACRYLATE.getFluidStack(250),
ItemUtils.getItemStackOfAmountFromOreDict("dustGraphene", 64),
- 120,
- 30
+ 80,
+ 122880
);
GT_Values.RA.addMixerRecipe(