made a oopsie
This commit is contained in:
parent
3a5608566e
commit
b461b2af2f
@ -202,7 +202,7 @@ public final class LitematicaHelper {
|
|||||||
}
|
}
|
||||||
IBlockState state = schemIn.getDirect(xCounter, yCounter, zCounter);
|
IBlockState state = schemIn.getDirect(xCounter, yCounter, zCounter);
|
||||||
try {
|
try {
|
||||||
state.withMirror(LitematicaHelper.getMirror(i)).withRotation(LitematicaHelper.getRotation(i));
|
state = state.withMirror(LitematicaHelper.getMirror(i)).withRotation(LitematicaHelper.getRotation(i));
|
||||||
} catch (NullPointerException e) {
|
} catch (NullPointerException e) {
|
||||||
//nothing to worry about it's just a hole in the schematic.
|
//nothing to worry about it's just a hole in the schematic.
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user