9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

Five Spawners

This commit is contained in:
Brian Fopiano
2021-08-03 21:13:31 -07:00
parent 24e6746b17
commit 3088fd3097

14
spawners/hives.json Normal file
View File

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