mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 12:19:06 +00:00
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"maximumRate": {
|
|
"amount": 3,
|
|
"per": {
|
|
"minecraftDays": 6
|
|
}
|
|
},
|
|
"maxEntitiesPerChunk": 2,
|
|
"initialSpawns": [{
|
|
"entity": "standard/hostile/pillager",
|
|
"rarity": 2,
|
|
"maxSpawns": 2,
|
|
"minSpawns": 1
|
|
}]}
|