diff --git a/src/main/java/gregtech/common/tileentities/machines/MTEHatchCraftingInputME.java b/src/main/java/gregtech/common/tileentities/machines/MTEHatchCraftingInputME.java index d1bc27310a1..41a18e6635c 100644 --- a/src/main/java/gregtech/common/tileentities/machines/MTEHatchCraftingInputME.java +++ b/src/main/java/gregtech/common/tileentities/machines/MTEHatchCraftingInputME.java @@ -349,7 +349,8 @@ public MTEHatchCraftingInputME(int aID, String aName, String aNameRegional, bool "Processes patterns directly from ME", supportFluids ? "It supports patterns including fluids" : "It does not support patterns including fluids", - "Change ME connection behavior by right-clicking with wire cutter" }); + "Change ME connection behavior by right-clicking with wire cutter", + EnumChatFormatting.RED + "Ignores content of other buses/hatches" }); disableSort = true; this.supportFluids = supportFluids; }