diff options
| author | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-14 18:26:52 +1000 |
|---|---|---|
| committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-07-14 18:26:52 +1000 |
| commit | 282fcdbf4e7952d7e2c23e04b50e05be1a600335 (patch) | |
| tree | d6d814e781c442e5c9d697d8a1fd367cd33e2209 /src/Java/miscutil/core/recipe | |
| parent | d07298d75d0b59e8a22a6e05b6828a9efdaa5876 (diff) | |
| download | GT5-Unofficial-282fcdbf4e7952d7e2c23e04b50e05be1a600335.tar.gz GT5-Unofficial-282fcdbf4e7952d7e2c23e04b50e05be1a600335.tar.bz2 GT5-Unofficial-282fcdbf4e7952d7e2c23e04b50e05be1a600335.zip | |
+ Added the Maceration Stack Multiblock
> Basic work done, shape isn't forming properly yet.
Diffstat (limited to 'src/Java/miscutil/core/recipe')
| -rw-r--r-- | src/Java/miscutil/core/recipe/RECIPES_GREGTECH.java | 3 |
1 files changed, 2 insertions, 1 deletions
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(<liquid:helium> * 1, <gregtech:gt.integrated_circuit:4> * 0, <liquid:air> * 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); } |
