From 65b9055e34e248107b256e1bcd6083cf3b9ed418 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 7 Jun 2025 21:29:57 +0100 Subject: [PATCH] does this fix the weird squares with structures? --- .../worldgen/structure/moon/moon_rabbit_houses.json | 12 ++++++------ .../data/tfg/worldgen/structure/moon/moonbase.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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,