diff --git a/biomes/tropical/mountain-middle.json b/biomes/tropical/mountain-middle.json index eea59fca..a10b0729 100644 --- a/biomes/tropical/mountain-middle.json +++ b/biomes/tropical/mountain-middle.json @@ -8,13 +8,8 @@ "generators": [ { "generator": "mountain", - "max": 100, - "min": 10 - }, - { - "generator": "plain", - "max": 50, - "min": 10 + "max": 150, + "min": 20 } ], "customDerivitives": [{ diff --git a/biomes/tropical/rainforest-wicked-child.json b/biomes/tropical/rainforest-wicked-child.json index bdd21146..dd6a86c3 100644 --- a/biomes/tropical/rainforest-wicked-child.json +++ b/biomes/tropical/rainforest-wicked-child.json @@ -7,7 +7,7 @@ "generators": [{ "min": 3, "max": 50, - "generator": "plain" + "generator": "mountain" }], "customDerivitives": [{ "id": "tropical_rainforest_wicked_child", diff --git a/biomes/tropical/rainforest-wicked-village.json b/biomes/tropical/rainforest-wicked-village.json deleted file mode 100644 index 7889f825..00000000 --- a/biomes/tropical/rainforest-wicked-village.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "name": "Tropical Rainforest Wicked Village", - "derivative": "MODIFIED_JUNGLE", - "rarity": 1, - "color": "#00FF06", - "vanillaDerivative": "MODIFIED_JUNGLE_EDGE", - "generators": [{ - "min": 3, - "max": 50, - "generator": "plain" - }], - "customDerivitives": [{ - "id": "tropical_rainforest_wicked_village", - "foliageColor": "#478F04", - "grassColor": "#197300", - "category": "jungle", - "waterColor": "#3AB2A2", - "waterFogColor": "#3AB2A2" - }], - "layers": [ - { - "style": {"style": "FRACTAL_BILLOW_IRIS"}, - "zoom": 0.6, - "palette": [ - {"block": "grass_block"}, - {"block": "jungle_leaves"}, - { - "weight": 2, - "block": "grass_block" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [{"block": "dirt"}] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": {"style": "STATIC"}, - "palette": [ - {"block": "stone"}, - {"block": "andesite"}, - {"block": "stone"} - ] - } - ], - "effects": [{ - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 1, - "particleEffect": "TOTEM", - "particleOffset": 12, - "interval": 550, - "particleCount": 0 - }], - "decorators": [ - { - "chance": 0.45, - "variance": {"style": "IRIS"}, - "zoom": 0.1, - "palette": [ - {"block": "tall_grass"}, - {"block": "grass"} - ], - "style": { - "style": "FRACTAL_BILLOW_IRIS", - "fracture": {"style": "STATIC"} - } - }, - { - "chance": 0.1, - "verticalZoom": 88, - "variance": {"style": "IRIS"}, - "zoom": 10, - "palette": [{ - "weight": 3, - "block": "jungle_wood" - }], - "style": {"style": "STATIC"}, - "heightVariance": {"style": "IRIS"} - }, - { - "chance": 0.5, - "verticalZoom": 88, - "variance": {"style": "STATIC"}, - "zoom": 10, - "palette": [ - {"block": "grass"}, - {"block": "tall_grass"} - ], - "style": {"style": "STATIC"}, - "heightVariance": {"style": "STATIC"} - } - ], - "wall": { - "style": {"style": "IRIS"}, - "zoom": 0.1, - "palette": [ - {"block": "stripped_jungle_wood"}, - {"block": "jungle_leaves"}, - {"block": "stripped_jungle_wood"}, - {"block": "jungle_leaves"}, - {"block": "stripped_jungle_wood"}, - {"block": "jungle_leaves"}, - {"block": "stripped_jungle_wood"} - ] - } -} diff --git a/biomes/tropical/rainforest-wicked.json b/biomes/tropical/rainforest-wicked.json index 432d8d71..ee229dad 100644 --- a/biomes/tropical/rainforest-wicked.json +++ b/biomes/tropical/rainforest-wicked.json @@ -20,7 +20,7 @@ "generators": [{ "min": 3, "max": 50, - "generator": "plain" + "generator": "mountain" }], "layers": [ { diff --git a/biomes/tropical/volcanoes-lava.json b/biomes/tropical/volcanoes-lava.json index 3cd864da..2fdfda6b 100644 --- a/biomes/tropical/volcanoes-lava.json +++ b/biomes/tropical/volcanoes-lava.json @@ -14,13 +14,8 @@ "generators": [ { "generator": "mountain", - "max": 100, - "min": 0 - }, - { - "generator": "plain", - "max": 80, - "min": 30 + "max": 180, + "min": 3 } ], "layers": [ diff --git a/biomes/tropical/volcanoes.json b/biomes/tropical/volcanoes.json index f601ec47..d240ebdd 100644 --- a/biomes/tropical/volcanoes.json +++ b/biomes/tropical/volcanoes.json @@ -15,12 +15,7 @@ "generators": [ { "generator": "mountain", - "max": 100, - "min": 0 - }, - { - "generator": "plain", - "max": 80, + "max": 180, "min": 30 } ],