9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/spawners/tropical/land-hostile.json
Daniel Mills f888ae2e55 Beautify
2021-08-05 08:48:50 -04:00

36 lines
785 B
JSON

{
"group": "NORMAL",
"maximumRate": {
"amount": 15,
"per": {"seconds": 30}
},
"timeBlock": {
"startHour": 20,
"endHour": 3
},
"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
}
]
}