9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/spawners/pillager.json
Brian Fopiano 26bb940024 updates
2021-08-19 22:32:38 -07:00

20 lines
369 B
JSON

{
"weather": "ANY",
"group": "NORMAL",
"timeBlock": {
"startHour": 18,
"endHour": 6
},
"maximumRate": {
"amount": 5,
"per": {"minutes": 1}
},
"maxEntitiesPerChunk": 4,
"spawns": [{
"entity": "standard/hostile/pillager",
"maxSpawns": 5,
"minSpawns": 3,
"rarity": 1
}]
}