does this fix the weird squares with structures?

This commit is contained in:
Pyritie 2025-06-07 21:29:57 +01:00
parent 29a713cb6c
commit 65b9055e34
2 changed files with 7 additions and 7 deletions

View file

@ -1,15 +1,15 @@
{ {
"type": "minecraft:jigsaw", "type": "minecraft:jigsaw",
"start_pool": "tfg:moon/moon_rabbit_houses", "start_pool": "tfg:moon/moon_rabbit_houses",
"size": 1,
"max_distance_from_center": 32,
"biomes": "#tfg:has_structure/moon_rabbit_houses",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"start_height": { "start_height": {
"absolute": 0 "absolute": 0
}, },
"project_start_to_heightmap": "MOTION_BLOCKING", "size": 1,
"biomes": "#tfg:has_structure/moon_rabbit_houses",
"max_distance_from_center": 32,
"project_start_to_heightmap": "WORLD_SURFACE_WG",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": false, "use_expansion_hack": false,
"spawn_overrides": {} "spawn_overrides": {}
} }

View file

@ -7,7 +7,7 @@
"size": 5, "size": 5,
"biomes": "#tfg:has_structure/moonbase", "biomes": "#tfg:has_structure/moonbase",
"max_distance_from_center": 80, "max_distance_from_center": 80,
"project_start_to_heightmap": "MOTION_BLOCKING", "project_start_to_heightmap": "WORLD_SURFACE_WG",
"step": "surface_structures", "step": "surface_structures",
"terrain_adaptation": "beard_thin", "terrain_adaptation": "beard_thin",
"use_expansion_hack": false, "use_expansion_hack": false,