diff --git a/overworld/biomes/tundra-redwood-cliffs.json b/overworld/biomes/tundra-redwood-cliffs.json index 780dee9f..55be52d9 100644 --- a/overworld/biomes/tundra-redwood-cliffs.json +++ b/overworld/biomes/tundra-redwood-cliffs.json @@ -63,7 +63,30 @@ ], "translate": { "x": 0, - "y": -6, + "y": -8, + "z": 0 + } + }, + { + "chance": 0.01, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "true-redwood/true-redwood-7-b", + "true-redwood/true-redwood-8-b", + "true-redwood/true-redwood-9-b", + "true-redwood/true-redwood-10-b" + ], + "translate": { + "x": 0, + "y": -8, "z": 0 } }, diff --git a/overworld/biomes/tundra-redwoods.json b/overworld/biomes/tundra-redwoods.json index 3edc8564..43fa6e58 100644 --- a/overworld/biomes/tundra-redwoods.json +++ b/overworld/biomes/tundra-redwoods.json @@ -86,7 +86,7 @@ ], "translate": { "x": 0, - "y": -6, + "y": -8, "z": 0 } }, @@ -109,7 +109,7 @@ ], "translate": { "x": 0, - "y": -6, + "y": -8, "z": 0 } }, diff --git a/overworld/biomes/tundra-taiga.json b/overworld/biomes/tundra-taiga.json index cf9fe259..aeb4671e 100644 --- a/overworld/biomes/tundra-taiga.json +++ b/overworld/biomes/tundra-taiga.json @@ -79,12 +79,12 @@ ], "translate": { "x": 0, - "y": 0, + "y": -1, "z": 0 } }, { - "chance": 0.05, + "chance": 0.4, "rotation": { "yAxis": { "min": 0, @@ -115,7 +115,7 @@ } }, { - "chance": 0.0075, + "chance": 0.01, "rotation": { "yAxis": { "min": 0, @@ -135,22 +135,12 @@ ], "translate": { "x": 0, - "y": 0, + "y": -2, "z": 0 } } ], "decorators": [ - { - "zoom": 0.3, - "chance": 0.009, - "palette": [ - "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", - "minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]" - ], - "dispersion": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, { "zoom": 0.02, "chance": 0.003, @@ -160,20 +150,11 @@ }, { "zoom": 0.3, - "chance": 0.046, + "chance": 0.023, "palette": ["GRASS"], "dispersion": {"style": "STATIC"}, "variance": {"style": "STATIC"} }, - { - "zoom": 0.3, - "chance": 0.001, - "palette": [ - "DEAD_BUSH" - ], - "dispersion": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, { "zoom": 0.3, "chance": 0.001, @@ -181,14 +162,48 @@ "POPPY" ], "dispersion": {"style": "STATIC"}, + "variance": {"style": "STATIC"} + }, + { + "zoom": 0.02, + "chance": 0.001, + "palette": ["WITHER_ROSE", "OXEYE_DAISY", "PINK_TULIP", "LILY_OF_THE_VALLEY"], + "dispersion": {"style": "FRACTAL_SMOKE"}, + "variance": {"style": "STATIC"} + }, + { + "zoom": 0.1, + "chance": 0.01, + "palette": ["SUNFLOWER", "DANDELION", "POPPY", "ROSE_BUSH"], + "dispersion": {"style": "STATIC"}, + "variance": {"style": "STATIC"} + }, + { + "zoom": 0.2, + "chance": 0.05, + "palette": ["LARGE_FERN", "TALL_GRASS"], + "dispersion": {"style": "FRACTAL_SMOKE"}, + "variance": {"style": "STATIC"} + }, + { + "zoom": 0.2, + "chance": 0.21, + "palette": ["GRASS", "FERN"], + "dispersion": {"style": "STATIC"}, "variance": {"style": "STATIC"} } + ], "generators":[ { "generator": "plain", "min": 5, "max": 14 + }, + { + "generator": "plain-cliffs-thin", + "min": 1, + "max": 4 } ], "derivative": "GIANT_TREE_TAIGA"