9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
Files
Iris-Pack-Overworld/jigsaw-pieces/pillager-outpost/regular/feature_cage1.json
2022-09-16 14:42:44 +02:00

66 lines
1.7 KiB
JSON

{
"object": "jigsaw/pillager-outpost/regular/feature_cage1",
"connectors": [
{
"name": "minecraft:feature",
"targetName": "",
"innerConnector": false,
"keepEntity": false,
"entityCount": 1,
"position": {
"x": -2,
"y": 0,
"z": -2
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"name": "minecraft:feature",
"targetName": "",
"innerConnector": false,
"keepEntity": false,
"entityCount": 1,
"position": {
"x": -2,
"y": 0,
"z": 3
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"name": "minecraft:feature",
"targetName": "",
"innerConnector": false,
"keepEntity": false,
"entityCount": 1,
"position": {
"x": 3,
"y": 0,
"z": -2
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"name": "minecraft:feature",
"targetName": "",
"innerConnector": false,
"keepEntity": false,
"entityCount": 1,
"position": {
"x": 3,
"y": 0,
"z": 3
},
"direction": "SOUTH_POSITIVE_Z"
}
],
"placementOptions": {
"markers": [{
"emptyAbove": true,
"maximumMarkers": 1,
"mark": [{"block": "minecraft:dark_oak_slab"}],
"marker": "pillager-cage"
}]
}
}