aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/gregtech/common/tileentities/machines/multi/MTEProcessingArray.java4
-rw-r--r--src/main/java/gregtech/loaders/load/MTERecipeLoader.java7
2 files changed, 1 insertions, 10 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/MTEProcessingArray.java b/src/main/java/gregtech/common/tileentities/machines/multi/MTEProcessingArray.java
index 9ac39cdec3..7c63d481d6 100644
--- a/src/main/java/gregtech/common/tileentities/machines/multi/MTEProcessingArray.java
+++ b/src/main/java/gregtech/common/tileentities/machines/multi/MTEProcessingArray.java
@@ -128,6 +128,7 @@ public class MTEProcessingArray extends MTEExtendedPowerMultiBlockBase<MTEProces
protected MultiblockTooltipBuilder createTooltip() {
final MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder();
tt.addMachineType("Processing Array")
+ .addInfo(EnumChatFormatting.RED + "DEPRECATED! This machine will be removed in the next major update.")
.addInfo("Runs supplied machines as if placed in the world")
.addInfo("Place up to 64 singleblock GT machines into the controller")
.addInfo("Note that you still need to supply power to them all")
@@ -135,9 +136,6 @@ public class MTEProcessingArray extends MTEExtendedPowerMultiBlockBase<MTEProces
.addInfo("Use a wire cutter to disable UEV+ downtiering")
.addInfo("Doesn't work on certain machines, deal with it")
.addInfo("Use it if you hate GT++, or want even more speed later on")
- .addInfo(
- EnumChatFormatting.GOLD
- + "On the way to be slowly removed. Use it strictly if you have no alternative.")
.beginStructureBlock(3, 3, 3, true)
.addController("Front center")
.addCasingInfoRange("Robust Tungstensteel Machine Casing", 14, 24, false)
diff --git a/src/main/java/gregtech/loaders/load/MTERecipeLoader.java b/src/main/java/gregtech/loaders/load/MTERecipeLoader.java
index 4a362f2b89..46c55dbd82 100644
--- a/src/main/java/gregtech/loaders/load/MTERecipeLoader.java
+++ b/src/main/java/gregtech/loaders/load/MTERecipeLoader.java
@@ -3472,13 +3472,6 @@ public class MTERecipeLoader implements Runnable {
OrePrefixes.circuit.get(Materials.ZPM), 'W', OrePrefixes.wireGt04.get(Materials.Naquadah), 'U',
OrePrefixes.stick.get(Materials.Americium) });
- GTModHandler.addCraftingRecipe(
- ItemList.Processing_Array.get(1L),
- bitsd,
- new Object[] { "CTC", "FMF", "CBC", 'M', ItemList.Hull_EV, 'B',
- OrePrefixes.pipeLarge.get(Materials.StainlessSteel), 'C', OrePrefixes.circuit.get(Materials.IV), 'F',
- ItemList.Robot_Arm_EV, 'T', ItemList.Energy_LapotronicOrb });
-
ProcessingArrayRecipeLoader.registerDefaultGregtechMaps();
GTModHandler.addCraftingRecipe(
ItemList.Distillation_Tower.get(1L),