From e550cc3e2ca15aef2460014b9378db3790dd0c90 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Tue, 22 Jun 2021 14:32:11 +0200 Subject: [PATCH] Reorder mountains --- regions/mountain.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/regions/mountain.json b/regions/mountain.json index fcab7695..68fcf679 100644 --- a/regions/mountain.json +++ b/regions/mountain.json @@ -1,4 +1,25 @@ { + "name": "Mountains", + "landBiomes": [ + "mountain", + "mountain-hills", + "mountain-forest-hills", + "mountain-forest", + "mountain-plains", + "mountain-cliffs", + "mountain" + ], + "shoreBiomes": [ + "mountain-beach" + ], + "seaBiomes": [ + "mountain-river-soft" + ], + "caveBiomes": [ + "temperate-old-cavern", + "temperate-cracked-cavern", + "tundra-cavern" + ], "riverBiomes": [ "mountain-river" ], @@ -18,19 +39,7 @@ "zoom": 0.5 } ], - "landBiomes": [ - "mountain", - "mountain-hills", - "mountain-forest-hills", - "mountain-forest", - "mountain-plains", - "mountain-cliffs", - "mountain" - ], "biomeImplosionRatio": 0.25, - "seaBiomes": [ - "mountain-river-soft" - ], "deposits": [ { "minHeight": 15, @@ -51,11 +60,6 @@ } ], "riverRarity": 200, - "caveBiomes": [ - "temperate-old-cavern", - "temperate-cracked-cavern", - "tundra-cavern" - ], "landBiomeZoom": 1.9, "lakes": false, "lakeBiomeZoom": 4, @@ -73,10 +77,6 @@ } }, "shoreHeightMin": 2.2, - "shoreBiomes": [ - "mountain-beach" - ], - "name": "Mountains", "shoreHeightMax": 1.2, "shoreHeightZoom": 1.14, "riverThickness": 0.5,