Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
RealSilverMoon committed Jun 1, 2024
1 parent 8575852 commit f2df37d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,8 @@ public static void checkRouting(GTMachineBox box) {
recipeMap = RecipeMaps.replicatorRecipes;
Materials replicatorItem = null;
for (ItemStack item : ItemInputs) {
if (Behaviour_DataOrb.getDataName(item).isEmpty()) continue;
if (Behaviour_DataOrb.getDataName(item)
.isEmpty()) continue;
replicatorItem = Element.get(Behaviour_DataOrb.getDataName(item)).mLinkedMaterials
.get(0);
break;
Expand Down

0 comments on commit f2df37d

Please sign in to comment.