diff --git a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json index da7154a4b..744415880 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json @@ -1,15 +1,15 @@ { "type": "minecraft:jigsaw", "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": { "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, "spawn_overrides": {} } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure/moon/moonbase.json b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json index e07ca7104..7d66bb0cb 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moonbase.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json @@ -7,7 +7,7 @@ "size": 5, "biomes": "#tfg:has_structure/moonbase", "max_distance_from_center": 80, - "project_start_to_heightmap": "MOTION_BLOCKING", + "project_start_to_heightmap": "WORLD_SURFACE_WG", "step": "surface_structures", "terrain_adaptation": "beard_thin", "use_expansion_hack": false,