From d72f357c8b4c93f4edbfb678887db6bcac74dc9a Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Fri, 11 Sep 2020 08:04:48 -0400 Subject: [PATCH] Fixes --- biomes/temperate-wilds.json | 10 ++++++++++ biomes/tropical-rainforest.json | 4 ++-- regions/frozen.json | 14 ++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/biomes/temperate-wilds.json b/biomes/temperate-wilds.json index a6a61743..0caef32e 100644 --- a/biomes/temperate-wilds.json +++ b/biomes/temperate-wilds.json @@ -115,6 +115,16 @@ } } ], + "effects": [ + { + "interval": 250, + "chance": 5, + "particleEffect": "TOTEM", + "particleOffset": 2, + "particleAltY": 0.2, + "particleCount": 5 + } + ], "objects": [ { "chance": 0.125, diff --git a/biomes/tropical-rainforest.json b/biomes/tropical-rainforest.json index c6732eae..ed5d910c 100644 --- a/biomes/tropical-rainforest.json +++ b/biomes/tropical-rainforest.json @@ -4,11 +4,11 @@ "particleAltX": 0.301, "particleAltY": -0.33885, "particleAltZ": 0.301, - "chance": 1, + "chance": 3, "particleEffect": "TOTEM", "particleOffset": 12, "interval": 550, - "particleCount": 0 + "particleCount": 3 } ], "children": [ diff --git a/regions/frozen.json b/regions/frozen.json index ad94bb6f..90776621 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -64,6 +64,20 @@ ], "landBiomeZoom": 1.25, "effects": [ + { + "sound": "AMBIENT_CAVE", + "chance": 6, + "minPitch": 0.1, + "maxPitch": 0.5, + "interval": 10000 + }, + { + "chance": 5, + "interval": 200, + "particleEffect": "SNOW_SHOVEL", + "particleCount": 7, + "particleOffset": 0 + }, { "potionTicksMin": 75, "potionEffect": "SLOW_DIGGING",