From 374b972b7b2c622770f89fff382316393ac49fd3 Mon Sep 17 00:00:00 2001 From: Yoshy <60155833+Yoshy2002@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:12:58 +0100 Subject: [PATCH] Add perfect Isolation to CRIB Tooltip (#3768) --- .../common/tileentities/machines/MTEHatchCraftingInputME.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/gregtech/common/tileentities/machines/MTEHatchCraftingInputME.java b/src/main/java/gregtech/common/tileentities/machines/MTEHatchCraftingInputME.java index cb57fb85db6..79c683f4610 100644 --- a/src/main/java/gregtech/common/tileentities/machines/MTEHatchCraftingInputME.java +++ b/src/main/java/gregtech/common/tileentities/machines/MTEHatchCraftingInputME.java @@ -352,7 +352,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", + "Ignores the contents of other buses or hatches", "Also ignores other patterns within the same bus" }); disableSort = true; this.supportFluids = supportFluids; }