mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"maximumRate": {
|
|
"amount": 1,
|
|
"per": {"minecraftDays": 1}
|
|
},
|
|
"maxEntitiesPerChunk": 1,
|
|
"initialSpawns": [
|
|
{
|
|
"entity": "standard/hostile/zombievillager",
|
|
"rarity": 1,
|
|
"maxSpawns": 1,
|
|
"minSpawns": 1
|
|
}
|
|
]
|
|
}
|