From 2d451a552eb4d50ee20a1a1a37928bd8ac559ab7 Mon Sep 17 00:00:00 2001 From: miozune Date: Sun, 28 Aug 2022 21:23:18 +0900 Subject: Adjust Graphene recipes (#315) --- .../xmod/gregtech/loaders/recipe/RecipeLoader_GlueLine.java | 8 ++++---- 1 file 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( -- cgit