diff --git a/jigsaw-pieces/pillager_outpost/regular/feature_cage1.json b/jigsaw-pieces/pillager_outpost/regular/feature_cage1.json index 6c5f0a6b..292e445b 100644 --- a/jigsaw-pieces/pillager_outpost/regular/feature_cage1.json +++ b/jigsaw-pieces/pillager_outpost/regular/feature_cage1.json @@ -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, diff --git a/jigsaw-pieces/pillager_outpost/regular/feature_cage2.json b/jigsaw-pieces/pillager_outpost/regular/feature_cage2.json index 2a29c630..64641422 100644 --- a/jigsaw-pieces/pillager_outpost/regular/feature_cage2.json +++ b/jigsaw-pieces/pillager_outpost/regular/feature_cage2.json @@ -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, diff --git a/spawners/hives.json b/spawners/hives.json index 04951883..2e08cd1d 100644 --- a/spawners/hives.json +++ b/spawners/hives.json @@ -1,4 +1,10 @@ -{"spawns": [{ +{ + "weather": "NONE", + "timeBlock": { + "startHour": 4, + "endHour": 12 + }, + "spawns": [{ "entity": "standard/passive/bee", "maxSpawns": 2, "minSpawns": 1, diff --git a/spawners/igolem.json b/spawners/igolem.json new file mode 100644 index 00000000..7eef531f --- /dev/null +++ b/spawners/igolem.json @@ -0,0 +1,6 @@ +{ + "initialSpawns": [{ + "entity": "unique/iron_golem", + "rarity": 1 + }] +}