diff options
author | Mary <33456283+FourIsTheNumber@users.noreply.github.com> | 2024-09-06 15:21:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 14:21:54 -0500 |
commit | ab1349967d5d78a9361a2f2421b605984ac5a2ec (patch) | |
tree | 5d253694b26a01745190a9ce20101e1758af3f4f /src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities | |
parent | 2cf79a7513ae1d5893812fbc89b8f3119ce67099 (diff) | |
download | GT5-Unofficial-ab1349967d5d78a9361a2f2421b605984ac5a2ec.tar.gz GT5-Unofficial-ab1349967d5d78a9361a2f2421b605984ac5a2ec.tar.bz2 GT5-Unofficial-ab1349967d5d78a9361a2f2421b605984ac5a2ec.zip |
Deprecate Large Processing Factory (#3086)
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/MTEIndustrialMultiMachine.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/MTEIndustrialMultiMachine.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/MTEIndustrialMultiMachine.java index 472b1f66fd..974d72657d 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/MTEIndustrialMultiMachine.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/MTEIndustrialMultiMachine.java @@ -127,6 +127,8 @@ public class MTEIndustrialMultiMachine extends GTPPMultiBlockBase<MTEIndustrialM MultiblockTooltipBuilder tt = new MultiblockTooltipBuilder(); tt.addMachineType(getMachineType()) .addInfo("Controller Block for the Industrial Multi-Machine") + .addInfo(EnumChatFormatting.RED + "DEPRECATED! This machine will be removed in the next major update.") + .addInfo(EnumChatFormatting.RED + "A variety of multiblocks have been added to replace these machines!") .addInfo("250% faster than using single block machines of the same voltage") .addInfo("Only uses 80% of the EU/t normally required") .addInfo("Processes two items per voltage tier") |