diff --git a/biomes/ocean/deep.json b/biomes/ocean/deep.json index 5fa65e20..0686905b 100644 --- a/biomes/ocean/deep.json +++ b/biomes/ocean/deep.json @@ -134,5 +134,13 @@ "structures/shipupsidedownbackhalfdegraded" ] } + ], + "entityInitialSpawns": [ + { + "entity": "dolphin", + "maxSpawns": 5, + "minSpawns": 2, + "rarity": 100 + } ] } diff --git a/entities/dolphin.json b/entities/dolphin.json new file mode 100644 index 00000000..fa9e2066 --- /dev/null +++ b/entities/dolphin.json @@ -0,0 +1,3 @@ +{ + "type": "DOLPHIN" +} \ No newline at end of file