From 546daeddaa110edf4830f349cfef03d42a04aee8 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Sun, 22 Nov 2020 13:00:35 -0500 Subject: [PATCH] SLOOOOPEEEE --- biomes/hot-beach.json | 16 ++++++++++++++++ biomes/hot-desert-mountains.json | 16 ++++++++++++++++ biomes/mushroom-ocean.json | 17 ++++++++++------- biomes/rocky-mountains-cliffs.json | 2 +- biomes/rocky-mountains.json | 15 +++++++++++++++ biomes/tundra-redwoods-forest.json | 18 ++++++++++++++++++ 6 files changed, 76 insertions(+), 8 deletions(-) diff --git a/biomes/hot-beach.json b/biomes/hot-beach.json index 06131e43..aa254347 100644 --- a/biomes/hot-beach.json +++ b/biomes/hot-beach.json @@ -5,6 +5,22 @@ {"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 6} ], "decorators": [ + { + "chance": 0.0005, + "variance": { + "style": "STATIC" + }, + "stackMax": 2, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "cactus" + } + ], + "stackMin": 1 + }, { "chance": 0.003, "variance": { diff --git a/biomes/hot-desert-mountains.json b/biomes/hot-desert-mountains.json index a993f7bc..2bbc13be 100644 --- a/biomes/hot-desert-mountains.json +++ b/biomes/hot-desert-mountains.json @@ -110,6 +110,22 @@ ], "name": "Desert Mountains", "layers": [ + { + "minHeight": 1, + "maxHeight": 2, + "slopeCondition": { + "minimumSlope": 4.75 + }, + "palette": [ + { + "block": "yellow_concrete_powder", + "weight": 2 + }, + { + "block": "sand" + } + ] + }, { "style": { "style": "STATIC" diff --git a/biomes/mushroom-ocean.json b/biomes/mushroom-ocean.json index 039b3fa0..2de44c03 100644 --- a/biomes/mushroom-ocean.json +++ b/biomes/mushroom-ocean.json @@ -215,13 +215,16 @@ "block": "clay" }, { - "block": "coarse_dirt" + "block": "stone" + }, + { + "block": "cobblestone" + }, + { + "block": "andesite" }, { "block": "gravel" - }, - { - "block": "dirt" } ] }, @@ -297,17 +300,17 @@ "waterlogged": false, "type": "bottom" }, - "block": "sandstone_slab" + "block": "stone_slab" }, { "data": { "waterlogged": false, "type": "bottom" }, - "block": "smooth_sandstone_slab" + "block": "andesite_slab" }, { - "weight": 2, + "weight": 1, "block": "air" } ] diff --git a/biomes/rocky-mountains-cliffs.json b/biomes/rocky-mountains-cliffs.json index c0cb7588..dc34e39c 100644 --- a/biomes/rocky-mountains-cliffs.json +++ b/biomes/rocky-mountains-cliffs.json @@ -137,5 +137,5 @@ "MOUNTAINS", "SWAMP" ], - "rarity": 2 + "rarity": 19 } \ No newline at end of file diff --git a/biomes/rocky-mountains.json b/biomes/rocky-mountains.json index 500b2c4e..d533aa62 100644 --- a/biomes/rocky-mountains.json +++ b/biomes/rocky-mountains.json @@ -72,6 +72,21 @@ ], "name": "Rock Mountains", "layers": [ + { + "minHeight": 2, + "maxHeight": 4, + "slopeCondition": { + "minimumSlope": 3.95 + }, + "palette": [ + { + "block": "gravel" + }, + { + "block": "cyan_terracotta" + } + ] + }, { "minHeight": 2, "maxHeight": 3, diff --git a/biomes/tundra-redwoods-forest.json b/biomes/tundra-redwoods-forest.json index 25883dd0..b5d5c037 100644 --- a/biomes/tundra-redwoods-forest.json +++ b/biomes/tundra-redwoods-forest.json @@ -394,6 +394,24 @@ ], "name": "Redwood Forest", "layers": [ + { + "minHeight": 2, + "maxHeight": 4, + "slopeCondition": { + "minimumSlope": 3.25 + }, + "palette": [ + { + "block": "coarse_dirt" + }, + { + "block": "dirt" + }, + { + "block": "podzol" + } + ] + }, { "palette": [ {