9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/spawners/structure/iglo-villager.json
2022-09-16 13:35:08 +02:00

16 lines
299 B
JSON

{
"maximumRate": {
"amount": 1,
"per": {"minecraftDays": 1}
},
"maxEntitiesPerChunk": 1,
"initialSpawns": [
{
"entity": "standard/passive/villager",
"rarity": 1,
"maxSpawns": 1,
"minSpawns": 1
}
]
}