9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +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

@@ -105,6 +105,13 @@
"minimumHeight": 0,
"maximumHeight": 255
},
"addFeatures": [
{
"rarity": 2,
"zone": {"blockRadius": 3,
"entitySpawners": ["igolem"]}
}
],
"snow": 0,
"chance": 1,
"density": 1,
@@ -112,7 +119,7 @@
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"underwater": false,
"carvingSupport": "PAINT",
"carvingSupport": "SURFACE_ONLY",
"smartBore": false,
"waterloggable": false,
"onwater": false,

View File

@@ -73,6 +73,13 @@
}
],
"placementOptions": {
"addFeatures": [
{
"rarity": 2,
"zone": {"blockRadius": 3,
"entitySpawners": ["igolem"]}
}
],
"overStilt": 0,
"chance": 1,
"meld": false,
@@ -112,7 +119,7 @@
"y": 1,
"z": 0
},
"mode": "FAST_MIN_HEIGHT",
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,

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
}]
}