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:
@@ -134,5 +134,13 @@
|
||||
"structures/shipupsidedownbackhalfdegraded"
|
||||
]
|
||||
}
|
||||
],
|
||||
"entityInitialSpawns": [
|
||||
{
|
||||
"entity": "dolphin",
|
||||
"maxSpawns": 5,
|
||||
"minSpawns": 2,
|
||||
"rarity": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
3
entities/dolphin.json
Normal file
3
entities/dolphin.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": "DOLPHIN"
|
||||
}
|
||||
Reference in New Issue
Block a user