diff --git a/overworld/biomes/temperate-plains.json b/overworld/biomes/temperate-plains.json index ffb8d052..698a90ae 100644 --- a/overworld/biomes/temperate-plains.json +++ b/overworld/biomes/temperate-plains.json @@ -4,7 +4,7 @@ { "style": { "style": "IRIS" - }, + }, "palette": [ "GRASS_BLOCK", "GRASS_BLOCK", @@ -30,7 +30,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -38,26 +40,33 @@ ] } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", "STONE" ] }, - "children":[ + "children": [ "temperate-wilds" ], "decorators": [ { "zoom": 0.3, "chance": 0.19, - "palette": ["GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.001, @@ -67,20 +76,28 @@ "minecraft:sweet_berry_bush[age=2]", "minecraft:sweet_berry_bush[age=3]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { - "zoom": 0.5, - "chance": 0.05, + "zoom": 0.3, + "chance": 0.02, "palette": [ "minecraft:wheat[age=7]" ], - "style": {"style": "CELLULAR_IRIS"}, - "variance": {"style": "CELLULAR_IRIS"} + "style": { + "style": "CELLULAR_IRIS_DOUBLE" + }, + "variance": { + "style": "CELLULAR_IRIS" + } } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, @@ -88,7 +105,9 @@ } ], "derivative": "PLAINS", - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": { + "style": "IRIS" + }, "biomeZoom": 60, "biomeScatter": [ "FOREST", diff --git a/overworld/biomes/tundra-redwood-cliffs.json b/overworld/biomes/tundra-redwood-cliffs.json index 30a49c8a..485e7c89 100644 --- a/overworld/biomes/tundra-redwood-cliffs.json +++ b/overworld/biomes/tundra-redwood-cliffs.json @@ -49,7 +49,7 @@ }, "objects": [ { - "chance": 1, + "chance": 0.7, "rotation": { "yAxis": { "min": 0, @@ -73,7 +73,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 7078fceb..ea97d189 100644 --- a/overworld/biomes/tundra-redwoods.json +++ b/overworld/biomes/tundra-redwoods.json @@ -61,7 +61,7 @@ } }, { - "chance": 1, + "chance": 0.8, "rotation": { "yAxis": { "min": 0, @@ -85,7 +85,7 @@ ], "translate": { "x": 0, - "y": -6, + "y": -8, "z": 0 } }, @@ -108,7 +108,7 @@ ], "translate": { "x": 0, - "y": -6, + "y": -8, "z": 0 } },