From b29361a79bc594686afb79812d702747ff3e1796 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 17 Jun 2025 21:13:06 +0100 Subject: [PATCH] trying to get the moon rabbit houses to not put squares on the ground --- kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 744415880..3ef06375d 100644 --- a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json +++ b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json @@ -7,7 +7,7 @@ "size": 1, "biomes": "#tfg:has_structure/moon_rabbit_houses", "max_distance_from_center": 32, - "project_start_to_heightmap": "WORLD_SURFACE_WG", + "project_start_to_heightmap": "WORLD_SURFACE", "step": "surface_structures", "terrain_adaptation": "beard_thin", "use_expansion_hack": false,