From 06c5065e2e56c763e3a4aa1fdcc92d11da5cb9f5 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 23 Jun 2025 23:05:29 +0100 Subject: [PATCH] once again I am trying to fix these damn rabbit houses --- .../structure/moon/moon_rabbit_houses.json | 14 +++++++------- 1 file 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 744415880..2b13c258c 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", + "biomes": "#tfg:has_structure/moon_rabbit_houses", + "max_distance_from_center": 0, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "size": 1, + "spawn_overrides": {}, "start_height": { "absolute": 0 }, - "size": 1, - "biomes": "#tfg:has_structure/moon_rabbit_houses", - "max_distance_from_center": 32, - "project_start_to_heightmap": "WORLD_SURFACE_WG", + "start_pool": "tfg:moon/moon_rabbit_houses", "step": "surface_structures", "terrain_adaptation": "beard_thin", - "use_expansion_hack": false, - "spawn_overrides": {} + "use_expansion_hack": true } \ No newline at end of file