From f2fd8e1552ec21e4bf3ea630ffc467e780ade3ea Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sat, 25 Jul 2020 22:35:14 -0700 Subject: [PATCH] tweaks --- iris.overworld.hot/biomes/hot-dry-forest.json | 6 +++--- iris.overworld.hot/regions/hot.json | 2 +- .../biomes/tropical-rainforest-hills.json | 18 ++++++++++++++++++ 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/iris.overworld.hot/biomes/hot-dry-forest.json b/iris.overworld.hot/biomes/hot-dry-forest.json index 451ad18b..fd9c82b0 100644 --- a/iris.overworld.hot/biomes/hot-dry-forest.json +++ b/iris.overworld.hot/biomes/hot-dry-forest.json @@ -40,8 +40,8 @@ "zoom": 0.3, "chance": 0.0235, "palette": [ - "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", - "minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]" + "minecraft:stone_button[face=floor,facing=east,powered=false]", + "minecraft:stone_button[face=floor,facing=south,powered=false]" ], "dispersion": "SCATTER", "variance": "SCATTER" @@ -57,7 +57,7 @@ }, { "zoom": 0.3, - "chance": 0.0002, + "chance": 0.00002, "density": 3, "palette": [ "PUMPKIN", diff --git a/iris.overworld.hot/regions/hot.json b/iris.overworld.hot/regions/hot.json index ec2c985a..d0531c01 100644 --- a/iris.overworld.hot/regions/hot.json +++ b/iris.overworld.hot/regions/hot.json @@ -21,7 +21,7 @@ "biome": "hot-volcanic", "type": "LAND", "scale": 5, - "rarity": 36, + "rarity": 136, "shuffle": 328 } ], diff --git a/iris.overworld.tropical/biomes/tropical-rainforest-hills.json b/iris.overworld.tropical/biomes/tropical-rainforest-hills.json index b66f3ccc..3dc72169 100644 --- a/iris.overworld.tropical/biomes/tropical-rainforest-hills.json +++ b/iris.overworld.tropical/biomes/tropical-rainforest-hills.json @@ -114,6 +114,24 @@ } } ], + "decorators":[ + { + "zoom": 10, + "stackMax": 1, + "stackMin": 1, + "chance": 0.5, + "palette": [ + "GRASS", + "TALL_GRASS", + "JUNGLE_SAPLING" + ], + "verticalVarience": "SCATTER", + "verticalZoom": 88, + "dispersion": "SCATTER", + "variance": "SCATTER" + } + + ], "generators":[ { "generator": "plain",