9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/spawners/frozen.json
Brian Fopiano af4c2b0c82 Spawn Overhaul
2021-07-31 20:08:10 -07:00

29 lines
580 B
JSON

{
"selection": {},
"spawns": [
{
"entity": "chicken",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 1
},
{
"entity": "sheep",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 1
},
{
"entity": "polar-bear",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 15
},
{
"entity": "fox",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 15
}
]
}