9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/spawners/dank.json
Daniel Mills f888ae2e55 Beautify
2021-08-05 08:48:50 -04:00

25 lines
493 B
JSON

{
"spawns": [
{
"entity": "unique/dan",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 1
},
{
"entity": "unique/brian",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 1
},
{
"entity": "unique/aeternum",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 1
}
],
"group": "NORMAL",
"weather": "DOWNFALL"
}