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

19 lines
318 B
JSON

{
"group": "NORMAL",
"maximumRate": {
"amount": 8,
"per": { "seconds": 30 }
},
"maxEntitiesPerChunk": 5,
"energyMultiplier": 0.75,
"spawns": [
{
"entity": "standard/passive/glowsquid",
"energyMultiplier": 1,
"rarity": 1,
"maxSpawns": 3,
"minSpawns": 1
}
]
}