From 1fb91cdc2fb7cb82f6c8293e7da5cb61cdf3970b Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Mon, 18 May 2020 09:10:08 -0400 Subject: [PATCH] Gens --- core.generators/iris.json | 11 +++++++++++ dev.dan/biomes/mountains-dan.json | 20 ++++++-------------- dev.dan/biomes/plains-dan.json | 20 +------------------- dev.dan/regions/dan.json | 4 ++-- 4 files changed, 20 insertions(+), 35 deletions(-) create mode 100644 core.generators/iris.json diff --git a/core.generators/iris.json b/core.generators/iris.json new file mode 100644 index 00000000..b84dea31 --- /dev/null +++ b/core.generators/iris.json @@ -0,0 +1,11 @@ +{ + "interpolationFunction": "BICUBIC", + "interpolationScale": 31, + "seed": 1, + "composite": [ + { + "irisBased": true, + "seed": 1337 + } + ] +} \ No newline at end of file diff --git a/dev.dan/biomes/mountains-dan.json b/dev.dan/biomes/mountains-dan.json index 3313df95..8c627fe4 100644 --- a/dev.dan/biomes/mountains-dan.json +++ b/dev.dan/biomes/mountains-dan.json @@ -2,13 +2,13 @@ "children": [], "decorators": [], "objects": [], - "name": "Plains", + "name": "Mountains", "layers": [ { "minHeight": 1, "terrainZoom": 5, "maxHeight": 1, - "palette": ["GRASS_BLOCK"], + "palette": ["STONE"], "dispersion": "SCATTER" }, { @@ -46,20 +46,12 @@ { "offsetX": 0, "offsetZ": 0, - "min": 2, + "min": 0, "seed": 1337, - "max": 5, + "max": 64, "zoom": 3 - }, - { - "offsetX": 0, - "offsetZ": 0, - "min": 6, - "seed": 1339, - "max": 8, - "zoom": 2 } ], - "highHeight": 211, - "lowHeight": 3 + "highHeight": 17, + "lowHeight": 9 } diff --git a/dev.dan/biomes/plains-dan.json b/dev.dan/biomes/plains-dan.json index 4f53db71..35845a7f 100644 --- a/dev.dan/biomes/plains-dan.json +++ b/dev.dan/biomes/plains-dan.json @@ -1,23 +1,5 @@ { "name": "Plains", - "auxiliaryGenerators":[ - { - "zoom": 3, - "offsetX": 0, - "offsetZ": 0, - "seed": 1337, - "min": 1, - "max": 5 - }, - { - "zoom": 2, - "offsetX": 0, - "offsetZ": 0, - "seed": 1339, - "min": 1, - "max": 2 - } - ], "layers": [ { "palette": [ @@ -32,7 +14,7 @@ { "minHeight": 1, "maxHeight": 3, - "palette": [ + "palette": [ "DIRT", "COARSE_DIRT" ] diff --git a/dev.dan/regions/dan.json b/dev.dan/regions/dan.json index 36f487d2..92951015 100644 --- a/dev.dan/regions/dan.json +++ b/dev.dan/regions/dan.json @@ -7,9 +7,9 @@ "mountains-dan" ], "seaBiomes": [ - "ocean-dan" + "plains-dan" ], "shoreBiomes": [ - "beach-dan" + "plains-dan" ] } \ No newline at end of file