9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/spawners/tropical/beach.json
2021-08-08 21:22:19 -07:00

22 lines
424 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": 2.885,
"rarity": 1
}]
}