From 7bc26a1df5c666e1b533874837435b74e35aec70 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Wed, 23 Jun 2021 08:37:08 +0200 Subject: [PATCH] Removed unused rockies, renamed one used as child --- biomes/rocky-mountain-cliffs.json | 141 --------------- biomes/rocky-mountains.json | 161 ------------------ ...cky-ocean.json => tundra-river-rocky.json} | 0 biomes/tundra-river.json | 2 +- 4 files changed, 1 insertion(+), 303 deletions(-) delete mode 100644 biomes/rocky-mountain-cliffs.json delete mode 100644 biomes/rocky-mountains.json rename biomes/{rocky-ocean.json => tundra-river-rocky.json} (100%) diff --git a/biomes/rocky-mountain-cliffs.json b/biomes/rocky-mountain-cliffs.json deleted file mode 100644 index d3d1b17a..00000000 --- a/biomes/rocky-mountain-cliffs.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "decorators": [ - { - "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" - } - } - ], - "children": [ - "rocky-mountains", - "rocky-ocean" - ], - "vanillaDerivative": "MODIFIED_GRAVELLY_MOUNTAINS", - "objects": [ - { - "chance": 0.5, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - } - ], - "name": "Shattered Rock Mountains", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "gravel" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 11, - "max": 32, - "generator": "plain" - }, - { - "min": 12, - "max": 62, - "generator": "plain-cliffs" - } - ], - "biomeZoom": 30, - "derivative": "MOUNTAINS", - "biomeStyle": { - "style": "IRIS" - }, - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - }, - "biomeScatter": [ - "PLAINS", - "TAIGA_HILLS", - "MOUNTAINS", - "SWAMP" - ], - "rarity": 19 -} \ No newline at end of file diff --git a/biomes/rocky-mountains.json b/biomes/rocky-mountains.json deleted file mode 100644 index 0eec1754..00000000 --- a/biomes/rocky-mountains.json +++ /dev/null @@ -1,161 +0,0 @@ -{ - "jigsawStructures": [ - { - "rarity": 1000, - "structure": "pillager" - }, - { - "rarity": 350, - "structure": "village-temperate" - } - ], - "objects": [ - { - "chance": 0.5, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - } - ], - "vanillaDerivative": "GRAVELLY_MOUNTAINS", - "biomeZoom": 30, - "derivative": "MOUNTAINS", - "biomeStyle": { - "style": "IRIS" - }, - "children": [ - "rocky-mountain-cliffs" - ], - "decorators": [ - { - "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" - } - } - ], - "name": "Rock Mountains", - "layers": [ - { - "minHeight": 2, - "maxHeight": 4, - "slopeCondition": { - "minimumSlope": 3.95 - }, - "palette": [ - { - "block": "gravel" - }, - { - "block": "cyan_terracotta" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 3, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "gravel" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 29, - "max": 63, - "generator": "plain" - } - ], - "childShrinkFactor": 8, - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - }, - "biomeScatter": [ - "PLAINS", - "TAIGA_HILLS", - "MOUNTAINS", - "SWAMP" - ], - "rarity": 7 -} \ No newline at end of file diff --git a/biomes/rocky-ocean.json b/biomes/tundra-river-rocky.json similarity index 100% rename from biomes/rocky-ocean.json rename to biomes/tundra-river-rocky.json diff --git a/biomes/tundra-river.json b/biomes/tundra-river.json index 70fbf99f..68994912 100644 --- a/biomes/tundra-river.json +++ b/biomes/tundra-river.json @@ -1,7 +1,7 @@ { "vanillaDerivative": "RIVER", "children": [ - "rocky-ocean" + "tundra-river-rocky" ], "decorators": [ {