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