9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/spawners/structure/pillager-cage-respawn.json
2022-09-16 14:42:44 +02:00

28 lines
505 B
JSON

{
"weather": "ANY",
"group": "NORMAL",
"timeBlock": {
"startHour": 18,
"endHour": 6
},
"maximumRate": {
"amount": 5,
"per": {"minutes": 1}
},
"maxEntitiesPerChunk": 4,
"spawns": [
{
"entity": "standard/passive/allay",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 4
},
{
"entity": "standard/neutral/irongolem",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 4
}
]
}