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

34 lines
693 B
JSON

{
"group": "NORMAL",
"maximumRate": {
"amount": 15,
"per": {"seconds": 30}
},
"timeBlock": {
"startHour": 6,
"endHour": 18
},
"maxEntitiesPerChunk": 2,
"energyMultiplier": 0.85,
"weather": "NONE",
"spawns": [
{
"entity": "unique/mooshroom",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 1
},
{
"entity": "standard/passive/cow",
"maxSpawns": 2,
"rarity": 3
},
{
"entity": "standard/passive/pig",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 2
}
]
}