From e5f6f18599b76e3fa8b04cdbecb1f9274f32d330 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Wed, 28 Jul 2021 21:21:32 -0400 Subject: [PATCH] Patch biome / region styles --- dimensions/overworld.json | 68 ++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 005ec5b3..e207c912 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -8,13 +8,8 @@ "continentZoom": 1, "landChance": 0.69, "biomeZoom": 7, - "continentalStyle": { - "style": "NOWHERE_SUPERFRACTAL", - "zoom": 5, - "exponent": 7.5 - }, "REGIONS": "Contains the list of regions and their placement style", - "regionZoom": 7.35, + "regionZoom": 6.35, "regions": [ "mushroom", "swamp", @@ -25,15 +20,6 @@ "frozen", "tundra" ], - "regionStyle": { - "style": "CELLULAR", - "fracture": { - "style": "NOWHERE", - "zoom": 2, - "multiplier": 16 - }, - "zoom": 1 - }, "islandBiomeChanceStyle": { "style": "NOWHERE_CELLULAR", "zoom": 5 @@ -49,14 +35,42 @@ "seaBiomeStyle": {"style": "FRACTAL_FBM_IRIS"}, "LAND": "Land settings (for the biomes that are non-ocean).", "landZoom": 3.2, + "regionStyle": { + "style": "NOWHERE_CELLULAR", + "fracture": { + "multiplier": 600, + "axialFracturing": true, + "style": "NOWHERE_CUBIC", + "zoom": 1.25, + "fracture": { + "style": "NOWHERE", + "axialFracturing": true, + "zoom": 0.1, + "multiplier": 24.8 + } + } + }, "landBiomeStyle": { "style": "NOWHERE_CELLULAR", "fracture": { - "style": "NOWHERE", - "zoom": 0.03, - "multiplier": 12 - }, - "zoom": 3 + "multiplier": 725, + "axialFracturing": true, + "style": "NOWHERE_CUBIC", + "zoom": 1.18, + "fracture": { + "style": "NOWHERE", + "axialFracturing": true, + "zoom": 0.1141, + "multiplier": 44.8 + } + } + }, + "shoreBiomeStyle": { + "style": "NOWHERE_CELLULAR" + }, + "continentalStyle": { + "style": "NOWHERE_CELLULAR", + "zoom": 5 }, "LOOT": "Contains a list of loot tables that are attempted to be applied to all chests that spawn.", "lootTries": 32, @@ -342,17 +356,5 @@ } ], "skylandBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"}, - "islandBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"}, - "shoreBiomeStyle": { - "style": "CELLULAR", - "fracture": { - "multiplier": 18, - "style": "FRACTAL_WATER", - "zoom": 0.255, - "fracture": { - "style": "STATIC", - "multiplier": 4 - } - } - } + "islandBiomeStyle": {"style": "CELLULAR_IRIS_DOUBLE"} }