9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/spawners/evoker.json
Brian Fopiano 8a21ac6a1f updates!
Thank you Nowhere Very much!
2022-07-05 23:51:27 -07:00

14 lines
263 B
JSON

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