From a13ea0740c014d6cd29b6a9cfbe1f21219e49cfb Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Tue, 22 Jun 2021 19:49:32 +0200 Subject: [PATCH] A lot more biomes done :) --- biomes/frozen-mountain-cliffs.json | 113 +++++++------- biomes/frozen-mountain-middle.json | 44 +++--- biomes/frozen-mountain.json | 39 +++-- biomes/frozen-mountains.json | 110 +++++++------- biomes/frozen-ocean.json | 94 ++++++------ biomes/frozen-peak.json | 159 ++++++++++---------- biomes/frozen-pine-hills.json | 16 +- biomes/frozen-pine-plains.json | 2 +- biomes/frozen-pines.json | 110 +++++++------- biomes/frozen-plains.json | 106 ++++++------- biomes/frozen-redwood-forest.json | 109 +++++++------- biomes/frozen-river.json | 112 +++++++------- biomes/frozen-spruce-hills.json | 16 +- biomes/frozen-spruce-plains.json | 16 +- biomes/frozen-vander.json | 232 ++++++++++++++--------------- biomes/hot-beach-grass.json | 4 +- biomes/hot-beach.json | 4 +- biomes/hot-desert-dunes-red.json | 68 ++++----- biomes/hot-desert-dunes.json | 68 ++++----- biomes/hot-desert-red.json | 2 +- biomes/hot-desert.json | 64 ++++---- biomes/hot-mountain-cliffs.json | 31 ++-- biomes/hot-mountain-middle.json | 30 ++-- biomes/hot-mountain-plains.json | 2 +- biomes/hot-mountain.json | 15 +- biomes/hot-oasis.json | 5 +- biomes/hot-ocean-cliffs.json | 125 ++++++++-------- biomes/hot-ocean.json | 126 ++++++++-------- biomes/hot-river.json | 20 +-- biomes/hot-sandy-cave.json | 41 ++--- biomes/hot-sandy-red-cave.json | 41 ++--- biomes/mesa-beach.json | 18 +-- biomes/mesa-blue.json | 133 ++++++++--------- biomes/mesa-cliffs.json | 138 +++++++++-------- biomes/mesa-dark.json | 193 ++++++++++++------------ biomes/mesa-green.json | 134 ++++++++--------- biomes/mesa-plateau-dirt-high.json | 8 +- biomes/mesa-plateau-dirt.json | 8 +- biomes/mesa-plateau-high.json | 7 +- biomes/mesa-plateau.json | 2 +- biomes/mesa-red.json | 157 ++++++++++--------- biomes/mesa-river.json | 28 ++-- biomes/mesa-valleys.json | 67 +++++---- 43 files changed, 1399 insertions(+), 1418 deletions(-) diff --git a/biomes/frozen-mountain-cliffs.json b/biomes/frozen-mountain-cliffs.json index 868dd169..1c6f36e8 100644 --- a/biomes/frozen-mountain-cliffs.json +++ b/biomes/frozen-mountain-cliffs.json @@ -1,5 +1,60 @@ { + "name": "Frozen Mountain Cliffs", + "derivative": "SNOWY_TAIGA_MOUNTAINS", "vanillaDerivative": "SNOWY_MOUNTAINS", + "children": [ + "frozen-peak", + "frozen-mountains", + "frozen-vander" + ], + "layers": [ + { + "minHeight": 2, + "maxHeight": 3, + "palette": [ + { + "block": "snow_block" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + { + "block": "packed_ice" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "andesite" + }, + { + "weight": 2, + "block": "stone" + } + ] + } + ], + "generators": [ + { + "min": 14, + "max": 65, + "generator": "plain-cliffs" + } + ], + "biomeScatter": [ + "ICE_SPIKES", + "FROZEN_OCEAN", + "FROZEN_RIVER" + ], "biomeSkyScatter": [ "SNOWY_TAIGA", "SNOWY_MOUNTAINS" @@ -138,7 +193,6 @@ } ], "biomeZoom": 30, - "derivative": "SNOWY_TAIGA_MOUNTAINS", "biomeStyle": { "style": "IRIS" }, @@ -191,55 +245,6 @@ "rarity": 6 } ], - "children": [ - "frozen-peak", - "frozen-mountains", - "frozen-vander" - ], - "name": "Frozen Mountains", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "palette": [ - { - "block": "snow_block" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - { - "block": "packed_ice" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "andesite" - }, - { - "weight": 2, - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 14, - "max": 65, - "generator": "plain-cliffs" - } - ], "childShrinkFactor": 20, "wall": { "style": { @@ -250,11 +255,5 @@ "block": "packed_ice" } ] - }, - "biomeScatter": [ - "SNOWY_TAIGA_MOUNTAINS", - "TAIGA_HILLS", - "MOUNTAINS", - "ICE_SPIKES" - ] + } } \ No newline at end of file diff --git a/biomes/frozen-mountain-middle.json b/biomes/frozen-mountain-middle.json index 62868d91..ae61cace 100644 --- a/biomes/frozen-mountain-middle.json +++ b/biomes/frozen-mountain-middle.json @@ -1,31 +1,10 @@ { - "name": "Frozen Mountain", + "name": "Frozen Mountain Middle", "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "biomeScatter": [ - "PLAINS", - "FOREST" - ], "children": [ "frozen-mountain-cliffs" ], - "childStyle": { - "style": "STATIC", - "exponent": 0.625, - "zoom": 1, - "fracture": { - "style": "VIGOCTAVE_SIMPLEX", - "multiplier": 4, - "zoom": 0.9 - } - }, - "biomeStyle": { - "style": "SIMPLEX" - }, - "biomeZoom": 0.4, - "biomeSkyScatter": [ - "MOUNTAINS" - ], "generators": [ { "generator": "mountain", @@ -112,6 +91,27 @@ ] } ], + "biomeScatter": [ + "PLAINS", + "FOREST" + ], + "childStyle": { + "style": "STATIC", + "exponent": 0.625, + "zoom": 1, + "fracture": { + "style": "VIGOCTAVE_SIMPLEX", + "multiplier": 4, + "zoom": 0.9 + } + }, + "biomeStyle": { + "style": "SIMPLEX" + }, + "biomeZoom": 0.4, + "biomeSkyScatter": [ + "MOUNTAINS" + ], "wall": { "palette": [ { diff --git a/biomes/frozen-mountain.json b/biomes/frozen-mountain.json index 6b7f29fc..c399f5a5 100644 --- a/biomes/frozen-mountain.json +++ b/biomes/frozen-mountain.json @@ -1,31 +1,12 @@ { - "name": "Frozen mountains", + "name": "Frozen Mountains", "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "biomeZoom": 30, - "biomeStyle": { - "style": "IRIS", - "zoom": 0.7, - "exponent": 4 - }, "children": [ "frozen-mountain-middle", "frozen-peak", "frozen-mountain-cliffs" ], - "biomeScatter": [ - "PLAINS", - "TAIGA_HILLS", - "MOUNTAINS" - ], - "rarity": 30, - "generators": [ - { - "min": 70, - "max": 140, - "generator": "plain" - } - ], "layers": [ { "minHeight": 1, @@ -89,6 +70,24 @@ ] } ], + "generators": [ + { + "min": 70, + "max": 140, + "generator": "plain" + } + ], + "biomeZoom": 30, + "biomeStyle": { + "style": "IRIS", + "zoom": 0.7, + "exponent": 4 + }, + "biomeScatter": [ + "PLAINS", + "TAIGA_HILLS", + "MOUNTAINS" + ], "wall": { "palette": [ { diff --git a/biomes/frozen-mountains.json b/biomes/frozen-mountains.json index 02b74a65..1c0ea1c1 100644 --- a/biomes/frozen-mountains.json +++ b/biomes/frozen-mountains.json @@ -1,5 +1,60 @@ { + "name": "Frozen Mountains", + "derivative": "SNOWY_TAIGA_MOUNTAINS", "vanillaDerivative": "SNOWY_MOUNTAINS", + "children": [ + "frozen-peak", + "frozen-mountains", + "frozen-vander" + ], + "layers": [ + { + "minHeight": 2, + "maxHeight": 3, + "palette": [ + { + "block": "snow_block" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + { + "block": "packed_ice" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "andesite" + }, + { + "weight": 2, + "block": "stone" + } + ] + } + ], + "generators": [ + { + "min": 3, + "max": 16, + "generator": "plain" + }, + { + "min": 7, + "max": 48, + "generator": "mountain" + } + ], "biomeSkyScatter": [ "SNOWY_TAIGA", "SNOWY_MOUNTAINS" @@ -139,7 +194,6 @@ } ], "biomeZoom": 30, - "derivative": "SNOWY_TAIGA_MOUNTAINS", "biomeStyle": { "style": "IRIS" }, @@ -178,60 +232,6 @@ ] } ], - "children": [ - "frozen-peak", - "frozen-mountains", - "frozen-vander" - ], - "name": "Frozen Mountains", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "palette": [ - { - "block": "snow_block" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - { - "block": "packed_ice" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "andesite" - }, - { - "weight": 2, - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 3, - "max": 16, - "generator": "plain" - }, - { - "min": 7, - "max": 48, - "generator": "mountain" - } - ], "childShrinkFactor": 20, "wall": { "style": { diff --git a/biomes/frozen-ocean.json b/biomes/frozen-ocean.json index f903db8b..c836637d 100644 --- a/biomes/frozen-ocean.json +++ b/biomes/frozen-ocean.json @@ -1,5 +1,51 @@ { + "name": "Frozen Ocean", + "derivative": "FROZEN_OCEAN", "vanillaDerivative": "FROZEN_OCEAN", + "layers": [ + { + "palette": [ + { + "block": "dirt" + }, + { + "block": "gravel" + }, + { + "block": "stone" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 3, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "weight": 5, + "block": "sand" + }, + { + "block": "clay" + }, + { + "block": "gravel" + }, + { + "block": "dirt" + } + ] + } + ], + "generators": [ + { + "min": -12, + "max": -7, + "generator": "plain" + } + ], "seaLayers": [ { "minHeight": 3, @@ -146,55 +192,9 @@ } } ], - "name": "Frozen Ocean", - "layers": [ - { - "palette": [ - { - "block": "dirt" - }, - { - "block": "gravel" - }, - { - "block": "stone" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "weight": 5, - "block": "sand" - }, - { - "block": "clay" - }, - { - "block": "gravel" - }, - { - "block": "dirt" - } - ] - } - ], - "generators": [ - { - "min": -12, - "max": -7, - "generator": "plain" - } - ], "loot": { "tables": [ "ocean-clutter" ] - }, - "derivative": "FROZEN_OCEAN" + } } \ No newline at end of file diff --git a/biomes/frozen-peak.json b/biomes/frozen-peak.json index 8671e447..a1010146 100644 --- a/biomes/frozen-peak.json +++ b/biomes/frozen-peak.json @@ -1,82 +1,7 @@ { + "name": "Frozen Peak", + "derivative": "SNOWY_TAIGA_MOUNTAINS", "vanillaDerivative": "SNOWY_TAIGA_MOUNTAINS", - "biomeSkyScatter": [ - "SNOWY_TAIGA", - "SNOWY_MOUNTAINS" - ], - "objects": [ - { - "chance": 0.05, - "density": 3, - "snow": 0.35, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "ice-spikes/sp-1", - "ice-spikes/sp-2", - "ice-spikes/sp-3", - "ice-spikes/sp-4", - "ice-spikes/sp-5", - "ice-spikes/tp-1", - "ice-spikes/tp-2", - "ice-spikes/tp-3", - "ice-spikes/tp-4" - ], - "translate": { - "x": 0, - "y": -4, - "z": 0 - } - }, - { - "chance": 0.05, - "density": 3, - "snow": 0.35, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "ice-spikes/ice-spec-1", - "ice-spikes/ice-spec-2", - "ice-spikes/ice-spec-3", - "ice-spikes/ice-spec-4", - "ice-spikes/ice-spec-5" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "entityInitialSpawns": [ - { - "entity": "sheep", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 - }, - { - "entity": "wolf", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 - } - ], - "name": "Frozen Peaks", "layers": [ { "minHeight": 2, @@ -213,8 +138,83 @@ "generator": "mountain" } ], + "biomeSkyScatter": [ + "SNOWY_TAIGA", + "SNOWY_MOUNTAINS" + ], + "objects": [ + { + "chance": 0.05, + "density": 3, + "snow": 0.35, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "ice-spikes/sp-1", + "ice-spikes/sp-2", + "ice-spikes/sp-3", + "ice-spikes/sp-4", + "ice-spikes/sp-5", + "ice-spikes/tp-1", + "ice-spikes/tp-2", + "ice-spikes/tp-3", + "ice-spikes/tp-4" + ], + "translate": { + "x": 0, + "y": -4, + "z": 0 + } + }, + { + "chance": 0.05, + "density": 3, + "snow": 0.35, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "ice-spikes/ice-spec-1", + "ice-spikes/ice-spec-2", + "ice-spikes/ice-spec-3", + "ice-spikes/ice-spec-4", + "ice-spikes/ice-spec-5" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "entityInitialSpawns": [ + { + "entity": "sheep", + "maxSpawns": 1, + "minSpawns": 1, + "rarity": 6 + }, + { + "entity": "wolf", + "maxSpawns": 1, + "minSpawns": 1, + "rarity": 6 + } + ], "biomeZoom": 30, - "derivative": "SNOWY_TAIGA_MOUNTAINS", "biomeStyle": { "style": "IRIS" }, @@ -223,6 +223,5 @@ "TAIGA_HILLS", "MOUNTAINS", "ICE_SPIKES" - ], - "rarity": 3 + ] } \ No newline at end of file diff --git a/biomes/frozen-pine-hills.json b/biomes/frozen-pine-hills.json index 89acd561..180cedc2 100644 --- a/biomes/frozen-pine-hills.json +++ b/biomes/frozen-pine-hills.json @@ -1,14 +1,7 @@ { - "name": "Pine hills", + "name": "Frozen Pine Hills", "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "generators": [ - { - "generator": "smooth-dunes", - "max": 20, - "min": 6 - } - ], "layers": [ { "minHeight": 3, @@ -47,6 +40,13 @@ ] } ], + "generators": [ + { + "generator": "smooth-dunes", + "max": 20, + "min": 6 + } + ], "decorators": [ { "chance": 1, diff --git a/biomes/frozen-pine-plains.json b/biomes/frozen-pine-plains.json index ac0a1d51..f90c47d3 100644 --- a/biomes/frozen-pine-plains.json +++ b/biomes/frozen-pine-plains.json @@ -1,5 +1,5 @@ { - "name": "Pine plains", + "name": "Frozen Pine Plains", "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", "children": [ diff --git a/biomes/frozen-pines.json b/biomes/frozen-pines.json index 7e3f5f08..0fad4545 100644 --- a/biomes/frozen-pines.json +++ b/biomes/frozen-pines.json @@ -1,5 +1,60 @@ { + "name": "Frozen Pines", + "derivative": "SNOWY_TAIGA_MOUNTAINS", "vanillaDerivative": "SNOWY_TAIGA", + "children": [ + "frozen-vander" + ], + "layers": [ + { + "minHeight": 2, + "maxHeight": 3, + "palette": [ + { + "block": "snow_block" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + { + "block": "packed_ice" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], + "generators": [ + { + "min": 3, + "max": 16, + "generator": "plain" + }, + { + "min": 13, + "max": 48, + "generator": "mountain" + } + ], "biomeSkyScatter": [ "SNOWY_TAIGA", "SNOWY_MOUNTAINS" @@ -118,7 +173,6 @@ } ], "biomeZoom": 30, - "derivative": "SNOWY_TAIGA_MOUNTAINS", "biomeStyle": { "style": "IRIS" }, @@ -157,9 +211,6 @@ ] } ], - "children": [ - "frozen-vander" - ], "entityInitialSpawns": [ { "entity": "sheep", @@ -174,57 +225,6 @@ "rarity": 6 } ], - "name": "Frozen Pines", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "palette": [ - { - "block": "snow_block" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - { - "block": "packed_ice" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 3, - "max": 16, - "generator": "plain" - }, - { - "min": 13, - "max": 48, - "generator": "mountain" - } - ], "childShrinkFactor": 20, "wall": { "style": { diff --git a/biomes/frozen-plains.json b/biomes/frozen-plains.json index 1d0f4c8d..5a503e59 100644 --- a/biomes/frozen-plains.json +++ b/biomes/frozen-plains.json @@ -2,6 +2,59 @@ "name": "Frozen Plains", "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", + "children": [ + "frozen-hills" + ], + "generators": [ + { + "min": 4, + "max": 6, + "generator": "mountain" + }, + { + "min": 3, + "max": 5, + "generator": "plain" + } + ], + "layers": [ + { + "minHeight": 3, + "maxHeight": 5, + "palette": [ + { + "block": "snow_block" + } + ] + }, + { + "minHeight": 3, + "maxHeight": 5, + "palette": [ + { + "block": "dirt" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "decorators": [ { "chance": 1, @@ -37,9 +90,6 @@ ] } ], - "children": [ - "frozen-hills" - ], "objects": [ { @@ -263,56 +313,6 @@ } } ], - "layers": [ - { - "minHeight": 3, - "maxHeight": 5, - "palette": [ - { - "block": "snow_block" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 5, - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 4, - "max": 6, - "generator": "mountain" - }, - { - "min": 3, - "max": 5, - "generator": "plain" - } - ], "wall": { "palette": [ { diff --git a/biomes/frozen-redwood-forest.json b/biomes/frozen-redwood-forest.json index 83480eeb..973e35ad 100644 --- a/biomes/frozen-redwood-forest.json +++ b/biomes/frozen-redwood-forest.json @@ -1,11 +1,62 @@ { + "name": "Frozen Redwood Forest", + "derivative": "SNOWY_TAIGA_MOUNTAINS", "vanillaDerivative": "SNOWY_TAIGA", + "generators": [ + { + "min": 3, + "max": 16, + "generator": "plain" + }, + { + "min": 13, + "max": 48, + "generator": "mountain" + } + ], + "layers": [ + { + "minHeight": 2, + "maxHeight": 3, + "palette": [ + { + "block": "snow_block" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + { + "block": "packed_ice" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "biomeSkyScatter": [ "SNOWY_TAIGA", "SNOWY_MOUNTAINS" ], "objects": [ - { "chance": 0.02, "density": 3, @@ -146,7 +197,6 @@ } ], "biomeZoom": 30, - "derivative": "SNOWY_TAIGA_MOUNTAINS", "biomeStyle": { "style": "IRIS" }, @@ -185,58 +235,6 @@ ] } ], - "name": "Frozen Redwoods", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "palette": [ - { - "block": "snow_block" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - { - "block": "packed_ice" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 3, - "max": 16, - "generator": "plain" - }, - { - "min": 13, - "max": 48, - "generator": "mountain" - } - ], - "childShrinkFactor": 20, "wall": { "style": { "style": "STATIC" @@ -258,6 +256,5 @@ "TAIGA_HILLS", "MOUNTAINS", "ICE_SPIKES" - ], - "rarity": 190 + ] } \ No newline at end of file diff --git a/biomes/frozen-river.json b/biomes/frozen-river.json index c222b338..8708ccf9 100644 --- a/biomes/frozen-river.json +++ b/biomes/frozen-river.json @@ -1,5 +1,60 @@ { + "name": "Frozen River", + "derivative": "DEEP_FROZEN_OCEAN", "vanillaDerivative": "FROZEN_RIVER", + "layers": [ + { + "palette": [ + { + "block": "dirt" + }, + { + "block": "gravel" + }, + { + "block": "stone" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 3, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "sand" + }, + { + "block": "clay" + }, + { + "block": "sand" + }, + { + "block": "gravel" + }, + { + "block": "sand" + }, + { + "block": "dirt" + }, + { + "weight": 2, + "block": "sand" + } + ] + } + ], + "generators": [ + { + "generator": "plain", + "max": -10, + "min": -19 + } + ], "seaLayers": [ { "minHeight": 3, @@ -104,64 +159,9 @@ } } ], - "name": "Frozen River", - "layers": [ - { - "palette": [ - { - "block": "dirt" - }, - { - "block": "gravel" - }, - { - "block": "stone" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "sand" - }, - { - "block": "clay" - }, - { - "block": "sand" - }, - { - "block": "gravel" - }, - { - "block": "sand" - }, - { - "block": "dirt" - }, - { - "weight": 2, - "block": "sand" - } - ] - } - ], - "generators": [ - { - "generator": "plain", - "max": -10, - "min": -19 - } - ], "loot": { "tables": [ "ocean-clutter" ] - }, - "derivative": "DEEP_FROZEN_OCEAN" + } } \ No newline at end of file diff --git a/biomes/frozen-spruce-hills.json b/biomes/frozen-spruce-hills.json index 52eab118..a401bb1b 100644 --- a/biomes/frozen-spruce-hills.json +++ b/biomes/frozen-spruce-hills.json @@ -1,14 +1,7 @@ { - "name": "Spruce hills", + "name": "Frozen Spruce Hills", "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "generators": [ - { - "generator": "smooth-dunes", - "max": 20, - "min": 6 - } - ], "layers": [ { "minHeight": 3, @@ -47,6 +40,13 @@ ] } ], + "generators": [ + { + "generator": "smooth-dunes", + "max": 20, + "min": 6 + } + ], "decorators": [ { "chance": 1, diff --git a/biomes/frozen-spruce-plains.json b/biomes/frozen-spruce-plains.json index 5b0a82f8..069cd0ae 100644 --- a/biomes/frozen-spruce-plains.json +++ b/biomes/frozen-spruce-plains.json @@ -1,17 +1,10 @@ { - "name": "Spruce plains", + "name": "Frozen Spruce Plains", "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", "children": [ "frozen-spruce-hills" ], - "generators": [ - { - "generator": "smooth-dunes", - "max": 6, - "min": 3 - } - ], "layers": [ { "minHeight": 3, @@ -50,6 +43,13 @@ ] } ], + "generators": [ + { + "generator": "smooth-dunes", + "max": 6, + "min": 3 + } + ], "decorators": [ { "chance": 1, diff --git a/biomes/frozen-vander.json b/biomes/frozen-vander.json index 897ca4f4..e9849495 100644 --- a/biomes/frozen-vander.json +++ b/biomes/frozen-vander.json @@ -1,9 +1,125 @@ { + "name": "Frozen Vander", + "derivative": "SNOWY_TAIGA_MOUNTAINS", "vanillaDerivative": "SNOWY_MOUNTAINS", "biomeSkyScatter": [ "SNOWY_TAIGA", "SNOWY_MOUNTAINS" ], + "children": [ + "frozen-peak", + "frozen-mountains", + "frozen-mountains", + "frozen-mountains" + ], + "layers": [ + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "IRIS", + "zoom": 0.7 + }, + "zoom": 0.6, + "palette": [ + { + "data": { + "layers": 1 + }, + "block": "snow" + }, + { + "data": { + "layers": 2 + }, + "block": "snow" + }, + { + "data": { + "layers": 3 + }, + "block": "snow" + }, + { + "data": { + "layers": 4 + }, + "block": "snow" + }, + { + "data": { + "layers": 5 + }, + "block": "snow" + }, + { + "data": { + "layers": 6 + }, + "block": "snow" + }, + { + "data": { + "layers": 7 + }, + "block": "snow" + }, + { + "data": { + "layers": 8 + }, + "block": "snow" + } + ] + }, + { + "maxHeight": 3, + "palette": [ + { + "block": "snow_block" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + { + "block": "packed_ice" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], + "generators": [ + { + "min": 3, + "max": 16, + "generator": "plain" + }, + { + "min": 13, + "max": 44, + "generator": "mountain" + } + ], "objects": [ { "chance": 0.03, @@ -183,125 +299,9 @@ } ], "biomeZoom": 50, - "derivative": "SNOWY_TAIGA_MOUNTAINS", "biomeStyle": { "style": "IRIS" }, - "children": [ - "frozen-peak", - "frozen-mountains", - "frozen-mountains", - "frozen-mountains" - ], - "name": "Frozen Vander", - "layers": [ - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "IRIS", - "zoom": 0.7 - }, - "zoom": 0.6, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "snow" - }, - { - "data": { - "layers": 2 - }, - "block": "snow" - }, - { - "data": { - "layers": 3 - }, - "block": "snow" - }, - { - "data": { - "layers": 4 - }, - "block": "snow" - }, - { - "data": { - "layers": 5 - }, - "block": "snow" - }, - { - "data": { - "layers": 6 - }, - "block": "snow" - }, - { - "data": { - "layers": 7 - }, - "block": "snow" - }, - { - "data": { - "layers": 8 - }, - "block": "snow" - } - ] - }, - { - "maxHeight": 3, - "palette": [ - { - "block": "snow_block" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - { - "block": "packed_ice" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 3, - "max": 16, - "generator": "plain" - }, - { - "min": 13, - "max": 44, - "generator": "mountain" - } - ], "childShrinkFactor": 20, "wall": { "style": { diff --git a/biomes/hot-beach-grass.json b/biomes/hot-beach-grass.json index a594d126..41fbd6ef 100644 --- a/biomes/hot-beach-grass.json +++ b/biomes/hot-beach-grass.json @@ -1,9 +1,10 @@ { + "name": "Hot Beach Grass", + "derivative": "FOREST", "vanillaDerivative": "DESERT_LAKES", "children": [ "ocean" ], - "name": "Hot Beach", "layers": [ { "minHeight": 1, @@ -102,7 +103,6 @@ ] } ], - "derivative": "FOREST", "wall": { "style": { "style": "STATIC" diff --git a/biomes/hot-beach.json b/biomes/hot-beach.json index 2c031775..6f91ea0b 100644 --- a/biomes/hot-beach.json +++ b/biomes/hot-beach.json @@ -1,9 +1,10 @@ { + "name": "Hot Beach", + "derivative": "WARM_OCEAN", "vanillaDerivative": "DESERT_LAKES", "children": [ "ocean" ], - "name": "Hot Beach", "layers": [ { "minHeight": 3, @@ -86,7 +87,6 @@ "stackMin": 1 } ], - "derivative": "WARM_OCEAN", "wall": { "style": { "style": "STATIC" diff --git a/biomes/hot-desert-dunes-red.json b/biomes/hot-desert-dunes-red.json index 34c19f12..4e423863 100644 --- a/biomes/hot-desert-dunes-red.json +++ b/biomes/hot-desert-dunes-red.json @@ -1,7 +1,13 @@ { + "name": "Hot Desert Dunes Red", "derivative": "DESERT", - "name": "Desert dunes", "vanillaDerivative": "DESERT", + "jigsawStructures": [ + { + "rarity": 1500, + "structure": "desert-pyramid" + } + ], "generators": [ { "generator": "smooth-dunes", @@ -9,10 +15,34 @@ "min": 10 } ], - "jigsawStructures": [ + "layers": [ { - "rarity": 1500, - "structure": "desert-pyramid" + "minHeight": 5, + "maxHeight": 6, + "palette": [ + { + "weight": 1, + "block": "sand" + } + ] + }, + { + "minHeight": 3, + "maxHeight": 4, + "palette": [ + { + "block": "red_sandstone" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 5, + "palette": [ + { + "block": "red_terracotta" + } + ] } ], "objects": [ @@ -51,36 +81,6 @@ } } ], - "layers": [ - { - "minHeight": 5, - "maxHeight": 6, - "palette": [ - { - "weight": 1, - "block": "sand" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 4, - "palette": [ - { - "block": "red_sandstone" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 5, - "palette": [ - { - "block": "red_terracotta" - } - ] - } - ], "decorators": [ { "verticalZoom": 5, diff --git a/biomes/hot-desert-dunes.json b/biomes/hot-desert-dunes.json index ebe8a6c0..91d42238 100644 --- a/biomes/hot-desert-dunes.json +++ b/biomes/hot-desert-dunes.json @@ -1,7 +1,13 @@ { + "name": "Hot Desert Dunes", "derivative": "DESERT", - "name": "Desert dunes", "vanillaDerivative": "DESERT", + "jigsawStructures": [ + { + "rarity": 1500, + "structure": "desert-pyramid" + } + ], "generators": [ { "generator": "smooth-dunes", @@ -9,10 +15,34 @@ "min": 10 } ], - "jigsawStructures": [ + "layers": [ { - "rarity": 1500, - "structure": "desert-pyramid" + "minHeight": 5, + "maxHeight": 6, + "palette": [ + { + "weight": 1, + "block": "sand" + } + ] + }, + { + "minHeight": 3, + "maxHeight": 4, + "palette": [ + { + "block": "sandstone" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 5, + "palette": [ + { + "block": "terracotta" + } + ] } ], "objects": [ @@ -51,36 +81,6 @@ } } ], - "layers": [ - { - "minHeight": 5, - "maxHeight": 6, - "palette": [ - { - "weight": 1, - "block": "sand" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 4, - "palette": [ - { - "block": "sandstone" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 5, - "palette": [ - { - "block": "terracotta" - } - ] - } - ], "decorators": [ { "verticalZoom": 5, diff --git a/biomes/hot-desert-red.json b/biomes/hot-desert-red.json index 2a426df2..b1a5d588 100644 --- a/biomes/hot-desert-red.json +++ b/biomes/hot-desert-red.json @@ -1,5 +1,5 @@ { - "name": "Red Desert", + "name": "Hot Desert Red", "derivative": "DESERT", "vanillaDerivative": "DESERT", "generators": [ diff --git a/biomes/hot-desert.json b/biomes/hot-desert.json index cb398164..f21c237a 100644 --- a/biomes/hot-desert.json +++ b/biomes/hot-desert.json @@ -1,7 +1,10 @@ { - "name": "Desert Hills", + "name": "Hot Desert", "derivative": "DESERT", "vanillaDerivative": "DESERT", + "children": [ + "hot-oasis" + ], "generators": [ { "generator": "smooth-dunes", @@ -9,8 +12,34 @@ "min": -8 } ], - "children": [ - "hot-oasis" + "layers": [ + { + "minHeight": 3, + "maxHeight": 10, + "slopeCondition": { + "minimumSlope": 4.5, + "maximumSlope": 20 + }, + "palette": [ + { + "block": "terracotta" + } + ] + }, + { + "minHeight": 5, + "maxHeight": 5, + "style": { + "style": "FRACTAL_WATER" + }, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "sand" + } + ] + } ], "entityInitialSpawns": [ { @@ -60,35 +89,6 @@ } } ], - "layers": [ - { - "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 4.5, - "maximumSlope": 20 - }, - "palette": [ - { - "block": "terracotta" - } - ] - }, - { - "minHeight": 5, - "maxHeight": 5, - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 0.7, - "palette": [ - { - "weight": 1, - "block": "sand" - } - ] - } - ], "loot": { "tables": [ "cactus-clutter" diff --git a/biomes/hot-mountain-cliffs.json b/biomes/hot-mountain-cliffs.json index 9471e6e0..effc6e4f 100644 --- a/biomes/hot-mountain-cliffs.json +++ b/biomes/hot-mountain-cliffs.json @@ -1,6 +1,19 @@ { + "name": "Hot Mountain Cliffs", + "derivative": "DESERT", "vanillaDerivative": "DESERT", - "name": "Extreme mountains cliffs", + "generators": [ + { + "min": 11, + "max": 32, + "generator": "plain" + }, + { + "min": 12, + "max": 62, + "generator": "cracked-cliffs" + } + ], "layers": [ { "minHeight": 1, @@ -58,20 +71,7 @@ ] } ], - "generators": [ - { - "min": 11, - "max": 32, - "generator": "plain" - }, - { - "min": 12, - "max": 62, - "generator": "cracked-cliffs" - } - ], "biomeZoom": 30, - "derivative": "DESERT", "biomeStyle": { "style": "IRIS" }, @@ -84,6 +84,5 @@ "block": "gray_terracotta" } ] - }, - "rarity": 39 + } } \ No newline at end of file diff --git a/biomes/hot-mountain-middle.json b/biomes/hot-mountain-middle.json index 178c302a..ad1ead5b 100644 --- a/biomes/hot-mountain-middle.json +++ b/biomes/hot-mountain-middle.json @@ -1,24 +1,10 @@ { - "name": "Middle Mountain", + "name": "Hot Mountain Middle", "derivative": "DESERT", "vanillaDerivative": "DESERT", "children": [ "hot-mountain-cliffs" ], - "childStyle": { - "style": "STATIC", - "exponent": 0.625, - "zoom": 1, - "fracture": { - "style": "VIGOCTAVE_SIMPLEX", - "multiplier": 4, - "zoom": 0.9 - } - }, - "biomeStyle": { - "style": "SIMPLEX" - }, - "biomeZoom": 0.4, "generators": [ { "generator": "mountain", @@ -88,6 +74,20 @@ ] } ], + "childStyle": { + "style": "STATIC", + "exponent": 0.625, + "zoom": 1, + "fracture": { + "style": "VIGOCTAVE_SIMPLEX", + "multiplier": 4, + "zoom": 0.9 + } + }, + "biomeStyle": { + "style": "SIMPLEX" + }, + "biomeZoom": 0.4, "wall": { "style": { "style": "STATIC" diff --git a/biomes/hot-mountain-plains.json b/biomes/hot-mountain-plains.json index 0a6d22f7..8ad878ba 100644 --- a/biomes/hot-mountain-plains.json +++ b/biomes/hot-mountain-plains.json @@ -1,5 +1,5 @@ { - "name": " Mountains Plains", + "name": "Hot Mountain Plains", "derivative": "DESERT", "vanillaDerivative": "DESERT", "generators": [ diff --git a/biomes/hot-mountain.json b/biomes/hot-mountain.json index 2b1c30b5..912b0840 100644 --- a/biomes/hot-mountain.json +++ b/biomes/hot-mountain.json @@ -1,17 +1,10 @@ { - "name": "Extreme mountains", + "name": "Hot Mountains", "derivative": "DESERT", "vanillaDerivative": "DESERT", - "biomeZoom": 30, - "biomeStyle": { - "style": "IRIS", - "zoom": 0.7, - "exponent": 4 - }, "children": [ "hot-mountain-middle" ], - "rarity": 7, "generators": [ { "min": 90, @@ -76,6 +69,12 @@ ] } ], + "biomeZoom": 30, + "biomeStyle": { + "style": "IRIS", + "zoom": 0.7, + "exponent": 4 + }, "wall": { "style": { "style": "STATIC" diff --git a/biomes/hot-oasis.json b/biomes/hot-oasis.json index 8583a71d..9c72a670 100644 --- a/biomes/hot-oasis.json +++ b/biomes/hot-oasis.json @@ -1,5 +1,5 @@ { - "name": "Oasis", + "name": "Hot Oasis", "derivative": "DESERT", "vanillaDerivative": "DESERT", "generators": [ @@ -71,6 +71,5 @@ } ] } - ], - "rarity": 10 + ] } \ No newline at end of file diff --git a/biomes/hot-ocean-cliffs.json b/biomes/hot-ocean-cliffs.json index adcabe34..1585e6a0 100644 --- a/biomes/hot-ocean-cliffs.json +++ b/biomes/hot-ocean-cliffs.json @@ -1,5 +1,67 @@ { + "name": "Hot Ocean Cliffs", + "derivative": "OCEAN", "vanillaDerivative": "OCEAN", + "generators": [ + { + "min": -31, + "max": -7, + "generator": "plain-cliffs" + } + ], + "layers": [ + { + "minHeight": 2, + "maxHeight": 3, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "sand" + }, + { + "block": "clay" + }, + { + "block": "sand" + }, + { + "block": "gravel" + }, + { + "block": "sand" + }, + { + "block": "dirt" + }, + { + "weight": 2, + "block": "sand" + } + ] + }, + { + "palette": [ + { + "block": "dirt" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + { + "weight": 2, + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + } + ], "decorators": [ { "chance": 0.0009, @@ -138,73 +200,11 @@ } } ], - "name": "Shattered Hot Ocean", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "sand" - }, - { - "block": "clay" - }, - { - "block": "sand" - }, - { - "block": "gravel" - }, - { - "block": "sand" - }, - { - "block": "dirt" - }, - { - "weight": 2, - "block": "sand" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "weight": 2, - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - } - ], - "generators": [ - { - "min": -31, - "max": -7, - "generator": "plain-cliffs" - } - ], "loot": { "tables": [ "ocean-clutter" ] }, - "derivative": "OCEAN", "wall": { "style": { "style": "IRIS" @@ -233,7 +233,6 @@ } ] }, - "rarity": 4, "slab": { "style": { "style": "STATIC" diff --git a/biomes/hot-ocean.json b/biomes/hot-ocean.json index 254f5908..b35c413c 100644 --- a/biomes/hot-ocean.json +++ b/biomes/hot-ocean.json @@ -1,4 +1,6 @@ { + "name": "Hot Ocean", + "derivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", "children": [ "hot-desert", @@ -6,6 +8,67 @@ "hot-river", "hot-ocean-cliffs" ], + "generators": [ + { + "min": 11, + "max": 7, + "generator": "plain" + } + ], + "layers": [ + { + "minHeight": 2, + "maxHeight": 3, + "style": { + "style": "STATIC" + }, + "zoom": 0.825, + "palette": [ + { + "block": "sand" + }, + { + "block": "clay" + }, + { + "block": "sand" + }, + { + "block": "gravel" + }, + { + "block": "sand" + }, + { + "block": "dirt" + }, + { + "weight": 2, + "block": "sand" + } + ] + }, + { + "palette": [ + { + "block": "dirt" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + { + "weight": 2, + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + } + ], "decorators": [ { "chance": 0.0009, @@ -165,74 +228,11 @@ } } ], - "name": "Hot Ocean", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "zoom": 0.825, - "palette": [ - { - "block": "sand" - }, - { - "block": "clay" - }, - { - "block": "sand" - }, - { - "block": "gravel" - }, - { - "block": "sand" - }, - { - "block": "dirt" - }, - { - "weight": 2, - "block": "sand" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "weight": 2, - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - } - ], - "generators": [ - { - "min": 11, - "max": 7, - "generator": "plain" - } - ], "loot": { "tables": [ "ocean-clutter" ] }, - "derivative": "WARM_OCEAN", "wall": { "style": { "style": "IRIS" diff --git a/biomes/hot-river.json b/biomes/hot-river.json index 31237f8c..dc6d6a7c 100644 --- a/biomes/hot-river.json +++ b/biomes/hot-river.json @@ -1,6 +1,14 @@ { - "vanillaDerivative": "DESERT_LAKES", "name": "Hot river", + "vanillaDerivative": "DESERT_LAKES", + "derivative": "DESERT_LAKES", + "generators": [ + { + "generator": "plain", + "max": -5, + "min": -15 + } + ], "layers": [ { "style": { @@ -36,17 +44,9 @@ ] } ], - "generators": [ - { - "generator": "plain", - "max": -5, - "min": -15 - } - ], "loot": { "tables": [ "ocean-clutter" ] - }, - "derivative": "DESERT_LAKES" + } } \ No newline at end of file diff --git a/biomes/hot-sandy-cave.json b/biomes/hot-sandy-cave.json index 7a5b3769..54ae3b28 100644 --- a/biomes/hot-sandy-cave.json +++ b/biomes/hot-sandy-cave.json @@ -1,4 +1,25 @@ { + "name": "Hot Sandy Cave", + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "min": 4, + "max": 6, + "generator": "plain" + } + ], + "layers": [ + { + "minHeight": 1, + "maxHeight": 2, + "palette": [ + { + "block": "smooth_sandstone" + } + ] + } + ], "entitySpawnOverrides": [ { "trigger": "SKELETON", @@ -126,32 +147,12 @@ } } ], - "name": "Sandstone Caverns", - "layers": [ - { - "minHeight": 1, - "maxHeight": 2, - "palette": [ - { - "block": "smooth_sandstone" - } - ] - } - ], - "generators": [ - { - "min": 4, - "max": 6, - "generator": "plain" - } - ], "loot": { "tables": [ "cave-clutter", "cactus-clutter" ] }, - "derivative": "DESERT", "slab": { "style": { "style": "STATIC" diff --git a/biomes/hot-sandy-red-cave.json b/biomes/hot-sandy-red-cave.json index 4d51697c..17e7c77d 100644 --- a/biomes/hot-sandy-red-cave.json +++ b/biomes/hot-sandy-red-cave.json @@ -1,4 +1,25 @@ { + "name": "Hot Sandy Red Cave", + "derivative": "DESERT", + "vanillaDerivative": "DESERT", + "generators": [ + { + "min": 4, + "max": 6, + "generator": "plain" + } + ], + "layers": [ + { + "minHeight": 1, + "maxHeight": 2, + "palette": [ + { + "block": "terracotta" + } + ] + } + ], "entitySpawnOverrides": [ { "trigger": "SKELETON", @@ -43,32 +64,12 @@ } } ], - "name": "Red Sandstone Cavern", - "layers": [ - { - "minHeight": 1, - "maxHeight": 2, - "palette": [ - { - "block": "terracotta" - } - ] - } - ], - "generators": [ - { - "min": 4, - "max": 6, - "generator": "plain" - } - ], "loot": { "tables": [ "cave-clutter", "cactus-clutter" ] }, - "derivative": "DESERT", "slab": { "style": { "style": "STATIC" diff --git a/biomes/mesa-beach.json b/biomes/mesa-beach.json index 5b6b8314..b2a91f46 100644 --- a/biomes/mesa-beach.json +++ b/biomes/mesa-beach.json @@ -1,9 +1,17 @@ { + "name": "Mesa beach", + "derivative": "DESERT_LAKES", "vanillaDerivative": "DESERT_LAKES", "children": [ "ocean" ], - "name": "Mesa beach", + "generators": [ + { + "min": 0, + "max": 1, + "generator": "plain" + } + ], "layers": [ { "minHeight": 3, @@ -24,14 +32,6 @@ ] } ], - "generators": [ - { - "min": 0, - "max": 1, - "generator": "plain" - } - ], - "derivative": "DESERT_LAKES", "wall": { "style": { "style": "STATIC" diff --git a/biomes/mesa-blue.json b/biomes/mesa-blue.json index 5b8af1fd..c270f4a6 100644 --- a/biomes/mesa-blue.json +++ b/biomes/mesa-blue.json @@ -1,4 +1,69 @@ { + "name": "Mesa Blue", + "derivative": "SHATTERED_SAVANNA", + "vanillaDerivative": "BADLANDS", + "generators": [ + { + "min": 4, + "max": 26, + "generator": "plain-cliffs" + }, + { + "min": 12, + "max": 38, + "generator": "mountain" + } + ], + "layers": [ + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "cyan_terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "blue_terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "light_blue_terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "magenta_terracotta" + } + ] + } + ], "decorators": [ { "chance": 0.009, @@ -144,71 +209,6 @@ "rarity": 6 } ], - "name": "Midnight Mesa", - "layers": [ - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "cyan_terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "blue_terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "light_blue_terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "magenta_terracotta" - } - ] - } - ], - "vanillaDerivative": "BADLANDS", - "generators": [ - { - "min": 4, - "max": 26, - "generator": "plain-cliffs" - }, - { - "min": 12, - "max": 38, - "generator": "mountain" - } - ], - "derivative": "SHATTERED_SAVANNA", "lockLayers": true, "wall": { "style": { @@ -228,6 +228,5 @@ "block": "cyan_terracotta" } ] - }, - "rarity": 16 + } } \ No newline at end of file diff --git a/biomes/mesa-cliffs.json b/biomes/mesa-cliffs.json index 485e4bdb..340c0b06 100644 --- a/biomes/mesa-cliffs.json +++ b/biomes/mesa-cliffs.json @@ -1,68 +1,24 @@ { + "name": "Mesa Cliffs", + "derivative": "SHATTERED_SAVANNA_PLATEAU", "vanillaDerivative": "BADLANDS_PLATEAU", - "children": [ - "mesa-cliffs" - ], - "decorators": [ + "generators": [ { - "chance": 0.009, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "data": { - "face": "floor", - "powered": false, - "facing": "east" - }, - "block": "stone_button" - }, - { - "data": { - "face": "floor", - "powered": false, - "facing": "south" - }, - "block": "stone_button" - } - ], - "style": { - "style": "STATIC" - } + "min": 1, + "max": 6, + "generator": "plain" }, { - "chance": 0.01, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "block": "dead_bush" - } - ], - "style": { - "style": "STATIC" - } - } - ], - "entityInitialSpawns": [ - { - "entity": "cow", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 + "min": 9, + "max": 30, + "generator": "mountain" }, { - "entity": "chicken", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 + "min": 15, + "max": 60, + "generator": "plain-cliffs" } ], - "name": "Shattered Mesa", "layers": [ { "minHeight": 1, @@ -137,24 +93,65 @@ ] } ], - "generators": [ + "decorators": [ { - "min": 1, - "max": 6, - "generator": "plain" + "chance": 0.009, + "variance": { + "style": "STATIC" + }, + "zoom": 0.3, + "palette": [ + { + "data": { + "face": "floor", + "powered": false, + "facing": "east" + }, + "block": "stone_button" + }, + { + "data": { + "face": "floor", + "powered": false, + "facing": "south" + }, + "block": "stone_button" + } + ], + "style": { + "style": "STATIC" + } }, { - "min": 9, - "max": 30, - "generator": "mountain" - }, - { - "min": 15, - "max": 60, - "generator": "plain-cliffs" + "chance": 0.01, + "variance": { + "style": "STATIC" + }, + "zoom": 0.3, + "palette": [ + { + "block": "dead_bush" + } + ], + "style": { + "style": "STATIC" + } + } + ], + "entityInitialSpawns": [ + { + "entity": "cow", + "maxSpawns": 1, + "minSpawns": 1, + "rarity": 6 + }, + { + "entity": "chicken", + "maxSpawns": 1, + "minSpawns": 1, + "rarity": 6 } ], - "derivative": "SHATTERED_SAVANNA_PLATEAU", "lockLayers": true, "wall": { "style": { @@ -172,6 +169,5 @@ "block": "black_terracotta" } ] - }, - "rarity": 8 + } } \ No newline at end of file diff --git a/biomes/mesa-dark.json b/biomes/mesa-dark.json index c14aa193..49ae036a 100644 --- a/biomes/mesa-dark.json +++ b/biomes/mesa-dark.json @@ -1,4 +1,99 @@ { + "name": "Mesa Dark", + "derivative": "SHATTERED_SAVANNA", + "vanillaDerivative": "ERODED_BADLANDS", + "children": [ + "mesa-cliffs", + "mesa-red", + "mesa-green", + "mesa-blue" + ], + "generators": [ + { + "min": 9, + "max": 16, + "generator": "plain-cliffs" + }, + { + "min": 11, + "max": 33, + "generator": "mountain" + } + ], + "layers": [ + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "brown_terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "gray_terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "black_terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "gray_terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "brown_terracotta" + } + ] + } + ], "decorators": [ { "chance": 0.009, @@ -145,101 +240,6 @@ } ], "childShrinkFactor": 0.35, - "children": [ - "mesa-cliffs", - "mesa-red", - "mesa-green", - "mesa-blue" - ], - "name": "Mesa", - "layers": [ - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "brown_terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "gray_terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "black_terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "gray_terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "brown_terracotta" - } - ] - } - ], - "generators": [ - { - "min": 9, - "max": 16, - "generator": "plain-cliffs" - }, - { - "min": 11, - "max": 33, - "generator": "mountain" - } - ], - "vanillaDerivative": "ERODED_BADLANDS", - "derivative": "SHATTERED_SAVANNA", "lockLayers": true, "wall": { "style": { @@ -256,6 +256,5 @@ "block": "black_terracotta" } ] - }, - "rarity": 15 + } } \ No newline at end of file diff --git a/biomes/mesa-green.json b/biomes/mesa-green.json index 400561ad..cbdebb9a 100644 --- a/biomes/mesa-green.json +++ b/biomes/mesa-green.json @@ -1,4 +1,70 @@ { + + "name": "Mesa Green", + "vanillaDerivative": "BADLANDS", + "derivative": "SHATTERED_SAVANNA", + "generators": [ + { + "min": 9, + "max": 16, + "generator": "plain-cliffs" + }, + { + "min": 25, + "max": 28, + "generator": "mountain" + } + ], + "layers": [ + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "lime_terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "green_terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "brown_terracotta" + } + ] + } + ], "decorators": [ { "chance": 0.009, @@ -144,71 +210,6 @@ "rarity": 6 } ], - "name": "Earthbound Mesa", - "layers": [ - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "lime_terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "green_terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "brown_terracotta" - } - ] - } - ], - "vanillaDerivative": "BADLANDS", - "generators": [ - { - "min": 9, - "max": 16, - "generator": "plain-cliffs" - }, - { - "min": 25, - "max": 28, - "generator": "mountain" - } - ], - "derivative": "SHATTERED_SAVANNA", "lockLayers": true, "wall": { "style": { @@ -228,6 +229,5 @@ "block": "brown_terracotta" } ] - }, - "rarity": 14 + } } \ No newline at end of file diff --git a/biomes/mesa-plateau-dirt-high.json b/biomes/mesa-plateau-dirt-high.json index 40def21c..dfbca316 100644 --- a/biomes/mesa-plateau-dirt-high.json +++ b/biomes/mesa-plateau-dirt-high.json @@ -1,11 +1,10 @@ { - "name": "Mesa Plateau dirt high", + "name": "Mesa Plateau Dirt high", "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", "biomeScatter": [ "BADLANDS" ], - "generators": [ { "min": 55, @@ -23,7 +22,6 @@ "generator": "cracked-cliffs" } ], - "lockLayers": true, "layers": [ { "minHeight": 5, @@ -195,6 +193,7 @@ ] } ], + "lockLayers": true, "decorators": [ { "chance": 0.05, @@ -248,6 +247,5 @@ } ] } - ], - "rarity": 3 + ] } \ No newline at end of file diff --git a/biomes/mesa-plateau-dirt.json b/biomes/mesa-plateau-dirt.json index edc6b8df..01aab163 100644 --- a/biomes/mesa-plateau-dirt.json +++ b/biomes/mesa-plateau-dirt.json @@ -1,11 +1,10 @@ { - "name": "Mesa Plateau dirt", + "name": "Mesa Plateau Dirt", "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", "biomeScatter": [ "BADLANDS" ], - "generators": [ { "min": 33, @@ -23,7 +22,6 @@ "generator": "cracked-cliffs" } ], - "lockLayers": true, "layers": [ { "minHeight": 5, @@ -205,6 +203,7 @@ ] } ], + "lockLayers": true, "biomeStyle": { "style": "IRIS" }, @@ -274,6 +273,5 @@ } ] } - ], - "rarity": 3 + ] } \ No newline at end of file diff --git a/biomes/mesa-plateau-high.json b/biomes/mesa-plateau-high.json index d1071ccf..40dfc08c 100644 --- a/biomes/mesa-plateau-high.json +++ b/biomes/mesa-plateau-high.json @@ -1,5 +1,5 @@ { - "name": "Mesa Plateau high", + "name": "Mesa Plateau High", "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", "biomeScatter": [ @@ -27,7 +27,6 @@ "generator": "cracked-cliffs" } ], - "lockLayers": true, "layers": [ { "minHeight": 5, @@ -202,6 +201,7 @@ ] } ], + "lockLayers": true, "decorators": [ { "chance": 0.05, @@ -234,6 +234,5 @@ } } } - ], - "rarity": 1 + ] } diff --git a/biomes/mesa-plateau.json b/biomes/mesa-plateau.json index d80bd6f9..62d6634a 100644 --- a/biomes/mesa-plateau.json +++ b/biomes/mesa-plateau.json @@ -27,7 +27,6 @@ "generator": "cracked-cliffs" } ], - "lockLayers": true, "layers": [ { "minHeight": 5, @@ -202,6 +201,7 @@ ] } ], + "lockLayers": true, "decorators": [ { "chance": 0.05, diff --git a/biomes/mesa-red.json b/biomes/mesa-red.json index 38dbfabb..acc83a57 100644 --- a/biomes/mesa-red.json +++ b/biomes/mesa-red.json @@ -1,4 +1,81 @@ { + "name": "Mesa Red", + "vanillaDerivative": "BADLANDS", + "derivative": "SHATTERED_SAVANNA", + "generators": [ + { + "min": 2, + "max": 21, + "generator": "plain-cliffs" + }, + { + "min": 12, + "max": 33, + "generator": "mountain" + } + ], + "layers": [ + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "pink_terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "red_terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "light_gray_terracotta" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "brown_terracotta" + } + ] + } + ], "decorators": [ { "chance": 0.009, @@ -144,83 +221,6 @@ "rarity": 6 } ], - "name": "Bloody Mesa", - "layers": [ - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "pink_terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "red_terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "light_gray_terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "brown_terracotta" - } - ] - } - ], - "generators": [ - { - "min": 2, - "max": 21, - "generator": "plain-cliffs" - }, - { - "min": 12, - "max": 33, - "generator": "mountain" - } - ], - "vanillaDerivative": "BADLANDS", - "derivative": "SHATTERED_SAVANNA", "lockLayers": true, "wall": { "style": { @@ -259,6 +259,5 @@ ], "varience": 3 } - ], - "rarity": 15 + ] } \ No newline at end of file diff --git a/biomes/mesa-river.json b/biomes/mesa-river.json index 53528c67..eae83c16 100644 --- a/biomes/mesa-river.json +++ b/biomes/mesa-river.json @@ -1,14 +1,12 @@ { + "name": "Mesa River", "vanillaDerivative": "DESERT_LAKES", - "name": "Mesa river", - "decorators": [ + "derivative": "DESERT_LAKES", + "generators": [ { - "chance": 0.2, - "palette": [ - { - "block": "seagrass" - } - ] + "generator": "plain", + "max": -4, + "min": -15 } ], "layers": [ @@ -55,12 +53,14 @@ ] } ], - "generators": [ + "decorators": [ { - "generator": "plain", - "max": -4, - "min": -15 + "chance": 0.2, + "palette": [ + { + "block": "seagrass" + } + ] } - ], - "derivative": "DESERT_LAKES" + ] } \ No newline at end of file diff --git a/biomes/mesa-valleys.json b/biomes/mesa-valleys.json index 9cdee0da..48864979 100644 --- a/biomes/mesa-valleys.json +++ b/biomes/mesa-valleys.json @@ -1,7 +1,13 @@ { - "name": "Mesa valley", + "name": "Mesa Valley", "derivative": "SAVANNA", "vanillaDerivative": "BADLANDS", + "jigsawStructures": [ + { + "rarity": 1000, + "structure": "pillager" + } + ], "generators": [ { "min": 5, @@ -9,38 +15,7 @@ "generator": "smooth-dunes" } ], - "jigsawStructures": [ - { - "rarity": 1000, - "structure": "pillager" - } - ], - "entityInitialSpawns": [ - { - "entity": "cow", - "maxSpawns": 3, - "minSpawns": 1, - "rarity": 7 - }, - { - "entity": "pig", - "maxSpawns": 3, - "minSpawns": 1, - "rarity": 7 - }, - { - "entity": "chicken", - "maxSpawns": 3, - "minSpawns": 1, - "rarity": 7 - }, - { - "entity": "sheep", - "maxSpawns": 3, - "minSpawns": 1, - "rarity": 7 - } - ], + "layers": [ { "minHeight": 1, @@ -180,6 +155,32 @@ ] } ], + "entityInitialSpawns": [ + { + "entity": "cow", + "maxSpawns": 3, + "minSpawns": 1, + "rarity": 7 + }, + { + "entity": "pig", + "maxSpawns": 3, + "minSpawns": 1, + "rarity": 7 + }, + { + "entity": "chicken", + "maxSpawns": 3, + "minSpawns": 1, + "rarity": 7 + }, + { + "entity": "sheep", + "maxSpawns": 3, + "minSpawns": 1, + "rarity": 7 + } + ], "decorators": [ { "chance": 0.2,