You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/src/main/java/com/faboslav/structurify/common/config/client/gui/structure/FlatnessCheckOptions.java
Copy file name to clipboardExpand all lines: common/src/main/java/com/faboslav/structurify/common/config/serialization/FlatnessCheckDataSerializer.java
Copy file name to clipboardExpand all lines: common/src/main/java/com/faboslav/structurify/common/world/level/structure/checks/StructureFlatnessCheck.java
+17-12Lines changed: 17 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -89,12 +89,17 @@ public static boolean checkFlatness(
Copy file name to clipboardExpand all lines: common/src/main/resources/assets/structurify/lang/en_us.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,12 @@
47
47
"gui.structurify.structures.structure.enable_flatness_check.description": "The structure will only generate if the terrain under the structure is flat.",
48
48
"gui.structurify.structures.structure.allow_non_solid_blocks_in_flatness_check.title": "Allow non solid blocks",
49
49
"gui.structurify.structures.structure.allow_non_solid_blocks_in_flatness_check.description": "Liquid, air and other \"special\" blocks will count as solid blocks and will not fail the check.",
"gui.structurify.structures.structure.flatness_check.mode.description": "The mode based on how flatness check checks for height differences.\n\nAuto: Max. height difference is calculated automatically per each structure area and number of pieces.\n\nManual: Max. height difference is specified by the input field below.",
"gui.structurify.structures.structure.flatness_check.max_height_difference.title": "Max. height difference (in blocks)",
55
+
"gui.structurify.structures.structure.flatness_check.max_height_difference.description": "The maximum allowed height difference between the highest and lowest terrain positions within the checked area. Structures will only generate if the terrain variation does not exceed this value.",
0 commit comments