9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/spawners/structure/pillager.json
2022-09-16 14:42:44 +02:00

14 lines
265 B
JSON

{
"maximumRate": {
"amount": 3,
"per": {"minecraftDays": 6}
},
"maxEntitiesPerChunk": 2,
"initialSpawns": [{
"entity": "standard/hostile/pillager",
"rarity": 1,
"maxSpawns": 6,
"minSpawns": 3
}]
}