aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-11-07 17:10:12 +0100
committerGitHub <noreply@github.com>2022-11-07 17:10:12 +0100
commit02ba85ba7cbc846a4df6c421a0b0a7c34c7572a1 (patch)
tree828369307af3a6155665e97238736593a827a506
parente37343ddbc2f3aedef2a9671136d52211732b2d1 (diff)
downloadGT5-Unofficial-02ba85ba7cbc846a4df6c421a0b0a7c34c7572a1.tar.gz
GT5-Unofficial-02ba85ba7cbc846a4df6c421a0b0a7c34c7572a1.tar.bz2
GT5-Unofficial-02ba85ba7cbc846a4df6c421a0b0a7c34c7572a1.zip
add assembler recipe (#430)
* add assembler recipe * spotlessApply (#431) Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
index 702d96ab78..afa5070046 100644
--- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
+++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
@@ -181,7 +181,7 @@ public class RECIPES_Machines {
public static ItemStack IV_MACHINE_ThermalCentrifuge;
public static ItemStack IV_MACHINE_OreWasher;
public static ItemStack EV_MACHINE_AlloySmelter;
- public static ItemStack EV_MACHINE_Mixer;
+ public static ItemStack IV_MACHINE_Mixer;
public static ItemStack IV_MACHINE_ChemicalBath;
// Cables
@@ -1237,7 +1237,6 @@ public class RECIPES_Machines {
EV_MACHINE_Cutter = ItemList.Machine_EV_Cutter.get(1);
EV_MACHINE_Extruder = ItemList.Machine_EV_Extruder.get(1);
EV_MACHINE_AlloySmelter = ItemList.Machine_EV_AlloySmelter.get(1);
- EV_MACHINE_Mixer = ItemList.Machine_EV_Mixer.get(1);
}
// Balanced opposites
else {
@@ -1252,7 +1251,6 @@ public class RECIPES_Machines {
EV_MACHINE_Cutter = ItemList.Machine_IV_Cutter.get(1);
EV_MACHINE_Extruder = ItemList.Machine_IV_Extruder.get(1);
EV_MACHINE_AlloySmelter = ItemList.Machine_IV_AlloySmelter.get(1);
- EV_MACHINE_Mixer = ItemList.Machine_IV_Mixer.get(1);
}
}
if (CORE.ConfigSwitches.enableMultiblock_IndustrialCokeOven) {
@@ -3389,7 +3387,7 @@ public class RECIPES_Machines {
CI.getTieredCircuit(5),
"plateStaballoy",
"plateZirconiumCarbide",
- EV_MACHINE_Mixer,
+ IV_MACHINE_Mixer,
"plateZirconiumCarbide",
"plateStaballoy",
CI.getTieredCircuit(5),
@@ -3432,6 +3430,17 @@ public class RECIPES_Machines {
CI.craftingToolWrench,
plate,
GregtechItemList.Casing_Multi_Use.get(Casing_Amount));
+ GT_Values.RA.addAssemblerRecipe(
+ new ItemStack[] {
+ ALLOY.STABALLOY.getPlate(4),
+ GT_OreDictUnificator.get(OrePrefixes.plate, Materials.StainlessSteel, 2),
+ ALLOY.ZIRCONIUM_CARBIDE.getFrameBox(1),
+ GT_Utility.getIntegratedCircuit(1),
+ },
+ GT_Values.NF,
+ GregtechItemList.Casing_Multi_Use.get(1L),
+ 50,
+ 16);
RecipeUtils.addShapedRecipe(
o_Compressor,