From 36999673702a40ce3be2bddaca45520c3bfde85e Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Mon, 20 Jul 2020 22:00:20 -0400 Subject: [PATCH] F' --- dev.brian/biomes/land.json | 11 +++- dev.brian/biomes/ridge.json | 6 +- dev.brian/biomes/spot.json | 2 +- dev.brian/regions/brian.json | 17 ++++-- .../biomes/hot-desert-hills.json | 3 - iris.overworld.hot/biomes/hot-volcanic.json | 32 +++-------- iris.overworld.hot/regions/hot.json | 9 +++ .../biomes/tropical-rainforest-hills.json | 3 - .../biomes/tropical-volcanic.json | 56 ------------------- 9 files changed, 39 insertions(+), 100 deletions(-) delete mode 100644 iris.overworld.tropical/biomes/tropical-volcanic.json diff --git a/dev.brian/biomes/land.json b/dev.brian/biomes/land.json index 7d070fb4..5fec8278 100644 --- a/dev.brian/biomes/land.json +++ b/dev.brian/biomes/land.json @@ -5,7 +5,7 @@ "minHeight": 3, "maxHeight": 6, "palette": [ - "GRASS" + "GRASS_BLOCK" ] }, { @@ -19,8 +19,13 @@ "generators":[ { "generator": "plain", - "min": 2, - "max": 5 + "min": 11, + "max": 17 + }, + { + "generator": "plainsh", + "min": 11, + "max": 17 } ], "derivative": "JUNGLE_EDGE" diff --git a/dev.brian/biomes/ridge.json b/dev.brian/biomes/ridge.json index 933218c3..aac5042c 100644 --- a/dev.brian/biomes/ridge.json +++ b/dev.brian/biomes/ridge.json @@ -18,9 +18,9 @@ ], "generators":[ { - "generator": "plain", - "min": 2, - "max": 5 + "generator": "plainsh", + "min": -10, + "max": -20 } ], "derivative": "JUNGLE_EDGE" diff --git a/dev.brian/biomes/spot.json b/dev.brian/biomes/spot.json index c359c9a5..bf76ac57 100644 --- a/dev.brian/biomes/spot.json +++ b/dev.brian/biomes/spot.json @@ -18,7 +18,7 @@ ], "generators":[ { - "generator": "plain", + "generator": "plainsh", "min": 2, "max": 5 } diff --git a/dev.brian/regions/brian.json b/dev.brian/regions/brian.json index 154588bb..16854380 100644 --- a/dev.brian/regions/brian.json +++ b/dev.brian/regions/brian.json @@ -14,17 +14,22 @@ "ridgeBiomes": [ { "biome": "ridge", - "type": "land", - "width": 7, - "scale": 1, - "chance": 0.75 + "type": "LAND", + "scale": 0.18, + "chance": 0.95, + "thickness": 0.09, + "chanceScale": 0.1, + "chanceShuffle": 128, + "shuffle": 8 } ], "spotBiomes": [ { "biome": "spot", - "type": "land", - "scale": 15 + "type": "LAND", + "scale": 4, + "rarity": 12, + "shuffle": 128 } ] } \ No newline at end of file diff --git a/iris.overworld.hot/biomes/hot-desert-hills.json b/iris.overworld.hot/biomes/hot-desert-hills.json index 64308c35..75f8551b 100644 --- a/iris.overworld.hot/biomes/hot-desert-hills.json +++ b/iris.overworld.hot/biomes/hot-desert-hills.json @@ -24,9 +24,6 @@ ] } ], - "children": [ - "hot-volcanic" - ], "decorators": [ { "verticalZoom": 20, diff --git a/iris.overworld.hot/biomes/hot-volcanic.json b/iris.overworld.hot/biomes/hot-volcanic.json index cdada455..bb93df4d 100644 --- a/iris.overworld.hot/biomes/hot-volcanic.json +++ b/iris.overworld.hot/biomes/hot-volcanic.json @@ -3,10 +3,14 @@ "layers": [ { "dispersion": "SCATTER", - "terrainZoom": 0.25, + "terrainZoom": 0.33, "maxHeight": 4, "minHeight": 2, "palette": [ + "minecraft:basalt[axis=x]", + "minecraft:basalt[axis=y]", + "minecraft:basalt[axis=z]", + "LAVA", "minecraft:basalt[axis=x]", "minecraft:basalt[axis=y]", "minecraft:basalt[axis=z]" @@ -23,33 +27,11 @@ ] } ], - "decorators":[ - { - "zoom": 0.3, - "chance": 0.04, - "palette": [ - "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", - "minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]" - ], - "dispersion": "SCATTER", - "variance": "SCATTER" - } - ], "generators":[ { "generator": "plain", - "min": 9, - "max": 22 - }, - { - "generator": "wavy", - "min": 22, - "max": 35 - }, - { - "generator": "mountain", - "min": 8, - "max": 12 + "min": 3, + "max": 5 } ], "derivative": "DESERT" diff --git a/iris.overworld.hot/regions/hot.json b/iris.overworld.hot/regions/hot.json index 25a2d9e7..c994b68a 100644 --- a/iris.overworld.hot/regions/hot.json +++ b/iris.overworld.hot/regions/hot.json @@ -14,5 +14,14 @@ ], "shoreBiomes": [ "hot-beach" + ], + "spotBiomes": [ + { + "biome": "hot-volcanic", + "type": "LAND", + "scale": 5, + "rarity": 19, + "shuffle": 128 + } ] } \ No newline at end of file diff --git a/iris.overworld.tropical/biomes/tropical-rainforest-hills.json b/iris.overworld.tropical/biomes/tropical-rainforest-hills.json index 38ec36e8..5804b7b2 100644 --- a/iris.overworld.tropical/biomes/tropical-rainforest-hills.json +++ b/iris.overworld.tropical/biomes/tropical-rainforest-hills.json @@ -41,9 +41,6 @@ "max": 4 } ], - "children":[ - "tropical-volcanic" - ], "derivative": "JUNGLE", "biomeDispersion": "WISPY", "biomeZoom": 3, diff --git a/iris.overworld.tropical/biomes/tropical-volcanic.json b/iris.overworld.tropical/biomes/tropical-volcanic.json deleted file mode 100644 index 458ba36c..00000000 --- a/iris.overworld.tropical/biomes/tropical-volcanic.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "Volcanic", - "layers": [ - { - "dispersion": "SCATTER", - "terrainZoom": 0.25, - "maxHeight": 4, - "minHeight": 2, - "palette": [ - "minecraft:basalt[axis=x]", - "minecraft:basalt[axis=y]", - "minecraft:basalt[axis=z]" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "dispersion": "SCATTER", - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "generators":[ - { - "generator": "plain", - "min": 9, - "max": 22 - }, - { - "generator": "wavy", - "min": 22, - "max": 35 - }, - { - "generator": "mountain", - "min": 8, - "max": 12 - } - ], - "decorators":[ - { - "zoom": 0.3, - "chance": 0.04, - "palette": [ - "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", - "minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]" - ], - "dispersion": "SCATTER", - "variance": "SCATTER" - } - ], - "derivative": "DESERT" -} \ No newline at end of file