From 0560ff55566e7c98099d585c820d35452619b9a2 Mon Sep 17 00:00:00 2001 From: Sollace Date: Sun, 18 Feb 2024 14:42:42 +0000 Subject: [PATCH] Remove terrain adaptation from floating islands because it still looks weird --- .../data/unicopia/worldgen/structure/floating_island.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/unicopia/worldgen/structure/floating_island.json b/src/main/resources/data/unicopia/worldgen/structure/floating_island.json index 4a2d3351..06894644 100644 --- a/src/main/resources/data/unicopia/worldgen/structure/floating_island.json +++ b/src/main/resources/data/unicopia/worldgen/structure/floating_island.json @@ -10,6 +10,6 @@ }, "start_pool": "unicopia:clouds/start", "step": "surface_structures", - "terrain_adaptation": "beard_thin", + "terrain_adaptation": "none", "use_expansion_hack": true } \ No newline at end of file