9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/spawners/villager.json
Brian Fopiano f9289d8d27 Mob Changes
2021-08-06 19:47:03 -07:00

28 lines
506 B
JSON

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