From 282fcdbf4e7952d7e2c23e04b50e05be1a600335 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Thu, 14 Jul 2016 18:26:52 +1000 Subject: + Added the Maceration Stack Multiblock > Basic work done, shape isn't forming properly yet. --- src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Java/miscutil/core/recipe') diff --git a/src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java b/src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java index 9c26240091..d6bcb71d2e 100644 --- a/src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java +++ b/src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java @@ -88,10 +88,11 @@ public class RECIPES_GREGTECH { } private static void distilleryRecipes(){ + Utils.LOG_INFO("Registering Distillery Recipes."); //Distillery //OutputFluid, InputCircuit, InputFluid, Time in Ticks, EnergyUsage, isHidden //mods.gregtech.Distillery.addRecipe( * 1, * 0, * 20000, 400, 30, false); - GT_Values.RA.addDistilleryRecipe(ItemList.Circuit_Integrated.getWithDamage(0L, 4L, new Object[0]), Materials.Air.getFluid(20000L), Materials.Helium.getFluid(1L), 400, 30, false); + GT_Values.RA.addDistilleryRecipe(ItemList.Circuit_Integrated.getWithDamage(0L, 4L, new Object[0]), Materials.Air.getFluid(20000L), Materials.Helium.getFluid(10L), 400, 30, false); } -- cgit