mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
29 lines
560 B
JSON
29 lines
560 B
JSON
{
|
|
|
|
"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
|
|
}
|
|
]
|
|
} |