9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/spawners/swamp/water-passive.json
Brian Fopiano 1c6045c61a stuf
2022-06-21 11:26:40 -07:00

23 lines
384 B
JSON

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