9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/spawners/villager.json
Brian Fopiano 2d883c14ff ents
2021-08-06 18:56:57 -07:00

21 lines
367 B
JSON

{
"weather": "ANY",
"group": "NORMAL",
"energyMultiplier": 5,
"timeBlock": {
"startHour": 6,
"endHour": 22
},
"maximumRate": {
"amount": 3,
"per": {
"minutes": 1
}
},
"spawns": [{
"entity": "standard/passive/villager",
"maxSpawns": 3,
"minSpawns": 2,
"rarity": 2
}]}