diff --git a/spawners/hives.json b/spawners/hives.json new file mode 100644 index 00000000..b5d604c7 --- /dev/null +++ b/spawners/hives.json @@ -0,0 +1,14 @@ +{ + "timeBlock": { + "startHour": 5, + "endHour":15 + }, + "spawns": [ + { + "entity": "bee", + "maxSpawns": 2, + "minSpawns": 1, + "rarity": 1 + } + ] +} \ No newline at end of file