From e41cf7777706defaea92e108450037cf438a1b26 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Wed, 23 Jun 2021 10:16:43 +0200 Subject: [PATCH] Reorder the remaining biomes --- biomes/tundra-beach-stone.json | 19 +-- biomes/tundra-beach.json | 66 ++++---- biomes/tundra-bonsai-forest.json | 96 +++++------ biomes/tundra-cavern.json | 67 ++++---- biomes/tundra-forest-cliffs.json | 157 +++++++++--------- biomes/tundra-forest.json | 153 +++++++++-------- biomes/tundra-lake.json | 115 +++++++------ biomes/tundra-mountains-cliffs.json | 157 +++++++++--------- biomes/tundra-mountains.json | 153 +++++++++-------- biomes/tundra-redwood-cliffs.json | 129 +++++++------- ...forest.json => tundra-redwood-forest.json} | 143 ++++++++-------- biomes/tundra-river-rocky.json | 131 ++++++++------- biomes/tundra-river.json | 126 +++++++------- biomes/tundra-sequia-redwoods.json | 125 +++++++------- biomes/tundra-spiked-cavern.json | 66 ++++---- biomes/tundra-spruce-denmyre.json | 113 +++++++------ regions/tundra.json | 2 +- 17 files changed, 906 insertions(+), 912 deletions(-) rename biomes/{tundra-redwoods-forest.json => tundra-redwood-forest.json} (97%) diff --git a/biomes/tundra-beach-stone.json b/biomes/tundra-beach-stone.json index a0b5caeb..16a98beb 100644 --- a/biomes/tundra-beach-stone.json +++ b/biomes/tundra-beach-stone.json @@ -1,6 +1,14 @@ { + "name": "Tundra Stone Beach", + "derivative": "BEACH", "vanillaDerivative": "BEACH", - "name": "Stone Beach", + "generators": [ + { + "min": -5, + "max": 1, + "generator": "plain" + } + ], "layers": [ { "minHeight": 3, @@ -130,15 +138,6 @@ "carvingSupport": "SURFACE_ONLY" } ], - "generators": [ - { - "min": -5, - "max": 1, - "generator": "plain" - } - ], - "derivative": "BEACH", - "rarity": 2, "slab": { "style": { "style": "STATIC" diff --git a/biomes/tundra-beach.json b/biomes/tundra-beach.json index 9c50b6fd..10419817 100644 --- a/biomes/tundra-beach.json +++ b/biomes/tundra-beach.json @@ -1,5 +1,38 @@ { + "name": "Tundra Beach", + "derivative": "BEACH", "vanillaDerivative": "BEACH", + "generators": [ + { + "min": -5, + "max": 1, + "generator": "plain" + } + ], + "layers": [ + { + "minHeight": 3, + "maxHeight": 6, + "style": { + "style": "STATIC" + }, + "zoom": 0.25, + "palette": [ + { + "block": "sand" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + { + "block": "dirt" + } + ] + } + ], "decorators": [ { "chance": 0.006, @@ -168,44 +201,11 @@ "rarity": 7 } ], - "name": "Cold Beach", - "layers": [ - { - "minHeight": 3, - "maxHeight": 6, - "style": { - "style": "STATIC" - }, - "zoom": 0.25, - "palette": [ - { - "block": "sand" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "block": "dirt" - } - ] - } - ], - "generators": [ - { - "min": -5, - "max": 1, - "generator": "plain" - } - ], "loot": { "tables": [ "beach-clutter" ] }, - "derivative": "BEACH", "slab": { "style": { "style": "STATIC" diff --git a/biomes/tundra-bonsai-forest.json b/biomes/tundra-bonsai-forest.json index dfbadcc4..49b52bd7 100644 --- a/biomes/tundra-bonsai-forest.json +++ b/biomes/tundra-bonsai-forest.json @@ -1,4 +1,6 @@ { + "name": "Tundra Bonsai Forest", + "derivative": "TAIGA", "vanillaDerivative": "FLOWER_FOREST", "children": [ "tundra-sequia-redwoods", @@ -14,6 +16,52 @@ "structure": "village-temperate" } ], + "generators": [ + { + "min": 17, + "max": 19, + "generator": "plain" + } + ], + "layers": [ + { + "palette": [ + { + "block": "podzol" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + { + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "decorators": [ { "chance": 0.003, @@ -422,54 +470,6 @@ } } ], - "name": "Bonsai Forest", - "layers": [ - { - "palette": [ - { - "block": "podzol" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - { - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 17, - "max": 19, - "generator": "plain" - } - ], - "derivative": "TAIGA", "wall": { "style": { "style": "STATIC" diff --git a/biomes/tundra-cavern.json b/biomes/tundra-cavern.json index 9123076f..309bf5e0 100644 --- a/biomes/tundra-cavern.json +++ b/biomes/tundra-cavern.json @@ -1,4 +1,38 @@ { + "name": "Tundra Cavern", + "derivative": "FROZEN_OCEAN", + "vanillaDerivative": "FROZEN_OCEAN", + "generators": [ + { + "min": 4, + "max": 6, + "generator": "plain" + } + ], + "layers": [ + { + "minHeight": 1, + "maxHeight": 2, + "style": { + "style": "STATIC" + }, + "zoom": 0.2, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "cobblestone" + }, + { + "block": "gravel" + } + ] + } + ], "entitySpawnOverrides": [ { "trigger": "SKELETON", @@ -90,44 +124,11 @@ } } ], - "name": "Tundra Cavern", - "layers": [ - { - "minHeight": 1, - "maxHeight": 2, - "style": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "cobblestone" - }, - { - "block": "gravel" - } - ] - } - ], - "generators": [ - { - "min": 4, - "max": 6, - "generator": "plain" - } - ], "loot": { "tables": [ "cave-clutter" ] }, - "derivative": "FROZEN_OCEAN", "slab": { "style": { "style": "IRIS" diff --git a/biomes/tundra-forest-cliffs.json b/biomes/tundra-forest-cliffs.json index e3d54ae7..6c05c67f 100644 --- a/biomes/tundra-forest-cliffs.json +++ b/biomes/tundra-forest-cliffs.json @@ -1,5 +1,82 @@ { + "name": "Tundra Forest Cliffs", + "derivative": "MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", + "generators": [ + { + "generator": "smooth-dunes", + "max": 14, + "min": 8 + }, + { + "min": 12, + "max": 17, + "generator": "plain-cliffs" + } + ], + "layers": [ + { + "minHeight": 3, + "maxHeight": 5, + "slopeCondition": { + "minimumSlope": 6.9 + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "gravel" + } + ] + }, + { + "minHeight": 3, + "maxHeight": 5, + "slopeCondition": { + "minimumSlope": 5.2 + }, + "palette": [ + { + "block": "dirt" + }, + { + "block": "coarse_dirt" + }, + { + "block": "gravel" + } + ] + }, + { + "palette": [ + { + "block": "grass_block" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "IRIS" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "biomeSkyScatter": [ "SNOWY_TAIGA", "SNOWY_MOUNTAINS" @@ -281,84 +358,7 @@ } } ], - "name": "Shattered Mountains", - "layers": [ - { - "minHeight": 3, - "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "gravel" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.2 - }, - "palette": [ - { - "block": "dirt" - }, - { - "block": "coarse_dirt" - }, - { - "block": "gravel" - } - ] - }, - { - "palette": [ - { - "block": "grass_block" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "IRIS" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "generator": "smooth-dunes", - "max": 14, - "min": 8 - }, - { - "min": 12, - "max": 17, - "generator": "plain-cliffs" - } - ], "biomeZoom": 30, - "derivative": "MOUNTAINS", "biomeStyle": { "style": "IRIS" }, @@ -383,6 +383,5 @@ "TAIGA_HILLS", "MOUNTAINS", "SWAMP" - ], - "rarity": 4 + ] } \ No newline at end of file diff --git a/biomes/tundra-forest.json b/biomes/tundra-forest.json index adce6c7a..7ab1006d 100644 --- a/biomes/tundra-forest.json +++ b/biomes/tundra-forest.json @@ -1,5 +1,80 @@ { + "name": "Tundra Forest", + "derivative": "MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", + "children": [ + "tundra-forest-cliffs" + ], + "generators": [ + { + "generator": "smooth-dunes", + "max": 14, + "min": 8 + } + ], + "layers": [ + { + "minHeight": 3, + "maxHeight": 5, + "slopeCondition": { + "minimumSlope": 6.9 + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "gravel" + } + ] + }, + { + "minHeight": 3, + "maxHeight": 5, + "slopeCondition": { + "minimumSlope": 5.3 + }, + "palette": [ + { + "block": "dirt" + }, + { + "block": "coarse_dirt" + }, + { + "block": "gravel" + } + ] + }, + { + "palette": [ + { + "block": "grass_block" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "entityInitialSpawns": [ { "entity": "chicken", @@ -113,13 +188,9 @@ } ], "biomeZoom": 30, - "derivative": "MOUNTAINS", "biomeStyle": { "style": "IRIS" }, - "children": [ - "tundra-forest-cliffs" - ], "decorators": [ { "chance": 0.01, @@ -194,77 +265,6 @@ } } ], - "name": "Tundra Forest", - "layers": [ - { - "minHeight": 3, - "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "gravel" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.3 - }, - "palette": [ - { - "block": "dirt" - }, - { - "block": "coarse_dirt" - }, - { - "block": "gravel" - } - ] - }, - { - "palette": [ - { - "block": "grass_block" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "generator": "smooth-dunes", - "max": 14, - "min": 8 - } - ], "childShrinkFactor": 8, "wall": { "style": { @@ -285,6 +285,5 @@ "biomeScatter": [ "TAIGA_HILLS", "MOUNTAINS" - ], - "rarity": 2 + ] } diff --git a/biomes/tundra-lake.json b/biomes/tundra-lake.json index f63fe6d4..7efdbb87 100644 --- a/biomes/tundra-lake.json +++ b/biomes/tundra-lake.json @@ -1,4 +1,6 @@ { + "name": "Tundra Lake", + "derivative": "SNOWY_TUNDRA", "vanillaDerivative": "WOODED_HILLS", "jigsawStructures": [ { @@ -10,6 +12,13 @@ "structure": "village-temperate" } ], + "generators": [ + { + "min": -30, + "max": -15, + "generator": "river" + } + ], "decorators": [ { "chance": 0.003, @@ -147,6 +156,52 @@ } } ], + "layers": [ + { + "style": { + "style": "FLAT" + }, + "palette": [ + { + "block": "grass_block" + } + ] + }, + { + "palette": [ + { + "block": "dirt" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + { + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "entityInitialSpawns": [ { "entity": "chicken", @@ -368,61 +423,6 @@ } } ], - "name": "tundra lake", - "layers": [ - { - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "grass_block" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": -30, - "max": -15, - "generator": "river" - } - ], - "derivative": "SNOWY_TUNDRA", "wall": { "style": { "style": "STATIC" @@ -438,6 +438,5 @@ "block": "stone" } ] - }, - "rarity": 2 -} + } +} \ No newline at end of file diff --git a/biomes/tundra-mountains-cliffs.json b/biomes/tundra-mountains-cliffs.json index bf9d5975..569d8704 100644 --- a/biomes/tundra-mountains-cliffs.json +++ b/biomes/tundra-mountains-cliffs.json @@ -1,5 +1,82 @@ { + "name": "Tundra Mountains Cliffs", + "derivative": "MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", + "generators": [ + { + "min": 11, + "max": 32, + "generator": "mountain" + }, + { + "min": 12, + "max": 62, + "generator": "plain-cliffs" + } + ], + "layers": [ + { + "minHeight": 3, + "maxHeight": 5, + "slopeCondition": { + "minimumSlope": 6.9 + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "gravel" + } + ] + }, + { + "minHeight": 3, + "maxHeight": 5, + "slopeCondition": { + "minimumSlope": 5.2 + }, + "palette": [ + { + "block": "dirt" + }, + { + "block": "coarse_dirt" + }, + { + "block": "gravel" + } + ] + }, + { + "palette": [ + { + "block": "grass_block" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "IRIS" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "biomeSkyScatter": [ "SNOWY_TAIGA", "SNOWY_MOUNTAINS" @@ -290,84 +367,7 @@ } } ], - "name": "Shattered Mountains", - "layers": [ - { - "minHeight": 3, - "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "gravel" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.2 - }, - "palette": [ - { - "block": "dirt" - }, - { - "block": "coarse_dirt" - }, - { - "block": "gravel" - } - ] - }, - { - "palette": [ - { - "block": "grass_block" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "IRIS" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 11, - "max": 32, - "generator": "mountain" - }, - { - "min": 12, - "max": 62, - "generator": "plain-cliffs" - } - ], "biomeZoom": 30, - "derivative": "MOUNTAINS", "biomeStyle": { "style": "IRIS" }, @@ -392,6 +392,5 @@ "TAIGA_HILLS", "MOUNTAINS", "SWAMP" - ], - "rarity": 4 + ] } \ No newline at end of file diff --git a/biomes/tundra-mountains.json b/biomes/tundra-mountains.json index 12aa00ba..33e7546a 100644 --- a/biomes/tundra-mountains.json +++ b/biomes/tundra-mountains.json @@ -1,5 +1,80 @@ { + "name": "Tundra Mountains", + "derivative": "MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", + "children": [ + "tundra-mountains-cliffs" + ], + "generators": [ + { + "min": 66, + "max": 89, + "generator": "mountain" + } + ], + "layers": [ + { + "minHeight": 3, + "maxHeight": 5, + "slopeCondition": { + "minimumSlope": 6.9 + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "gravel" + } + ] + }, + { + "minHeight": 3, + "maxHeight": 5, + "slopeCondition": { + "minimumSlope": 5.3 + }, + "palette": [ + { + "block": "dirt" + }, + { + "block": "coarse_dirt" + }, + { + "block": "gravel" + } + ] + }, + { + "palette": [ + { + "block": "grass_block" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "biomeSkyScatter": [ "SNOWY_TAIGA", "SNOWY_MOUNTAINS" @@ -117,13 +192,9 @@ } ], "biomeZoom": 30, - "derivative": "MOUNTAINS", "biomeStyle": { "style": "IRIS" }, - "children": [ - "tundra-mountains-cliffs" - ], "decorators": [ { "chance": 0.01, @@ -198,77 +269,6 @@ } } ], - "name": "Mountains", - "layers": [ - { - "minHeight": 3, - "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "gravel" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.3 - }, - "palette": [ - { - "block": "dirt" - }, - { - "block": "coarse_dirt" - }, - { - "block": "gravel" - } - ] - }, - { - "palette": [ - { - "block": "grass_block" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 66, - "max": 89, - "generator": "mountain" - } - ], "childShrinkFactor": 8, "wall": { "style": { @@ -291,6 +291,5 @@ "TAIGA_HILLS", "MOUNTAINS", "SWAMP" - ], - "rarity": 2 + ] } \ No newline at end of file diff --git a/biomes/tundra-redwood-cliffs.json b/biomes/tundra-redwood-cliffs.json index 304e9431..cba625df 100644 --- a/biomes/tundra-redwood-cliffs.json +++ b/biomes/tundra-redwood-cliffs.json @@ -1,9 +1,7 @@ { + "name": "Tundra Redwood Cliffs", + "derivative": "TAIGA", "vanillaDerivative": "DARK_FOREST", - "entityInitialSpawns": [ - {"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}, - {"entity": "sheep", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}, - {"entity": "wolf", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}], "generators": [ { "min": 15, @@ -16,7 +14,69 @@ "generator": "plain-cliffs" } ], - "derivative": "TAIGA", + "layers": [ + { + "style": { + "style": "SIMPLEX", + "fracture": { + "style": "FRACTAL_WATER", + "zoom": 0.35, + "multiplier": 23 + } + }, + "zoom": 0.7, + "palette": [ + { + "block": "coarse_dirt" + }, + { + "block": "grass_block" + }, + { + "block": "podzol" + }, + { + "block": "podzol" + }, + { + "block": "grass_block" + }, + { + "block": "coarse_dirt" + } + + ] + }, + { + "minHeight": 2, + "maxHeight": 2, + "palette": [ + { + "block": "dirt" + } + ] + }, + { + "style": { + "style": "STATIC" + }, + "minHeight": 1, + "maxHeight": 1, + "palette": [ + { + "block": "dirt" + }, + { + "block": "stone" + } + ] + } + ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 1, "rarity": 7} + ], "wall": { "style": { "style": "FRACTAL_WATER" @@ -439,64 +499,5 @@ "z": 0 } } - ], - "name": "Redwood Forest Hills", - "layers": [ - { - "style": { - "style": "SIMPLEX", - "fracture": { - "style": "FRACTAL_WATER", - "zoom": 0.35, - "multiplier": 23 - } - }, - "zoom": 0.7, - "palette": [ - { - "block": "coarse_dirt" - }, - { - "block": "grass_block" - }, - { - "block": "podzol" - }, - { - "block": "podzol" - }, - { - "block": "grass_block" - }, - { - "block": "coarse_dirt" - } - - ] - }, - { - "minHeight": 2, - "maxHeight": 2, - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "style": { - "style": "STATIC" - }, - "minHeight": 1, - "maxHeight": 1, - "palette": [ - { - "block": "dirt" - }, - { - "block": "stone" - } - ] - } ] } \ No newline at end of file diff --git a/biomes/tundra-redwoods-forest.json b/biomes/tundra-redwood-forest.json similarity index 97% rename from biomes/tundra-redwoods-forest.json rename to biomes/tundra-redwood-forest.json index 266f3842..25789cd5 100644 --- a/biomes/tundra-redwoods-forest.json +++ b/biomes/tundra-redwood-forest.json @@ -1,12 +1,80 @@ { + "name": "Tundra Redwood Forest", + "derivative": "TAIGA", "vanillaDerivative": "DARK_FOREST", - "entityInitialSpawns": [ - {"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}, - {"entity": "sheep", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}, - {"entity": "wolf", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}], "children": [ "tundra-redwood-cliffs" ], + "generators": [ + { + "min": 4, + "max": 10, + "generator": "smooth-dunes" + } + ], + "layers": [ + { + "style": { + "style": "SIMPLEX", + "fracture": { + "style": "FRACTAL_WATER", + "zoom": 0.39, + "multiplier": 23 + } + }, + "zoom": 0.7, + "palette": [ + { + "block": "coarse_dirt" + }, + { + "block": "grass_block" + }, + { + "block": "podzol" + }, + { + "block": "podzol" + }, + { + "block": "grass_block" + }, + { + "block": "coarse_dirt" + } + + ] + }, + { + "minHeight": 2, + "maxHeight": 2, + "palette": [ + { + "block": "dirt" + } + ] + }, + { + "style": { + "style": "STATIC" + }, + "minHeight": 1, + "maxHeight": 1, + "palette": [ + { + "block": "dirt" + }, + { + "block": "stone" + } + ] + } + ], + "entityInitialSpawns": [ + {"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}, + {"entity": "sheep", "maxSpawns": 1, "minSpawns": 1, "rarity": 7}, + {"entity": "wolf", "maxSpawns": 1, "minSpawns": 1, "rarity": 7} + ], "jigsawStructures": [ { "rarity": 1000, @@ -17,14 +85,6 @@ "structure": "village-tundra" } ], - "generators": [ - { - "min": 4, - "max": 10, - "generator": "smooth-dunes" - } - ], - "derivative": "TAIGA", "wall": { "style": { "style": "FRACTAL_WATER" @@ -448,64 +508,5 @@ "z": 0 } } - ], - "name": "Redwood Forest", - "layers": [ - { - "style": { - "style": "SIMPLEX", - "fracture": { - "style": "FRACTAL_WATER", - "zoom": 0.39, - "multiplier": 23 - } - }, - "zoom": 0.7, - "palette": [ - { - "block": "coarse_dirt" - }, - { - "block": "grass_block" - }, - { - "block": "podzol" - }, - { - "block": "podzol" - }, - { - "block": "grass_block" - }, - { - "block": "coarse_dirt" - } - - ] - }, - { - "minHeight": 2, - "maxHeight": 2, - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "style": { - "style": "STATIC" - }, - "minHeight": 1, - "maxHeight": 1, - "palette": [ - { - "block": "dirt" - }, - { - "block": "stone" - } - ] - } ] } \ No newline at end of file diff --git a/biomes/tundra-river-rocky.json b/biomes/tundra-river-rocky.json index 254859fc..51545c30 100644 --- a/biomes/tundra-river-rocky.json +++ b/biomes/tundra-river-rocky.json @@ -1,5 +1,70 @@ { + "name": "Tundra River Rocky", + "derivative": "LUKEWARM_OCEAN", "vanillaDerivative": "LUKEWARM_OCEAN", + "generators": [ + { + "min": -31, + "max": -7, + "generator": "plain" + } + ], + "layers": [ + { + "minHeight": 2, + "maxHeight": 3, + "style": { + "style": "STATIC" + }, + "zoom": 0.825, + "palette": [ + { + "block": "stone" + }, + { + "block": "clay" + }, + { + "block": "cobblestone" + }, + { + "block": "gravel" + }, + { + "block": "cobblestone" + }, + { + "block": "dirt" + }, + { + "block": "cobblestone" + }, + { + "block": "andesite" + } + ] + }, + { + "palette": [ + { + "block": "dirt" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + { + "weight": 2, + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + } + ], "decorators": [ { "chance": 0.0006, @@ -165,76 +230,11 @@ } } ], - "name": "Rocky Ocean", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "zoom": 0.825, - "palette": [ - { - "block": "stone" - }, - { - "block": "clay" - }, - { - "block": "cobblestone" - }, - { - "block": "gravel" - }, - { - "block": "cobblestone" - }, - { - "block": "dirt" - }, - { - "block": "cobblestone" - }, - { - "block": "andesite" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "weight": 2, - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - } - ], - "generators": [ - { - "min": -31, - "max": -7, - "generator": "plain" - } - ], "loot": { "tables": [ "ocean-clutter" ] }, - "derivative": "LUKEWARM_OCEAN", "wall": { "style": { "style": "IRIS" @@ -254,7 +254,6 @@ } ] }, - "rarity": 3, "slab": { "style": { "style": "STATIC" diff --git a/biomes/tundra-river.json b/biomes/tundra-river.json index 68994912..56d29576 100644 --- a/biomes/tundra-river.json +++ b/biomes/tundra-river.json @@ -1,8 +1,71 @@ { + "name": "Tundra River", + "derivative": "COLD_OCEAN", "vanillaDerivative": "RIVER", "children": [ "tundra-river-rocky" ], + "generators": [ + { + "generator": "river", + "max": -10, + "min": -27 + } + ], + "layers": [ + { + "minHeight": 2, + "maxHeight": 3, + "zoom": 0.825, + "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.07, @@ -128,74 +191,11 @@ } } ], - "name": "Cold River", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "zoom": 0.825, - "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": [ - { - "generator": "river", - "max": -10, - "min": -27 - } - ], "loot": { "tables": [ "ocean-clutter" ] }, - "derivative": "COLD_OCEAN", "wall": { "style": { "style": "STATIC" diff --git a/biomes/tundra-sequia-redwoods.json b/biomes/tundra-sequia-redwoods.json index 0293aa65..aa443ae5 100644 --- a/biomes/tundra-sequia-redwoods.json +++ b/biomes/tundra-sequia-redwoods.json @@ -1,4 +1,6 @@ { + "name": "Tundra Sequoia Redwoods", + "derivative": "TAIGA", "vanillaDerivative": "WOODED_HILLS", "jigsawStructures": [ { @@ -10,6 +12,65 @@ "structure": "village-tundra" } ], + "generators": [ + { + "min": 17, + "max": 19, + "generator": "plain" + } + ], + "layers": [ + { + "style": { + "style": "IRIS_DOUBLE", + "fracture": { + "style": "IRIS", + "zoom": 0.2 + } + }, + "zoom": 0.2, + "palette": [ + { + "weight": 2, + "block": "podzol" + }, + { + "weight": 2, + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + { + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "decorators": [ { "chance": 0.009, @@ -337,67 +398,6 @@ } } ], - "name": "Sequoia Redwoods", - "layers": [ - { - "style": { - "style": "IRIS_DOUBLE", - "fracture": { - "style": "IRIS", - "zoom": 0.2 - } - }, - "zoom": 0.2, - "palette": [ - { - "weight": 2, - "block": "podzol" - }, - { - "weight": 2, - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - { - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 17, - "max": 19, - "generator": "plain" - } - ], - "derivative": "TAIGA", "wall": { "style": { "style": "STATIC" @@ -407,6 +407,5 @@ "block": "coarse_dirt" } ] - }, - "rarity": 7 + } } \ No newline at end of file diff --git a/biomes/tundra-spiked-cavern.json b/biomes/tundra-spiked-cavern.json index 272e2977..fb511014 100644 --- a/biomes/tundra-spiked-cavern.json +++ b/biomes/tundra-spiked-cavern.json @@ -1,4 +1,6 @@ { + "name": "Tundra Spiked Cavern", + "derivative": "FROZEN_OCEAN", "vanillaDerivative": "THE_VOID", "jigsawStructures": [ { @@ -10,6 +12,37 @@ "structure": "village-temperate" } ], + "generators": [ + { + "min": 4, + "max": 6, + "generator": "plain" + } + ], + "layers": [ + { + "minHeight": 1, + "maxHeight": 2, + "style": { + "style": "STATIC" + }, + "zoom": 0.2, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "cobblestone" + }, + { + "block": "gravel" + } + ] + } + ], "decorators": [ { "chance": 0.0001, @@ -163,44 +196,11 @@ } } ], - "name": "Spiked Tundra Cavern", - "layers": [ - { - "minHeight": 1, - "maxHeight": 2, - "style": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "cobblestone" - }, - { - "block": "gravel" - } - ] - } - ], - "generators": [ - { - "min": 4, - "max": 6, - "generator": "plain" - } - ], "loot": { "tables": [ "cave-clutter" ] }, - "derivative": "FROZEN_OCEAN", "slab": { "style": { "style": "IRIS" diff --git a/biomes/tundra-spruce-denmyre.json b/biomes/tundra-spruce-denmyre.json index 1d791d06..d88918ae 100644 --- a/biomes/tundra-spruce-denmyre.json +++ b/biomes/tundra-spruce-denmyre.json @@ -1,4 +1,6 @@ { + "name": "Tundra Spruce Denmyre", + "derivative": "SNOWY_TUNDRA", "vanillaDerivative": "WOODED_HILLS", "jigsawStructures": [ { @@ -10,6 +12,59 @@ "structure": "village-tundra" } ], + "generators": [ + { + "min": 4, + "max": 7, + "generator": "plain" + } + ], + "layers": [ + { + "style": { + "style": "FLAT" + }, + "palette": [ + { + "block": "grass_block" + } + ] + }, + { + "palette": [ + { + "block": "dirt" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + { + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], "decorators": [ { "chance": 0.003, @@ -368,61 +423,6 @@ } } ], - "name": "Spruce Denmyre", - "layers": [ - { - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "grass_block" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 4, - "max": 7, - "generator": "plain" - } - ], - "derivative": "SNOWY_TUNDRA", "wall": { "style": { "style": "STATIC" @@ -438,6 +438,5 @@ "block": "stone" } ] - }, - "rarity": 2 + } } \ No newline at end of file diff --git a/regions/tundra.json b/regions/tundra.json index 40a33cd1..9b27d76b 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -2,7 +2,7 @@ "name": "Tundra", "landBiomes": [ "tundra-taiga", - "tundra-redwoods-forest", + "tundra-redwood-forest", "tundra-sequia-redwoods", "tundra-forest", "tundra-spruce-denmyre",