Skip to content

Commit fc6acde

Browse files
committed
🗿
1 parent 0be978c commit fc6acde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/api/metatileentity/multiblock/MultiblockControllerBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ protected void invalidStructureCaches() {
626626
public IBlockPattern getSubstructure(String name) {
627627
return structures.get(name);
628628
}
629-
629+
630630
public IBlockPattern getSubstructure() {
631631
return getSubstructure("MAIN");
632632
}

0 commit comments

Comments
 (0)