From cc5c5817d1d19779df3fe9e94dbe364fc501781b Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Sat, 15 Aug 2020 20:43:37 -0400 Subject: [PATCH] Auto stash before merge of "master" and "origin/master" --- overworld/dimensions/overworld.json | 42 ++++++++++++++++++++++++++--- overworld/generators/plain.json | 7 +++-- 2 files changed, 42 insertions(+), 7 deletions(-) diff --git a/overworld/dimensions/overworld.json b/overworld/dimensions/overworld.json index 57ac00f5..1bb023ea 100644 --- a/overworld/dimensions/overworld.json +++ b/overworld/dimensions/overworld.json @@ -43,13 +43,49 @@ "caveShift": -11, "focus": "", "fluidHeight": 99, - "biomeZoom": 1.25, - "regionZoom": 4.5, + "biomeZoom": 4.25, + "regionZoom": 9.5, + "landBiomeStyle": { + "style": "CELLULAR_IRIS_DOUBLE", + "fracture": { + "style": "IRIS_DOUBLE", + "multiplier": 14, + "zoom": 0.03, + "fracture": { + "style": "STATIC", + "multiplier": 3 + } + } + }, + "seaBiomeStyle": { + "style": "CELLULAR_IRIS_DOUBLE" + }, + "shoreBiomeStyle": { + "style": "CELLULAR_IRIS_DOUBLE" + }, + "caveBiomeStyle": { + "style": "CELLULAR_IRIS_DOUBLE" + }, + "islandBiomeStyle": { + "style": "CELLULAR_IRIS_DOUBLE" + }, + "skylandBiomeStyle": { + "style": "CELLULAR_IRIS_DOUBLE" + }, "regionStyle": { "style": "CELLULAR_IRIS_THICK" }, "continentalStyle": { - "style": "CELLULAR_IRIS_THICK" + "style": "CELLULAR_IRIS_DOUBLE", + "fracture": { + "style": "IRIS_DOUBLE", + "multiplier": 14, + "zoom": 0.03, + "fracture": { + "style": "STATIC", + "multiplier": 3 + } + } }, "continentZoom": 1, "dimensionAngleDeg": 19, diff --git a/overworld/generators/plain.json b/overworld/generators/plain.json index 8b88c121..5b30798a 100644 --- a/overworld/generators/plain.json +++ b/overworld/generators/plain.json @@ -7,13 +7,12 @@ "style": "IRIS_DOUBLE", "zoom": 0.87, "fracture": { - "style": "IRIS_HALF", - "zoom": 0.195, + "style": "IRIS", + "zoom": 0.115, "multiplier": 18 } }, "seed": 10056, - "bezier": true, - "exponent": 1.125 + "bezier": true }] }