does this fix the weird squares with structures?
This commit is contained in:
parent
29a713cb6c
commit
65b9055e34
2 changed files with 7 additions and 7 deletions
|
|
@ -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": {}
|
||||||
}
|
}
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue