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

Bees now on a schedule / IronGolems

This commit is contained in:
Brian Fopiano
2021-08-21 19:30:56 -07:00
parent 203b0344ee
commit 310ea3a82e
4 changed files with 29 additions and 3 deletions

View File

@@ -1,4 +1,10 @@
{"spawns": [{
{
"weather": "NONE",
"timeBlock": {
"startHour": 4,
"endHour": 12
},
"spawns": [{
"entity": "standard/passive/bee",
"maxSpawns": 2,
"minSpawns": 1,

6
spawners/igolem.json Normal file
View File

@@ -0,0 +1,6 @@
{
"initialSpawns": [{
"entity": "unique/iron_golem",
"rarity": 1
}]
}