From 721e96ddfa2d0817821620806ca385dbc3261a35 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Mon, 14 Sep 2020 08:46:08 -0400 Subject: [PATCH] Hot desert mountains (17 rare) --- biomes/hot-desert-mountains.json | 201 ++++++++++++++++++++++++++++++ biomes/swamp-mountain-forest.json | 7 +- dimensions/overworld.json | 4 +- regions/hot.json | 1 + 4 files changed, 208 insertions(+), 5 deletions(-) create mode 100644 biomes/hot-desert-mountains.json diff --git a/biomes/hot-desert-mountains.json b/biomes/hot-desert-mountains.json new file mode 100644 index 00000000..8abc4c51 --- /dev/null +++ b/biomes/hot-desert-mountains.json @@ -0,0 +1,201 @@ +{ + "decorators": [ + { + "verticalZoom": 20, + "chance": 0.001, + "variance": { + "style": "STATIC" + }, + "stackMax": 5, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "cactus" + } + ], + "heightVariance": { + "style": "IRIS" + }, + "stackMin": 1 + }, + { + "chance": 0.00235, + "variance": { + "style": "STATIC" + }, + "zoom": 0.3, + "palette": [ + { + "data": { + "face": "floor", + "powered": false, + "facing": "east" + }, + "block": "polished_blackstone_button" + }, + { + "block": "air" + }, + { + "data": { + "face": "floor", + "powered": false, + "facing": "south" + }, + "block": "polished_blackstone_button" + } + ], + "style": { + "style": "STATIC" + } + }, + { + "chance": 0.01, + "variance": { + "style": "STATIC" + }, + "zoom": 0.3, + "palette": [ + { + "block": "dead_bush" + } + ], + "style": { + "style": "STATIC" + } + } + ], + "objects": [ + { + "chance": 0.001, + "density": 3, + "place": [ + "clutter/desert-post1", + "clutter/desert-post2", + "clutter/desert-post3" + ] + }, + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "global-clutter/sphinxToomb-1", + "global-clutter/BrokSphinxToomb-1" + ], + "clamp": { + "maximumHeight": 108 + }, + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + } + ], + "name": "Desert Mountains", + "layers": [ + { + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "sandstone", + "weight": 2 + }, + { + "block": "sand" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 9, + "palette": [ + { + "block": "smooth_sandstone" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], + "rarity": 17, + "generators": [ + { + "min": 82, + "max": 114, + "generator": "mountain" + } + ], + "loot": { + "tables": [ + "cactus-clutter" + ] + }, + "derivative": "DESERT", + "wall": { + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "smooth_sandstone" + }, + { + "block": "sand" + } + ] + }, + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + { + "data": { + "waterlogged": false, + "type": "bottom" + }, + "block": "sandstone_slab" + }, + { + "data": { + "waterlogged": false, + "type": "bottom" + }, + "block": "smooth_sandstone_slab" + }, + { + "weight": 2, + "block": "air" + } + ] + } +} \ No newline at end of file diff --git a/biomes/swamp-mountain-forest.json b/biomes/swamp-mountain-forest.json index 520f3cb0..9817949b 100644 --- a/biomes/swamp-mountain-forest.json +++ b/biomes/swamp-mountain-forest.json @@ -445,8 +445,8 @@ ], "generators": [ { - "min": 10, - "max": 42, + "min": 75, + "max": 122, "generator": "mountain" } ], @@ -466,5 +466,6 @@ "block": "stone" } ] - } + }, + "rarity": 5 } \ No newline at end of file diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 68da8f60..53b8b6fe 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -35,7 +35,7 @@ "style": "FRACTAL_WATER", "zoom": 0.155, "fracture": { - "multiplier": 12, + "multiplier": 3, "style": "STATIC" } } @@ -47,7 +47,7 @@ "style": "FRACTAL_WATER", "zoom": 0.555, "fracture": { - "multiplier": 8, + "multiplier": 3, "style": "STATIC" } } diff --git a/regions/hot.json b/regions/hot.json index f576e341..64d9c071 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -50,6 +50,7 @@ "hot-desert", "hot-mesa-red", "hot-dry-forest", + "hot-desert-mountains", "hot-desert-red", "hot-mesa-green", "hot-savanna",