From fe9fee9ee11c3ed3376de6badb508dc23da5ea41 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Fri, 17 Jul 2020 18:56:26 -0400 Subject: [PATCH] Decor --- dev.dan/biomes/mountains-dan.json | 18 ++++- dev.dan/biomes/plains-dan.json | 12 +++ .../{forest-dan.json => redwoods-dan.json} | 47 +----------- dev.dan/biomes/wilds-dan.json | 76 +++++++++++++++++++ dev.dan/regions/dan.json | 2 +- 5 files changed, 109 insertions(+), 46 deletions(-) rename dev.dan/biomes/{forest-dan.json => redwoods-dan.json} (81%) create mode 100644 dev.dan/biomes/wilds-dan.json diff --git a/dev.dan/biomes/mountains-dan.json b/dev.dan/biomes/mountains-dan.json index 451f62ec..d25f136d 100644 --- a/dev.dan/biomes/mountains-dan.json +++ b/dev.dan/biomes/mountains-dan.json @@ -26,7 +26,23 @@ { "generator": "rough", "min": 1, - "max": 12 + "max": 3 + } + ], + "decorators": [ + { + "zoom": 0.1, + "chance": 0.01, + "palette": ["WHITE_TULIP", "BLUE_ORCHID", "POPPY"], + "dispersion": "SCATTER", + "variance": "SCATTER" + }, + { + "zoom": 0.3, + "chance": 0.1, + "palette": ["GRASS"], + "dispersion": "SCATTER", + "variance": "SCATTER" } ], "derivative": "MOUNTAINS" diff --git a/dev.dan/biomes/plains-dan.json b/dev.dan/biomes/plains-dan.json index 7351b6c2..c0be3a6a 100644 --- a/dev.dan/biomes/plains-dan.json +++ b/dev.dan/biomes/plains-dan.json @@ -30,6 +30,18 @@ ] } ], + "children":[ + "wilds-dan" + ], + "decorators": [ + { + "zoom": 0.3, + "chance": 0.19, + "palette": ["GRASS"], + "dispersion": "SCATTER", + "variance": "SCATTER" + } + ], "generators":[ { "generator": "plain", diff --git a/dev.dan/biomes/forest-dan.json b/dev.dan/biomes/redwoods-dan.json similarity index 81% rename from dev.dan/biomes/forest-dan.json rename to dev.dan/biomes/redwoods-dan.json index 542e9351..c48a12be 100644 --- a/dev.dan/biomes/forest-dan.json +++ b/dev.dan/biomes/redwoods-dan.json @@ -11,14 +11,8 @@ ] }, { - "palette": [ - "DIRT", - "COARSE_DIRT" - ] - }, - { - "minHeight": 1, - "maxHeight": 3, + "minHeight": 2, + "maxHeight": 4, "palette": [ "DIRT", "COARSE_DIRT" @@ -109,44 +103,9 @@ "y": 0, "z": 0 } - },, - { - "chance": 0.325, - "density": 1, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": -7, - "max": 7, - "interval": 1, - "enabled": true - }, - "zAxis": { - "min": -7, - "max": 7, - "interval": 1, - "enabled": true - }, - "enabled": true - }, - "place": [ - "unfrosted-spruce/big-1", - "unfrosted-spruce/big-2", - "unfrosted-spruce/big-3" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } }, { - "chance": 0.725, + "chance": 0.325, "density": 1, "rotation": { "yAxis": { diff --git a/dev.dan/biomes/wilds-dan.json b/dev.dan/biomes/wilds-dan.json new file mode 100644 index 00000000..c289aa04 --- /dev/null +++ b/dev.dan/biomes/wilds-dan.json @@ -0,0 +1,76 @@ +{ + "name": "Wilds", + "layers": [ + { + "palette": [ + "GRASS_BLOCK" + ] + }, + { + "palette": [ + "DIRT" + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + "DIRT", + "COARSE_DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "dispersion": "SCATTER", + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] + } + ], + "decorators": [ + { + "zoom": 0.02, + "chance": 0.003, + "palette": ["WITHER_ROSE", "OXEYE_DAISY", "PINK_TULIP", "LILY_OF_THE_VALLEY"], + "dispersion": "SCATTER", + "variance": "SCATTER" + }, + { + "zoom": 0.1, + "chance": 0.02, + "palette": ["SUNFLOWER", "DANDELION", "POPPY", "ROSE_BUSH"], + "dispersion": "SCATTER", + "variance": "SCATTER" + }, + { + "zoom": 0.2, + "chance": 0.22, + "palette": ["LARGE_FERN", "TALL_GRASS"], + "dispersion": "SCATTER", + "variance": "SCATTER" + }, + { + "zoom": 0.3, + "chance": 0.42, + "palette": ["GRASS", "FERN"], + "dispersion": "SCATTER", + "variance": "SCATTER" + } + ], + "generators":[ + { + "generator": "plain", + "min": 4, + "max": 7 + }, + { + "generator": "wavy", + "min": 0, + "max": 3 + } + ], + "derivative": "PLAINS" +} \ No newline at end of file diff --git a/dev.dan/regions/dan.json b/dev.dan/regions/dan.json index a8a0a389..0a1cc82a 100644 --- a/dev.dan/regions/dan.json +++ b/dev.dan/regions/dan.json @@ -6,7 +6,7 @@ "shoreHeightZoom": 1.14, "landBiomes": [ "plains-dan", - "forest-dan", + "redwoods-dan", "mountains-dan" ], "seaBiomes": [