9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/spawners/tropical/beach.json
2021-08-31 03:07:52 -07:00

22 lines
420 B
JSON

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