diff --git a/biomes/mountain/sea/lake.json b/biomes/mountain/sea/lake.json index 4a2683e7..48d08533 100644 --- a/biomes/mountain/sea/lake.json +++ b/biomes/mountain/sea/lake.json @@ -61,146 +61,5 @@ {"block": "andesite"}, {"block": "gravel"}, {"block": "cyan_terracotta"} - ]}, - "decorators": [ - { - "chance": 0.2, - "variance": { - "style": "CELLULAR", - "zoom": 0.25, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.2, - "multiplier": 10 - } - }, - "style": { - "style": "SIMPLEX", - "zoom": 0.2, - "fracture": { - "style": "STATIC", - "multiplier": 8 - } - }, - "palette": [ - {"block": "dandelion"}, - {"block": "poppy"}, - {"block": "blue_orchid"}, - {"block": "allium"}, - {"block": "azure_bluet"}, - {"block": "red_tulip"}, - {"block": "orange_tulip"}, - {"block": "white_tulip"}, - {"block": "pink_tulip"}, - {"block": "oxeye_daisy"}, - {"block": "cornflower"}, - {"block": "lily_of_the_valley"} - ] - }, - { - "chance": 0.01, - "palette": [{"block": "tall_grass"}] - }, - { - "chance": 0.5, - "palette": [{"block": "grass"}] - }, - { - "variance": { - "style": "CELLULAR", - "zoom": 0.3, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.2, - "multiplier": 10 - } - }, - "style": { - "style": "SIMPLEX", - "zoom": 0.3, - "fracture": { - "style": "STATIC", - "multiplier": 8 - } - }, - "chance": 0.2, - "palette": [{ - "block": "wheat", - "data": {"age": 7} - }] - } - ], - "objects": [ - { - "mode": "PAINT", - "chance": 0.1, - "place": [ - "clutter/sbush1", - "clutter/sbush2", - "clutter/sbush3" - ] - }, - { - "mode": "PAINT", - "chance": 0.1, - "place": [ - "clutter/sbush1", - "clutter/sbush2", - "clutter/sbush3" - ] - }, - { - "chance": 3.0E-4, - "mode": "VACUUM", - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": ["structures/ruin1"], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "mode": "PAINT", - "chance": 0.1, - "place": [ - "clutter/sbush1", - "clutter/sbush2", - "clutter/sbush3" - ] - }, - { - "mode": "PAINT", - "place": [ - "structures/mlandstone1", - "structures/mlandstone2", - "structures/mlandstone3", - "structures/mlandstone4", - "structures/mlandstone5" - ], - "chance": 0.04, - "rotation": { - "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } - }, - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - } - ] + ]} } diff --git a/biomes/temperate/flower-forest.json b/biomes/temperate/flower-forest.json index 8569ecfa..f198bb0e 100644 --- a/biomes/temperate/flower-forest.json +++ b/biomes/temperate/flower-forest.json @@ -413,10 +413,7 @@ }, "palette": [ {"block": "dandelion"}, - { - "weight": 1, - "block": "grass" - }, + {"block": "grass"}, {"block": "poppy"}, {"block": "blue_orchid"}, {"block": "allium"}, diff --git a/biomes/temperate/plateau.json b/biomes/temperate/plateau.json index 5d442bf5..cdab464e 100644 --- a/biomes/temperate/plateau.json +++ b/biomes/temperate/plateau.json @@ -8,7 +8,7 @@ "id": "plateau", "foliageColor": "#44A528", "waterColor": "#2883A5", - "grassColor": "#28A54A", + "grassColor": "#21BF4C", "category": "forest" }], "generators": [ @@ -299,13 +299,26 @@ }] }, { - "chance": 0.03, + "chance": 0.025, "variance": {"style": "STATIC"}, "zoom": 0.2, "palette": [ {"block": "oak_leaves"}, {"block": "rose_bush"}, - {"block": "cobblestone_slab"} + {"block": "cobblestone_slab"}, + {"block": "dandelion"}, + {"block": "grass"}, + {"block": "poppy"}, + {"block": "blue_orchid"}, + {"block": "allium"}, + {"block": "azure_bluet"}, + {"block": "red_tulip"}, + {"block": "orange_tulip"}, + {"block": "white_tulip"}, + {"block": "pink_tulip"}, + {"block": "oxeye_daisy"}, + {"block": "cornflower"}, + {"block": "lily_of_the_valley"} ] }, {