Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
RealSilverMoon committed May 16, 2024
1 parent f41d72b commit 2201913
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,8 @@ 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("name")) {
&& !mte.mName.startsWith("TST")
&& !mte.mName.startsWith("name")) {
NetworkLoader.instance.sendToServer(
new MessageRouting(
new BoxRoutings(
Expand Down

0 comments on commit 2201913

Please sign in to comment.