9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00

Merge pull request #170 from CocoTheOwner/dolphins

Spawn dolphins in deep oceans
This commit is contained in:
Brian Neumann-Fopiano
2021-07-25 20:46:56 -07:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -134,5 +134,13 @@
"structures/shipupsidedownbackhalfdegraded"
]
}
],
"entityInitialSpawns": [
{
"entity": "dolphin",
"maxSpawns": 5,
"minSpawns": 2,
"rarity": 100
}
]
}

3
entities/dolphin.json Normal file
View File

@@ -0,0 +1,3 @@
{
"type": "DOLPHIN"
}