9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/spawners/hives.json
Brian Fopiano 3088fd3097 Five Spawners
2021-08-03 21:13:31 -07:00

14 lines
225 B
JSON

{
"timeBlock": {
"startHour": 5,
"endHour":15
},
"spawns": [
{
"entity": "bee",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 1
}
]
}