I am stupid

This commit is contained in:
Pyritie 2025-06-30 00:03:17 +01:00
parent f4b6430662
commit 5274a0955e
3 changed files with 7 additions and 9 deletions

View file

@ -1,8 +1,8 @@
{
"type": "minecraft:jigsaw",
"biomes": "#tfg:has_structure/moon_rabbit_houses",
"max_distance_from_center": 80,
"project_start_to_heightmap": "WORLD_SURFACE",
"max_distance_from_center": 1,
"project_start_to_heightmap": "MOTION_BLOCKING",
"size": 1,
"spawn_overrides": {},
"start_height": {
@ -10,6 +10,6 @@
},
"start_pool": "tfg:moon/moon_rabbit_houses",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
"terrain_adaptation": "none",
"use_expansion_hack": false
}

View file

@ -10,6 +10,6 @@
},
"start_pool": "tfg:moon/moonbase_entrances",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"use_expansion_hack": true
"terrain_adaptation": "none",
"use_expansion_hack": false
}