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:
@@ -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
6
spawners/igolem.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"initialSpawns": [{
|
||||
"entity": "unique/iron_golem",
|
||||
"rarity": 1
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user