9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 18:19:14 +00:00

disable warp to prevent x/z offsets

This commit is contained in:
CrazyDev22
2024-05-16 13:15:34 +02:00
parent 44500d6af9
commit fd10c005b0

View File

@@ -103,6 +103,7 @@ public class PlannedStructure {
options = i.getPiece().getPlacementOptions();
options.getRotation().setEnabled(false);
options.setRotateTowardsSlope(false);
options.setWarp(new IrisGeneratorStyle(NoiseStyle.FLAT));
} else {
options.setMode(i.getPiece().getPlaceMode());
}