9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/spawners/tropical/beach.json
2021-08-04 01:17:04 -04:00

21 lines
381 B
JSON

{
"group": "BEACH",
"maximumRate": {
"amount": 3,
"per": {
"minute": 7
}
},
"timeBlock": {
"startHour": 4,
"endHour": 18
},
"energyMultiplier": 1.25,
"spawns": [
{
"entity": "standard/passive/turtle",
"energyMultiplier": 2.885,
"rarity": 1
}
]
}