Skip to content

Commit

Permalink
Add perfect Isolation to CRIB Tooltip (#3768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshy2002 authored Jan 9, 2025
1 parent 1bf64ac commit 374b972
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 374b972

Please sign in to comment.