9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/spawners/pillager.json
Brian Fopiano 056076abb0 Cleanup
2022-02-21 20:59:54 -08:00

14 lines
265 B
JSON

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