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

37 lines
814 B
JSON

{
"group": "NORMAL",
"maximumRate": {
"amount": 8,
"per": {"seconds": 30}
},
"timeBlock": {
"startHour": 20,
"endHour": 3
},
"maxEntitiesPerChunk": 2,
"energyMultiplier": 0.95,
"weather": "ANY",
"spawns": [
{
"entity": "standard/hostile/zombie",
"energyMultiplier": 0.885,
"rarity": 1
},
{
"entity": "standard/hostile/skeleton",
"energyMultiplier": 1.35,
"rarity": 4
},
{
"entity": "standard/hostile/spider",
"energyMultiplier": 1.15,
"rarity": 3
},
{
"entity": "standard/hostile/creeper",
"energyMultiplier": 1.75,
"rarity": 5
}
]
}