9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/spawners/frozen/land-passive.json
2021-08-03 23:43:58 -07:00

47 lines
1018 B
JSON

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