From 833ed02b130da7128ca2142dd49be483a98931ff Mon Sep 17 00:00:00 2001 From: Brian Neumann-Fopiano <29320316+NextdoorPsycho@users.noreply.github.com> Date: Sun, 25 Jul 2021 20:46:44 -0700 Subject: [PATCH] Lowered init spawns, as water animals already spawn properly --- biomes/ocean/deep.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/biomes/ocean/deep.json b/biomes/ocean/deep.json index 59a61262..0686905b 100644 --- a/biomes/ocean/deep.json +++ b/biomes/ocean/deep.json @@ -138,8 +138,8 @@ "entityInitialSpawns": [ { "entity": "dolphin", - "maxSpawns": 7, - "minSpawns": 4, + "maxSpawns": 5, + "minSpawns": 2, "rarity": 100 } ]