Skip to content

Commit 3a6eafa

Browse files
committed
Only store blocks with a member
1 parent 17eaa18 commit 3a6eafa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/aztech/modern_industrialization/machines/multiblocks/structure/MIStructureTemplateManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ public static FromWorldResult fromWorld(Level level, BlockPos controllerPos, Dir
185185
membersTag.add(memberTag);
186186
}
187187
blockTag.putInt("member_index", members.indexOf(member));
188-
}
189188

190-
blocksTag.add(blockTag);
189+
blocksTag.add(blockTag);
190+
}
191191
}
192192

193193
if (!hasController) {

0 commit comments

Comments
 (0)