aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/tileentities
diff options
context:
space:
mode:
authorNoc <95299389+Nockyx@users.noreply.github.com>2024-11-18 12:51:10 -0300
committerGitHub <noreply@github.com>2024-11-18 16:51:10 +0100
commitbe44115942f07fb5e35cccb061b4f35d8509d055 (patch)
tree5cc66589f16fc5c97e01ab93d3187d288b70ce16 /src/main/java/gregtech/common/tileentities
parent48bd3dd22002c2cedf0749d8f25bf5ebb09bf5e0 (diff)
downloadGT5-Unofficial-be44115942f07fb5e35cccb061b4f35d8509d055.tar.gz
GT5-Unofficial-be44115942f07fb5e35cccb061b4f35d8509d055.tar.bz2
GT5-Unofficial-be44115942f07fb5e35cccb061b4f35d8509d055.zip
PA Recipe Removal (#3516)
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/java/gregtech/common/tileentities')
-rw-r--r--src/main/java/gregtech/common/tileentities/machines/multi/MTEProcessingArray.java4
1 files changed, 1 insertions, 3 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)