9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/spawners/dank.json
Brian Fopiano 0d304fb780 fff
2021-08-03 21:09:48 -07:00

25 lines
472 B
JSON

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