9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
This commit is contained in:
Brian Fopiano
2021-08-03 21:09:48 -07:00
parent 2c4cb872ab
commit 0d304fb780
24 changed files with 163 additions and 31 deletions

14
spawners/silverfish.json Normal file
View File

@@ -0,0 +1,14 @@
{
"timeBlock": {
"startHour": 20,
"endHour": 3
},
"spawns": [
{
"entity": "silverfish",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 1
}
]
}