diff --git a/biomes/temperate-oak-denmyre.json b/biomes/temperate-oak-denmyre.json index 24aae25f..0c5b99aa 100644 --- a/biomes/temperate-oak-denmyre.json +++ b/biomes/temperate-oak-denmyre.json @@ -12,7 +12,7 @@ ], "decorators": [ { - "chance": 0.8, + "chance": 0.07, "variance": { "style": "STATIC" }, @@ -33,6 +33,19 @@ "block": "poppy" } ] + }, + { + "chance": 0.8, + "variance": { + "style": "STATIC" + }, + "zoom": 0.2, + "palette": [ + { + "weight": 1, + "block": "grass" + } + ] }, { "chance": 0.03, @@ -409,4 +422,4 @@ ] }, "rarity": 4 -} \ No newline at end of file +}