9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/spawners/tropical/land-hostile.json
Brian Fopiano 980b2516b7 Fixed a mob
2022-01-12 19:26:51 -08:00

42 lines
944 B
JSON

{
"group": "NORMAL",
"maximumRate": {
"amount": 8,
"per": {"seconds": 15}
},
"timeBlock": {
"startHour": 20,
"endHour": 3
},
"energyMultiplier": 0.95,
"weather": "ANY",
"maxEntitiesPerChunk": 2,
"spawns": [
{
"entity": "standard/hostile/zombie",
"energyMultiplier": 0.75,
"rarity": 1
},
{
"entity": "standard/hostile/skeleton",
"energyMultiplier": 1.35,
"rarity": 2
},
{
"entity": "standard/hostile/spider",
"energyMultiplier": 2,
"rarity": 2
},
{
"entity": "standard/hostile/creeper",
"energyMultiplier": 2.75,
"rarity": 3
},
{
"entity": "standard/hostile/enderman",
"energyMultiplier": 3.75,
"rarity": 5
}
]
}