9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 12:46:40 +00:00
Files
Iris-Pack-Overworld/spawners/tropical/beach.json
Brian Fopiano f9289d8d27 Mob Changes
2021-08-06 19:47:03 -07:00

24 lines
446 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
}]
}