aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorAlkalus <Draknyte1@hotmail.com>2020-04-13 11:25:01 +0100
committerAlkalus <Draknyte1@hotmail.com>2020-04-13 11:25:01 +0100
commitd2eb439ba60e633ad0418af295ab237f04d4e4ee (patch)
treee2cfb693f7e45bcb6b851bf2170f1979955c2229 /src/Java/gtPlusPlus/core/recipe
parentbf841dd1145cf941108e464edaf9360579d1377b (diff)
downloadGT5-Unofficial-d2eb439ba60e633ad0418af295ab237f04d4e4ee.tar.gz
GT5-Unofficial-d2eb439ba60e633ad0418af295ab237f04d4e4ee.tar.bz2
GT5-Unofficial-d2eb439ba60e633ad0418af295ab237f04d4e4ee.zip
+ Added a recipe for the catalyst bus.
% Adjusted use/creation of Pine Oil in recipes.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
index 283b71ca9f..a0c4eaa7a3 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_Machines.java
@@ -265,6 +265,21 @@ public class RECIPES_Machines {
GregtechItemList.ChemicalPlant_Controller.get(1),
120 * 20,
MaterialUtils.getVoltageForTier(2));
+
+
+ CORE.RA.addSixSlotAssemblingRecipe(
+ new ItemStack[] {
+ CI.getNumberedBioCircuit(15),
+ CI.getTieredGTPPMachineCasing(1, 2),
+ ItemList.Hatch_Input_Bus_MV.get(1),
+ CI.getTieredComponentOfMaterial(Materials.Bronze, OrePrefixes.gearGt, 8),
+ CI.getTieredComponentOfMaterial(Materials.Lead, OrePrefixes.plate, 48),
+ CI.getTieredComponentOfMaterial(Materials.SolderingAlloy, OrePrefixes.wireFine, 16),
+ },
+ ALLOY.BRONZE.getFluid(2 * (144 * 4)),
+ GregtechItemList.Bus_Catalysts.get(1),
+ 60 * 20,
+ MaterialUtils.getVoltageForTier(2));
}