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_targets.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

129 lines
3.3 KiB
JSON

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