9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/spawners/frozen/water.json
2022-09-16 13:35:08 +02:00

27 lines
548 B
JSON

{
"group": "NORMAL",
"maximumRate": {
"amount": 8,
"per": {"seconds": 15}
},
"timeBlock": {
"startHour": 20,
"endHour": 3
},
"maxEntitiesPerChunk": 5,
"energyMultiplier": 0.95,
"weather": "ANY",
"spawns": [
{
"entity": "standard/passive/glowsquid",
"energyMultiplier": 0.885,
"rarity": 1
},
{
"entity": "standard/passive/cod",
"energyMultiplier": 0.885,
"rarity": 1
}
]
}