From 42a553c5d554fc1d68adb1241fa01d7d181bd48b Mon Sep 17 00:00:00 2001 From: Quetz4l Date: Sun, 24 Mar 2024 19:27:17 +0200 Subject: changing the magic letters to an understandable modes (9in1) (#860) changing the magic letters to an understandable mode * bs --- .../processing/GregtechMetaTileEntity_IndustrialMultiMachine.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines') diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IndustrialMultiMachine.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IndustrialMultiMachine.java index b0a139ec3c..17e1572cb1 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IndustrialMultiMachine.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/processing/GregtechMetaTileEntity_IndustrialMultiMachine.java @@ -128,15 +128,15 @@ public class GregtechMetaTileEntity_IndustrialMultiMachine extends .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") .addInfo( - "Machine Type: [A] - " + EnumChatFormatting.YELLOW + "Machine Type: Metal - " + EnumChatFormatting.YELLOW + aBuiltStrings[0] + EnumChatFormatting.RESET) .addInfo( - "Machine Type: [B] - " + EnumChatFormatting.YELLOW + "Machine Type: Fluid - " + EnumChatFormatting.YELLOW + aBuiltStrings[1] + EnumChatFormatting.RESET) .addInfo( - "Machine Type: [C] - " + EnumChatFormatting.YELLOW + "Machine Type: Misc - " + EnumChatFormatting.YELLOW + aBuiltStrings[2] + EnumChatFormatting.RESET) .addInfo("Read Multi-Machine Manual for extra information") -- cgit