From 64938f3b3dec4971b545401bf18f5793fc174b96 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sat, 19 Jun 2021 04:26:39 -0700 Subject: [PATCH] dwa --- biomes/hot-beach-grass.json | 1 + biomes/temperate-longtree-forest.json | 5 +- biomes/temperate-plateau.json | 81 +++---------------- .../{panditazorrito.json => pandaUwU.json} | 0 4 files changed, 13 insertions(+), 74 deletions(-) rename entities/{panditazorrito.json => pandaUwU.json} (100%) diff --git a/biomes/hot-beach-grass.json b/biomes/hot-beach-grass.json index 3b3b4e00..a594d126 100644 --- a/biomes/hot-beach-grass.json +++ b/biomes/hot-beach-grass.json @@ -122,6 +122,7 @@ "objects": [ { "density": 3, + "mode": "STILT", "chance": 1, "place": [ "palm/palm1", diff --git a/biomes/temperate-longtree-forest.json b/biomes/temperate-longtree-forest.json index 551286fb..43f94c4d 100644 --- a/biomes/temperate-longtree-forest.json +++ b/biomes/temperate-longtree-forest.json @@ -324,9 +324,8 @@ "rarity":7 }, { - "entity":"panditazorrito", - "maxSpawns":2, - "minSpawns":1, + "entity":"pandaUwU", + "maxSpawns":1, "rarity":40 }, { diff --git a/biomes/temperate-plateau.json b/biomes/temperate-plateau.json index 93021d90..c75e0e21 100644 --- a/biomes/temperate-plateau.json +++ b/biomes/temperate-plateau.json @@ -29,7 +29,7 @@ "objects": [ { "name": "standard-surface-portals", - "chance": 0.00505, + "chance": 0.005, "place": [ "ruined_portal/giant_portal_1", "ruined_portal/giant_portal_2", @@ -317,43 +317,18 @@ }, "decorators": [ { - "chance": 0.8, + "chance": 0.5, "variance": { "style": "STATIC" }, "zoom": 0.2, "palette": [ - { - "weight": 1, - "block": "grass" - }, - { - "block": "grass" - }, - { - "block": "grass" - }, { "chance": 7, "block": "grass" } ] }, - { - "chance": 0.07, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "block": "rose_bush" - } - ], - "style": { - "style": "STATIC" - } - }, { "chance": 0.03, "variance": { @@ -366,6 +341,12 @@ "data": { "persistent": true } + }, + { + "block": "rose_bush" + }, + { + "block": "cobblestone_slab" } ] }, @@ -378,58 +359,16 @@ "palette": [ { "block": "tall_grass" - } - ] - }, - { - "chance": 0.03, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [ - { - "block": "rose_bush" - } - ] - }, - { - "chance": 0.05, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [ + }, { "chance": 3, "block": "red_mushroom" - } - ] - }, - { - "chance": 0.05, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [ + }, { "chance": 3, "block": "poppy" } ] - }, - { - "chance": 0.03, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [ - { - "block": "cobblestone_slab" - } - ] } ], "name": "temperate plateau", diff --git a/entities/panditazorrito.json b/entities/pandaUwU.json similarity index 100% rename from entities/panditazorrito.json rename to entities/pandaUwU.json