9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/jigsaw-pieces/pillager_outpost/regular/feature_cage1.json
StrangeOne101 8c658be7a2 Revamp Overgrown Pillager Outpost
- Revamped overgrown pillager outpost. Includes broken cages, squashed tents, pumpkin patches and ruined tower
- Added 4 different pillager banners to the normal pillager outpost
- Refactored pillager post directory structure

Dev notes:
- Pillager banners spawn as white due to the bug in 1.17 that stops tile entities/NBT from being placed in blocks. The banners can still be seen when placing the object
- Yes I know this is the cave branch. I can't be fagged with moving it to master - it's 1am and I was already checked out on this branch
2021-07-09 01:38:25 +12:00

141 lines
3.6 KiB
JSON

{
"object": "pillager_outpost/regular/feature_cage1",
"connectors": [
{
"name": "minecraft:feature",
"targetName": "minecraft:feature",
"rotateConnector": false,
"innerConnector": false,
"pools": [],
"keepEntity": false,
"entityCount": 1,
"position": {
"x": -2,
"y": 0,
"z": -2
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"name": "minecraft:feature",
"targetName": "minecraft:feature",
"rotateConnector": false,
"innerConnector": false,
"pools": [],
"keepEntity": false,
"entityCount": 1,
"position": {
"x": -2,
"y": 0,
"z": 3
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"name": "minecraft:feature",
"targetName": "minecraft:feature",
"rotateConnector": false,
"innerConnector": false,
"pools": [],
"keepEntity": false,
"entityCount": 1,
"position": {
"x": 3,
"y": 0,
"z": -2
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"name": "minecraft:feature",
"targetName": "minecraft:feature",
"rotateConnector": false,
"innerConnector": false,
"pools": [],
"keepEntity": false,
"entityCount": 1,
"position": {
"x": 3,
"y": 0,
"z": 3
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"name": "",
"targetName": "*",
"rotateConnector": false,
"innerConnector": false,
"pools": [],
"spawnEntity": "iron_golem",
"keepEntity": false,
"entityCount": 1,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"direction": "UP_POSITIVE_Y"
}
],
"placementOptions": {
"place": [],
"rotation": {
"enabled": true,
"xAxis": {
"enabled": false,
"min": 0,
"max": 0,
"interval": 0
},
"yAxis": {
"enabled": true,
"min": 0,
"max": 0,
"interval": 90
},
"zAxis": {
"enabled": false,
"min": 0,
"max": 0,
"interval": 0
}
},
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"snow": 0,
"chance": 1,
"density": 1,
"overStilt": 0,
"boreExtendMaxY": 0,
"boreExtendMinY": 0,
"underwater": false,
"carvingSupport": "PAINT",
"smartBore": false,
"waterloggable": false,
"onwater": false,
"meld": false,
"bottom": false,
"bore": true,
"warp": {
"style": "FLAT",
"zoom": 1,
"multiplier": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"translateCenter": false,
"mode": "FAST_MIN_HEIGHT",
"edit": [],
"translate": {
"x": 0,
"y": 2,
"yRandom": 0,
"z": 0
},
"loot": []
}
}