Skip to content

Commit 9eaf6b1

Browse files
committed
fix structure issue
1 parent e702263 commit 9eaf6b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/Nxer/TwistSpaceTechnology/common/machine/GT_TileEntity_IndustrialMagicMatrix.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3213,6 +3213,7 @@ public boolean checkMachine(IGregTechTileEntity aBaseMetaTileEntity, ItemStack a
32133213
|| checkPiece(STRUCTURE_PIECE_MAIN_ERR, horizontalOffSet, verticalOffSet, depthOffSet)) {
32143214
if (blockTier > 0) {
32153215
mParallel = blockTier << 3;
3216+
return true;
32163217
} else return false;
32173218
}
32183219
return false;

0 commit comments

Comments
 (0)