mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 03:39:15 +00:00
22 lines
432 B
JSON
22 lines
432 B
JSON
{
|
|
"maximumRate": {
|
|
"amount": 3,
|
|
"per": {"minecraftDays": 3}
|
|
},
|
|
"maxEntitiesPerChunk": 2,
|
|
"initialSpawns": [
|
|
{
|
|
"entity": "unique/brian",
|
|
"rarity": 15,
|
|
"maxSpawns": 2,
|
|
"minSpawns": 1
|
|
},
|
|
{
|
|
"entity": "unique/skelepirate",
|
|
"rarity": 1,
|
|
"maxSpawns": 3,
|
|
"minSpawns": 1
|
|
}
|
|
]
|
|
}
|