9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/spawners/hives.json
2021-08-30 19:56:46 -07:00

14 lines
233 B
JSON

{
"weather": "NONE",
"timeBlock": {
"startHour": 4,
"endHour": 12
},
"spawns": [{
"entity": "standard/passive/bee",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 1
}]
}