From d2cefdab9cf6d421d7661e152378e00e93b9441e Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sun, 4 Jul 2021 03:00:06 -0700 Subject: [PATCH] dwa --- biomes/mushroom/forest-hills.json | 11 ----------- biomes/mushroom/forest.json | 11 ----------- biomes/mushroom/lake.json | 11 ----------- biomes/mushroom/plains.json | 11 ----------- regions/mushroom.json | 9 +++++++++ 5 files changed, 9 insertions(+), 44 deletions(-) diff --git a/biomes/mushroom/forest-hills.json b/biomes/mushroom/forest-hills.json index 246773da..441bb7ae 100644 --- a/biomes/mushroom/forest-hills.json +++ b/biomes/mushroom/forest-hills.json @@ -106,17 +106,6 @@ ] } ], - "effects": [ - { - "volume": 6.2, - "minPitch": 0.2, - "chance": 8, - "maxPitch": 0.3, - "sound": "AMBIENT_WARPED_FOREST_ADDITIONS", - "interval": 6000, - "soundDistance": 3 - } - ], "entityInitialSpawns": [ { "maxSpawns": 5, diff --git a/biomes/mushroom/forest.json b/biomes/mushroom/forest.json index 2292d064..ed3b7909 100644 --- a/biomes/mushroom/forest.json +++ b/biomes/mushroom/forest.json @@ -110,17 +110,6 @@ "generator": "plain" } ], - "effects": [ - { - "volume": 6.2, - "minPitch": 0.2, - "chance": 8, - "maxPitch": 0.3, - "sound": "AMBIENT_WARPED_FOREST_ADDITIONS", - "interval": 6000, - "soundDistance": 3 - } - ], "entityInitialSpawns": [ { "maxSpawns": 5, diff --git a/biomes/mushroom/lake.json b/biomes/mushroom/lake.json index d897f943..37b58931 100644 --- a/biomes/mushroom/lake.json +++ b/biomes/mushroom/lake.json @@ -2,17 +2,6 @@ "name": "Mushroom Lake", "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS", - "effects": [ - { - "volume": 6.2, - "minPitch": 0.2, - "chance": 8, - "maxPitch": 0.3, - "sound": "AMBIENT_WARPED_FOREST_ADDITIONS", - "interval": 6000, - "soundDistance": 3 - } - ], "layers": [ { "zoom": 0.3, diff --git a/biomes/mushroom/plains.json b/biomes/mushroom/plains.json index c3a84e42..403c9a0a 100644 --- a/biomes/mushroom/plains.json +++ b/biomes/mushroom/plains.json @@ -57,17 +57,6 @@ "generator": "plain" } ], - "effects": [ - { - "volume": 6.2, - "minPitch": 0.2, - "chance": 8, - "maxPitch": 0.3, - "sound": "AMBIENT_WARPED_FOREST_ADDITIONS", - "interval": 6000, - "soundDistance": 3 - } - ], "entityInitialSpawns": [ { "maxSpawns": 5, diff --git a/regions/mushroom.json b/regions/mushroom.json index 6065b716..b04978f0 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -178,6 +178,15 @@ "particleOffset": 2, "interval": 50, "particleCount": 0 + }, + { + "volume": 6.2, + "minPitch": 0.2, + "chance": 8, + "maxPitch": 0.3, + "sound": "AMBIENT_WARPED_FOREST_ADDITIONS", + "interval": 60000, + "soundDistance": 3 } ], "shoreHeightMin": 3.2,