From 92159e690e0045bc8270c6c2b51f7fdbee8ecc24 Mon Sep 17 00:00:00 2001 From: HoleFish <48403212+HoleFish@users.noreply.github.com> Date: Sat, 11 May 2024 23:23:48 +0800 Subject: Change warning texts (#2592) change --- .../machines/multi/GT_MetaTileEntity_ProcessingArray.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/java/gregtech/common') diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java index 6b9967e4e7..5f818c075b 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java @@ -134,7 +134,9 @@ public class GT_MetaTileEntity_ProcessingArray extends .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.RED + "DEPRECATED!!! WILL BE REMOVED IN LATER VERSIONS") + .addInfo( + EnumChatFormatting.GOLD + + "On the way to be slowly removed. Use it strictly if you have no alternative.") .addSeparator() .beginStructureBlock(3, 3, 3, true) .addController("Front center") -- cgit