9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/spawners/mushroom.json
Brian Fopiano af4c2b0c82 Spawn Overhaul
2021-07-31 20:08:10 -07:00

16 lines
283 B
JSON

{
"selection": {},
"spawns": [
{
"entity": "mooshroom",
"maxSpawns": 4,
"minSpawns": 1,
"rarity": 1
},
{
"entity": "cow",
"maxSpawns": 2,
"rarity": 3
}
]
}