9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/spawners/pillager-respawn.json
Brian Fopiano 1499b140d2 Village Fixes? Maybe?
Less Villagers, Again only using Inital instead of Directed
2022-02-02 16:55:53 -08: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": 4
}]
}