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

48 lines
1.1 KiB
JSON

{
"group": "NORMAL",
"maximumRate": {
"amount": 8,
"per": {"seconds": 30}
},
"timeBlock": {
"startHour": 6,
"endHour": 18
},
"maxEntitiesPerChunk": 2,
"energyMultiplier": 0.85,
"weather": "NONE",
"spawns": [
{
"entity": "standard/passive/chicken",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 1
},
{
"entity": "standard/passive/donkey",
"maxSpawns": 3,
"minSpawns": 2,
"rarity": 25
},
{
"entity": "standard/passive/mule",
"maxSpawns": 3,
"minSpawns": 2,
"rarity": 25
},
{
"entity": "standard/passive/rabbit",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 1
},
{
"entity": "standard/passive/wanderingtrader",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 150,
"energyMultiplier": 5
}
]
}