mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
25 lines
472 B
JSON
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"
|
|
} |