Hotfix FixedRegion

This commit is contained in:
2025-09-29 09:34:53 +02:00
parent d2a6ccc46b
commit 394e043db3
@@ -184,7 +184,7 @@ public class FixedRegion implements Region {
SchematicType schematicType = pasteBuilder.getClipboardProvider().as(PasteBuilder.SchematicProvider.class).getSchematic().getSchemtype();
pasteBuilder.rotate(schematicType.fightType() || schematicType.check());
}
pasteBuilder.pastePoint(minPoint.add(prototype.getSizeX() / 2, 0, prototype.getSizeY() / 2));
pasteBuilder.pastePoint(minPoint.add(prototype.getSizeX() / 2, 0, prototype.getSizeZ() / 2));
regionHistory.remember(pasteBuilder.run());
}
};