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
Daniel Mills f888ae2e55 Beautify
2021-08-05 08:48:50 -04:00

18 lines
330 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
}]
}