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

36 lines
652 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
},
{
"entity": "standard/passive/frog",
"maxSpawns": 3,
"minSpawns": 1
},
{
"entity": "standard/passive/tadpole",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 2
},
{
"entity": "standard/passive/salmon",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 2
}
]
}