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

47 lines
1.0 KiB
JSON

{
"group": "NORMAL",
"maximumRate": {
"amount": 8,
"per": {"seconds": 30}
},
"timeBlock": {
"startHour": 6,
"endHour": 18
},
"maxEntitiesPerChunk": 2,
"energyMultiplier": 0.85,
"weather": "NONE",
"spawns": [
{
"entity": "standard/passive/chicken",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 2
},
{
"entity": "standard/passive/sheep",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 1
},
{
"entity": "standard/passive/polar-bear",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 15
},
{
"entity": "unique/golem",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 15
},
{
"entity": "standard/passive/fox",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 15
}
]
}