diff options
author | HoleFish <48403212+HoleFish@users.noreply.github.com> | 2024-05-11 23:23:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-11 17:23:48 +0200 |
commit | 92159e690e0045bc8270c6c2b51f7fdbee8ecc24 (patch) | |
tree | dc00904a2f81fdbe9af9449a07228075d998516b /src/main/java/gregtech/common/tileentities/machines/multi | |
parent | 70560e92e55e39ed296de25f5bade772acbaa6c8 (diff) | |
download | GT5-Unofficial-92159e690e0045bc8270c6c2b51f7fdbee8ecc24.tar.gz GT5-Unofficial-92159e690e0045bc8270c6c2b51f7fdbee8ecc24.tar.bz2 GT5-Unofficial-92159e690e0045bc8270c6c2b51f7fdbee8ecc24.zip |
Change warning texts (#2592)
change
Diffstat (limited to 'src/main/java/gregtech/common/tileentities/machines/multi')
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java | 4 |
1 files changed, 3 insertions, 1 deletions
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") |