From c06a18eb9536cba7563a72c0e052ff3d4e67bd16 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Fri, 23 Jul 2021 20:52:46 -0700 Subject: [PATCH] Tweaks to temperate --- biomes/hot/desert-dunes-red.json | 2 +- biomes/hot/desert-dunes.json | 2 +- biomes/ocean/shore/beach.json | 2 +- biomes/temperate/plains.json | 49 +++----------------------------- 4 files changed, 7 insertions(+), 48 deletions(-) diff --git a/biomes/hot/desert-dunes-red.json b/biomes/hot/desert-dunes-red.json index dad3e4ed..6716fe06 100644 --- a/biomes/hot/desert-dunes-red.json +++ b/biomes/hot/desert-dunes-red.json @@ -54,7 +54,7 @@ ] }, { - "chance": 0.0009, + "chance": 0.003, "mode": "STILT", "rotation": { "yAxis": { diff --git a/biomes/hot/desert-dunes.json b/biomes/hot/desert-dunes.json index 6764d8fc..c22b8a63 100644 --- a/biomes/hot/desert-dunes.json +++ b/biomes/hot/desert-dunes.json @@ -54,7 +54,7 @@ ] }, { - "chance": 0.0009, + "chance": 0.003, "mode": "STILT", "rotation": { "yAxis": { diff --git a/biomes/ocean/shore/beach.json b/biomes/ocean/shore/beach.json index 4ddd4307..c1f7827b 100644 --- a/biomes/ocean/shore/beach.json +++ b/biomes/ocean/shore/beach.json @@ -71,7 +71,7 @@ "heightVariance": { "style": "STATIC" } - } + }, { "chance": 0.01, "palette": [{"block": "tall_grass"}] diff --git a/biomes/temperate/plains.json b/biomes/temperate/plains.json index a314ed46..14e317d5 100644 --- a/biomes/temperate/plains.json +++ b/biomes/temperate/plains.json @@ -85,7 +85,7 @@ ], "objects": [ { - "mode": "VACUUM", + "mode": "PAINT", "chance": 0.00975, "rotation": { "yAxis": { @@ -109,7 +109,7 @@ } }, { - "mode": "VACUUM", + "mode": "PAINT", "chance": 0.00675, "rotation": { "yAxis": { @@ -187,7 +187,7 @@ }, { "chance": 1.0E-4, - "mode": "VACUUM", + "mode": "STILT", "rotation": { "yAxis": { "min": 0, @@ -310,47 +310,6 @@ "max": 360 } } - }, - { - "place": [ - "structures/ruins-greek-temple" - ], - "chance": 0.0005, - "mode": "VACUUM", - "translate": { - "y": -4 - }, - "rotation": { - "enabled": true, - "yAxis": { - "interval": 90, - "min": 0, - "max": 360, - "enabled": true - } - }, - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "chest", - "weight": 1 - }, - { - "block": "dirt", - "weight": 5 - } - ] - }, - "chance": 1 - } - ] } ], "entityInitialSpawns": [ @@ -385,7 +344,7 @@ "rarity": 120 } ], - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": {"style": "SIMPLEX"}, "wall": {"palette": [ {"block": "stone"}, {"block": "andesite"}