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