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

50 lines
1.1 KiB
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": 4,
"energyMultiplier": 1.125
},
{
"entity": "standard/passive/cow",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 1
},
{
"entity": "standard/passive/sheep",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 5,
"energyMultiplier": 1.25
},
{
"entity": "standard/passive/pig",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 2
},
{
"entity": "horse",
"maxSpawns": 4,
"minSpawns": 2,
"rarity": 15,
"energyMultiplier": 5
}
]
}