9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +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
}
]
}