Skip to content

Commit

Permalink
Exclude tst again
Browse files Browse the repository at this point in the history
  • Loading branch information
RealSilverMoon committed May 16, 2024
1 parent e525601 commit f41d72b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ public static void makeRouting(GT_NEI_DefaultHandler recipe, int recipeIndex, En
.collect(Collectors.toList());
for (ItemStack machine : machineList) {
if (getMetaTileEntity(machine) instanceof GT_MetaTileEntity_MultiBlockBase mte
&& !mte.mName.startsWith("TST")) {
&& !mte.mName.startsWith("TST") && !mte.mName.startsWith("name")) {
NetworkLoader.instance.sendToServer(
new MessageRouting(
new BoxRoutings(
Expand Down

0 comments on commit f41d72b

Please sign in to comment.