9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/spawners/mushroom.json
Brian Fopiano 642eae7be0 fff
2021-07-31 20:43:31 -07:00

15 lines
262 B
JSON

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