9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00

Merge pull request #95 from StrangeOne101/master

WIP Stronghold Update
This commit is contained in:
Brian Neumann-Fopiano
2021-06-29 16:16:02 -07:00
committed by GitHub
190 changed files with 9581 additions and 261 deletions

View File

@@ -0,0 +1,97 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths-connectors",
"stronghold/paths-rooms"
],
"position": {
"x": 0,
"y": -2,
"z": 0
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths-connectors",
"stronghold/paths-rooms"
],
"position": {
"x": 0,
"y": -2,
"z": 0
},
"direction": "NORTH_NEGATIVE_Z"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/iron-door"
}

View File

@@ -0,0 +1,97 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths-connectors",
"stronghold/paths-rooms"
],
"position": {
"x": 0,
"y": -2,
"z": 0
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths-connectors",
"stronghold/paths-rooms"
],
"position": {
"x": 0,
"y": -2,
"z": 0
},
"direction": "NORTH_NEGATIVE_Z"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/iron-door2"
}

View File

@@ -0,0 +1,89 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms"],
"position": {
"x": 0,
"y": -2,
"z": 0
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms"],
"position": {
"x": 0,
"y": -2,
"z": 0
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/wood-door"
}

View File

@@ -0,0 +1,89 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms"],
"position": {
"x": 0,
"y": -2,
"z": 0
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms"],
"position": {
"x": 0,
"y": -2,
"z": 0
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/wood-door2"
}

View File

@@ -0,0 +1,113 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/jail/1"
}

View File

@@ -0,0 +1,113 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 1
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/jail/10"
}

View File

@@ -0,0 +1,113 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/jail/11"
}

View File

@@ -0,0 +1,113 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/jail/12"
}

View File

@@ -0,0 +1,113 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/jail/2"
}

View File

@@ -0,0 +1,111 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/jail/3"
}

View File

@@ -0,0 +1,111 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/jail/4"
}

View File

@@ -0,0 +1,111 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/jail/5"
}

View File

@@ -0,0 +1,111 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/jail/6"
}

View File

@@ -0,0 +1,111 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/jail/7"
}

View File

@@ -0,0 +1,75 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/jail/8"
}

View File

@@ -0,0 +1,113 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/jail/9"
}

View File

@@ -0,0 +1,113 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 0
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/jail/blank"
}

View File

@@ -2,11 +2,10 @@
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths"
],
"pools": ["stronghold/paths"],
"position": {
"x": 0,
"y": -2,
@@ -14,20 +13,101 @@
},
"direction": "EAST_POSITIVE_X"
}],
"max2dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
},
"max3dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
},
"object": "stronghold/path/cap",
"placementOptions": {
"bore": true
}
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": true,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "CENTER_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/cap"
}

View File

@@ -0,0 +1,129 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms"],
"position": {
"x": 3,
"y": -2,
"z": -1
},
"direction": "EAST_POSITIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms"],
"position": {
"x": -1,
"y": -2,
"z": 3
},
"direction": "SOUTH_POSITIVE_Z"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/corner-cross"
}

View File

@@ -0,0 +1,157 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors"],
"position": {
"x": 0,
"y": -2,
"z": -8
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors"],
"position": {
"x": 0,
"y": -2,
"z": 8
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors"],
"position": {
"x": -1,
"y": -2,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors"],
"position": {
"x": 1,
"y": -2,
"z": 0
},
"direction": "EAST_POSITIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/corridor-cross"
}

View File

@@ -133,7 +133,45 @@
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [],
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"bottom": false,
"translateCenter": false,
"rotation": {

View File

@@ -0,0 +1,111 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms"],
"position": {
"x": 0,
"y": 0,
"z": -6
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms"],
"position": {
"x": 0,
"y": 0,
"z": 5
},
"direction": "SOUTH_POSITIVE_Z"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [{
"chance": 1,
"find": [{
"weight": 1,
"block": "glass"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"block": "void_air"
}]
},
"exact": false
}],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/hazard-hall1"
}

View File

@@ -0,0 +1,111 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms"],
"position": {
"x": 0,
"y": 0,
"z": -6
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms"],
"position": {
"x": 0,
"y": 0,
"z": 5
},
"direction": "SOUTH_POSITIVE_Z"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [{
"chance": 1,
"find": [{
"weight": 1,
"block": "glass"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"block": "void_air"
}]
},
"exact": false
}],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/hazard-hall2"
}

View File

@@ -0,0 +1,111 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms"],
"position": {
"x": 0,
"y": -2,
"z": -6
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms"],
"position": {
"x": 0,
"y": -2,
"z": 5
},
"direction": "SOUTH_POSITIVE_Z"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [{
"chance": 1,
"find": [{
"weight": 1,
"block": "glass"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"block": "void_air"
}]
},
"exact": false
}],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/hazard-hall3"
}

View File

@@ -0,0 +1,143 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors"],
"position": {
"x": -6,
"y": -2,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors"],
"position": {
"x": 6,
"y": -2,
"z": 0
},
"direction": "EAST_POSITIVE_X"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/jails"],
"position": {
"x": 0,
"y": -2,
"z": -1
},
"direction": "NORTH_NEGATIVE_Z"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/jail-room1"
}

View File

@@ -0,0 +1,157 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/jails"],
"position": {
"x": 0,
"y": -2,
"z": -1
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors"],
"position": {
"x": 6,
"y": -2,
"z": 0
},
"direction": "EAST_POSITIVE_X"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/jails"],
"position": {
"x": 0,
"y": -2,
"z": 1
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors"],
"position": {
"x": -6,
"y": -2,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/jail-room2"
}

View File

@@ -0,0 +1,138 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths-connectors",
"stronghold/doors"
],
"position": {
"x": 0,
"y": -2,
"z": -8
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths-connectors",
"stronghold/doors"
],
"position": {
"x": 0,
"y": -2,
"z": 8
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/wall-fixture-5x3"],
"position": {
"x": 2,
"y": -1,
"z": 2
},
"direction": "WEST_NEGATIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [{
"chance": 1,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "glass",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "void_air",
"key": "minecraft"
}]
},
"exact": false
}],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/large-corridor"
}

View File

@@ -0,0 +1,157 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors"],
"position": {
"x": -6,
"y": -1,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors"],
"position": {
"x": 0,
"y": -1,
"z": -6
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors"],
"position": {
"x": 6,
"y": -1,
"z": 0
},
"direction": "EAST_POSITIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors"],
"position": {
"x": 0,
"y": -1,
"z": 6
},
"direction": "SOUTH_POSITIVE_Z"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/large-cross-stairs"
}

View File

@@ -3,11 +3,10 @@
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths"
],
"pools": ["stronghold/paths", "stronghold/doors"],
"position": {
"x": -3,
"y": 7,
@@ -18,11 +17,10 @@
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths"
],
"pools": ["stronghold/paths", "stronghold/doors"],
"position": {
"x": 3,
"y": -11,
@@ -33,11 +31,10 @@
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/ceiling-5x5"
],
"pools": ["stronghold/ceiling-5x5"],
"position": {
"x": 0,
"y": 10,
@@ -46,20 +43,63 @@
"direction": "UP_POSITIVE_Y"
}
],
"max2dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
},
"max3dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
},
"object": "stronghold/path/large-spiral-staircase",
"placementOptions": {
"bore": true
}
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": true,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "CENTER_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/large-spiral-staircase"
}

View File

@@ -0,0 +1,132 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors"],
"position": {
"x": 0,
"y": -2,
"z": -6
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors"],
"position": {
"x": 0,
"y": -2,
"z": 6
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/wall-fixture-5x3"],
"position": {
"x": 2,
"y": -1,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [{
"chance": 1,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "glass",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "void_air",
"key": "minecraft"
}]
},
"exact": false
}],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/medium-corridor"
}

View File

@@ -0,0 +1,143 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors"],
"position": {
"x": 0,
"y": -2,
"z": 4
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors"],
"position": {
"x": 0,
"y": -2,
"z": -4
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/wall-fixture-5x3"],
"position": {
"x": 2,
"y": -1,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/medium-corridor2"
}

View File

@@ -0,0 +1,173 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths-connectors",
"stronghold/paths-rooms",
"stronghold/doors"
],
"position": {
"x": 0,
"y": -4,
"z": -6
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths-connectors",
"stronghold/paths-rooms",
"stronghold/doors"
],
"position": {
"x": -6,
"y": -4,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths-connectors",
"stronghold/paths-rooms",
"stronghold/doors"
],
"position": {
"x": 0,
"y": -4,
"z": 6
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths-connectors",
"stronghold/paths-rooms",
"stronghold/doors"
],
"position": {
"x": 6,
"y": -4,
"z": 0
},
"direction": "EAST_POSITIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/medium-cross"
}

View File

@@ -0,0 +1,129 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors"],
"position": {
"x": 0,
"y": -3,
"z": -6
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors"],
"position": {
"x": 0,
"y": -3,
"z": 6
},
"direction": "SOUTH_POSITIVE_Z"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/medium-wide-corridor1"
}

View File

@@ -0,0 +1,129 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": 6,
"y": -4,
"z": 0
},
"direction": "EAST_POSITIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": -6,
"y": -4,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/portal-hall"
}

View File

@@ -3,9 +3,10 @@
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths"],
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors"],
"position": {
"x": 0,
"y": -2,
@@ -16,44 +17,102 @@
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths"],
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors"],
"position": {
"x": 0,
"y": -2,
"z": 4
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/wall-fixture-5x3"],
"position": {
"x": 2,
"y": -1,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
}
],
"max2dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
},
"max3dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
},
"object": "stronghold/path/small-corridor",
"placementOptions": {
"bore": true
}
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [{
"chance": 1,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "glass",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "void_air",
"key": "minecraft"
}]
},
"exact": false
}],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/small-corridor"
}

View File

@@ -3,48 +3,13 @@
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths"],
"position": {
"x": 0,
"y": -3,
"z": -3
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths"],
"position": {
"x": 3,
"y": -3,
"z": 0
},
"direction": "EAST_POSITIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths"],
"position": {
"x": 0,
"y": -3,
"z": 3
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths"],
"pools": [
"stronghold/paths-connectors",
"stronghold/doors"
],
"position": {
"x": -3,
"y": -3,
@@ -55,44 +20,150 @@
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/floor-3x3"],
"pools": [
"stronghold/paths-rooms",
"stronghold/doors"
],
"position": {
"x": 0,
"y": -2,
"z": 0
"y": -3,
"z": 3
},
"direction": "DOWN_NEGATIVE_Y"
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/ceiling-5x5"],
"pools": [
"stronghold/paths-connectors",
"stronghold/doors"
],
"position": {
"x": 0,
"y": 1,
"x": 3,
"y": -3,
"z": 0
},
"direction": "UP_POSITIVE_Y"
"direction": "EAST_POSITIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths-rooms",
"stronghold/doors"
],
"position": {
"x": 0,
"y": -3,
"z": -3
},
"direction": "NORTH_NEGATIVE_Z"
}
],
"max2dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
},
"max3dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
},
"object": "stronghold/path/small-cross",
"placementOptions": {
"bore": true
}
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/small-cross"
}

View File

@@ -0,0 +1,143 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors"],
"position": {
"x": 0,
"y": -2,
"z": -5
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors"],
"position": {
"x": 0,
"y": 1,
"z": 5
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors"],
"position": {
"x": 0,
"y": -5,
"z": 5
},
"direction": "SOUTH_POSITIVE_Z"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/stair-split"
}

View File

@@ -0,0 +1,111 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors"],
"position": {
"x": 0,
"y": -5,
"z": -3
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors"],
"position": {
"x": 0,
"y": 1,
"z": 3
},
"direction": "SOUTH_POSITIVE_Z"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [{
"chance": 1,
"find": [{
"weight": 1,
"block": "glass"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"block": "void_air"
}]
},
"exact": false
}],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/stairs1"
}

View File

@@ -6,7 +6,7 @@
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths"
"stronghold/paths", "stronghold/doors"
],
"position": {
"x": 0,
@@ -21,7 +21,7 @@
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/paths"
"stronghold/paths", "stronghold/doors"
],
"position": {
"x": 0,

View File

@@ -0,0 +1,143 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors", "stronghold/doors"],
"position": {
"x": -4,
"y": -2,
"z": -1
},
"direction": "WEST_NEGATIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors", "stronghold/doors"],
"position": {
"x": 0,
"y": -2,
"z": 3
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors", "stronghold/doors"],
"position": {
"x": 4,
"y": -2,
"z": -1
},
"direction": "EAST_POSITIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/tee-cross"
}

View File

@@ -0,0 +1,143 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors", "stronghold/doors"],
"position": {
"x": -4,
"y": -2,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/paths-rooms", "stronghold/doors", "stronghold/doors"],
"position": {
"x": 0,
"y": -2,
"z": 1
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors", "stronghold/doors", "stronghold/doors"],
"position": {
"x": 4,
"y": -2,
"z": 0
},
"direction": "EAST_POSITIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/tee-cross2"
}

View File

@@ -0,0 +1,146 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": 0,
"y": -2,
"z": -1
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": -1,
"y": -2,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": 0,
"y": -2,
"z": 1
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": 1,
"y": -2,
"z": 0
},
"direction": "EAST_POSITIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [{
"chance": 1,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "glass",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "void_air",
"key": "minecraft"
}]
},
"exact": false
}],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/path/tiny-cross"
}

View File

@@ -20,37 +20,196 @@
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"find": [
{"block": "glass"}
],
"replace": {
"palette": [
{
"block": "void_air"
}
]
}
},{
"find": [
{"block": "end_portal_frame"}
],
"replace": {
"palette": [
{
"weight": 3,
"block": "end_portal_frame",
"data": {
"eye": true
}
},
{
"weight": 10,
"block": "end_portal_frame"
}
]
}
{
"chance": 0.15,
"find": [{
"debug": false,
"data": {"facing": "east"},
"weight": 1,
"block": "end_portal_frame",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {
"eye": "true",
"facing": "east"
},
"weight": 1,
"block": "end_portal_frame",
"key": "minecraft"
}]
},
"exact": true
},
{
"chance": 0.15,
"find": [{
"debug": false,
"data": {"facing": "west"},
"weight": 1,
"block": "end_portal_frame",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {
"eye": "true",
"facing": "west"
},
"weight": 1,
"block": "end_portal_frame",
"key": "minecraft"
}]
},
"exact": true
},
{
"chance": 0.15,
"find": [{
"debug": false,
"data": {"facing": "north"},
"weight": 1,
"block": "end_portal_frame",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {
"eye": "true",
"facing": "north"
},
"weight": 1,
"block": "end_portal_frame",
"key": "minecraft"
}]
},
"exact": true
},
{
"chance": 0.15,
"find": [{
"debug": false,
"data": {"facing": "south"},
"weight": 1,
"block": "end_portal_frame",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {
"eye": "true",
"facing": "south"
},
"weight": 1,
"block": "end_portal_frame",
"key": "minecraft"
}]
},
"exact": true
},
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
},
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 4,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}]
},
"exact": false
}
],
"bottom": false,
"translateCenter": false,
"rotation": {

View File

@@ -132,9 +132,7 @@
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/portal-paths"
],
"pools": ["stronghold/portal-paths"],
"position": {
"x": 0,
"y": -5,
@@ -148,9 +146,7 @@
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/portal-paths"
],
"pools": ["stronghold/portal-paths"],
"position": {
"x": 14,
"y": -5,
@@ -164,9 +160,7 @@
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/portal-paths"
],
"pools": ["stronghold/portal-paths"],
"position": {
"x": 0,
"y": -5,
@@ -180,9 +174,7 @@
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/portal-paths"
],
"pools": ["stronghold/portal-paths"],
"position": {
"x": -14,
"y": -5,
@@ -198,18 +190,61 @@
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"find": [
{"block": "glass"}
],
"replace": {
"palette": [
{
"block": "void_air"
}
]
{
"chance": 0.3,
"find": [
{
"block": "stone_bricks"
}
],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"block": "mossy_stone_bricks"
},
{
"block": "cracked_stone_bricks"
}
]
}
},
{
"chance": 0.4,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}]
},
"exact": false
}
],
"bottom": false,
"translateCenter": false,
"rotation": {
@@ -261,5 +296,5 @@
"exponent": 1
}
},
"object": "stronghold/portal/top"
"object": "stronghold/portal/top_new"
}

View File

@@ -0,0 +1,102 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": -6,
"y": -4,
"z": -2
},
"direction": "WEST_NEGATIVE_X"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [
{
"block": "stone_bricks"
}
],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"block": "mossy_stone_bricks"
},
{
"block": "cracked_stone_bricks"
}
]
}
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/room/sleeping-quarters"
}

View File

@@ -0,0 +1,118 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": -2,
"y": 0,
"z": 5
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": 4,
"y": -8,
"z": -4
},
"direction": "EAST_POSITIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [
{
"block": "stone_bricks"
}
],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"block": "mossy_stone_bricks"
},
{
"block": "cracked_stone_bricks"
}
]
}
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/room/stairs-down"
}

View File

@@ -0,0 +1,132 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": -2,
"y": -4,
"z": 5
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": 4,
"y": -12,
"z": -4
},
"direction": "EAST_POSITIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": -4,
"y": 4,
"z": -4
},
"direction": "WEST_NEGATIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [
{
"block": "stone_bricks"
}
],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"block": "mossy_stone_bricks"
},
{
"block": "cracked_stone_bricks"
}
]
}
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/room/stairs-up-down"
}

View File

@@ -0,0 +1,118 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": -2,
"y": -8,
"z": 5
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": -4,
"y": 0,
"z": -4
},
"direction": "WEST_NEGATIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [
{
"block": "stone_bricks"
}
],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"block": "mossy_stone_bricks"
},
{
"block": "cracked_stone_bricks"
}
]
}
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/room/stairs-up"
}

View File

@@ -0,0 +1,102 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": -2,
"y": -4,
"z": 5
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [
{
"block": "stone_bricks"
}
],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"block": "mossy_stone_bricks"
},
{
"block": "cracked_stone_bricks"
}
]
}
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/room/study"
}

View File

@@ -6,7 +6,7 @@
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"pools": [""],
"position": {
"x": 0,
"y": -3,

View File

@@ -0,0 +1,113 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -1,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/rooms/alter1"
}

View File

@@ -0,0 +1,75 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths"],
"position": {
"x": -5,
"y": -5,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/rooms/boomtube-test"
}

View File

@@ -0,0 +1,113 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -1,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/rooms/chestroom1-trap"
}

View File

@@ -0,0 +1,113 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/rooms/chestroom1"
}

View File

@@ -0,0 +1,75 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -1,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/rooms/chestroom2-trap"
}

View File

@@ -0,0 +1,75 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -1,
"z": 2
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/rooms/chestroom2"
}

View File

@@ -0,0 +1,297 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": -12,
"y": -5,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": 12,
"y": -5,
"z": 0
},
"direction": "EAST_POSITIVE_X"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/jails"],
"position": {
"x": 6,
"y": -5,
"z": -6
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/jails"],
"position": {
"x": -6,
"y": -5,
"z": -6
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/jails"],
"position": {
"x": -6,
"y": -5,
"z": 6
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/jails"],
"position": {
"x": 6,
"y": -5,
"z": 6
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/jails"],
"position": {
"x": 6,
"y": 0,
"z": 6
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/jails"],
"position": {
"x": -6,
"y": 0,
"z": 6
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/jails"],
"position": {
"x": -6,
"y": 0,
"z": -6
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/jails"],
"position": {
"x": 6,
"y": 0,
"z": -6
},
"direction": "NORTH_NEGATIVE_Z"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
},
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}]
},
"exact": false
},
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_brick_stairs",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_brick_stairs",
"key": "minecraft"
}]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/rooms/jail-complex"
}

View File

@@ -0,0 +1,215 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": -10,
"y": -6,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "cobweb",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "void_air",
"key": "minecraft"
}]
},
"exact": false
},
{
"chance": 0.2,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "bookshelf",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "oak_planks",
"key": "minecraft"
}]
},
"exact": false
},
{
"chance": 0.7,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "chest",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "void_air",
"key": "minecraft"
}]
},
"exact": false
},
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
},
{
"chance": 0.6,
"find": [
{
"block": "lectern"
}
],
"replace": {
"palette": [
{
"block": "lectern",
"data": {
"has_book": "true"
}
}
]
}
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/rooms/library-large"
}

View File

@@ -0,0 +1,197 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": -6,
"y": -4,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "cobweb",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "void_air",
"key": "minecraft"
}]
},
"exact": false
},
{
"chance": 0.2,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "bookshelf",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "oak_planks",
"key": "minecraft"
}]
},
"exact": false
},
{
"chance": 0.85,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "chest",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [{
"debug": false,
"data": {},
"weight": 1,
"block": "void_air",
"key": "minecraft"
}]
},
"exact": false
},
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/rooms/library"
}

View File

@@ -0,0 +1,113 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": -6,
"y": -3,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/rooms/maze1"
}

View File

@@ -0,0 +1,113 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": -6,
"y": -2,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/rooms/maze2"
}

View File

@@ -0,0 +1,113 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": -6,
"y": -3,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/rooms/maze3"
}

View File

@@ -0,0 +1,141 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -1,
"z": 3
},
"direction": "SOUTH_POSITIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
},
{
"chance": 0.75,
"find":[
{
"block": "stone"
}
],
"replace": {
"palette": [
{
"block": "coal_ore",
"weight": 10
},
{
"block": "gold_ore",
"weight": 6
},
{
"block": "diamond_ore",
"weight": 2
},
{
"block": "iron_ore",
"weight": 8
}
]
}
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/rooms/oreroom"
}

View File

@@ -0,0 +1,89 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/stairs/casing"],
"position": {
"x": 0,
"y": 0,
"z": 0
},
"direction": "UP_POSITIVE_Y"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": 1,
"z": 0
},
"direction": "DOWN_NEGATIVE_Y"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [],
"bottom": false,
"translateCenter": false,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"enabled": true
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/stairs/casing-floor-hollow"
}

View File

@@ -0,0 +1,75 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": 0,
"z": 0
},
"direction": "UP_POSITIVE_Y"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [],
"bottom": false,
"translateCenter": false,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 180,
"enabled": true
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"enabled": true
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/stairs/casing-floor-solid"
}

View File

@@ -0,0 +1,193 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/doors",
"stronghold/doors",
"stronghold/connectors-paths",
"stronghold/connectors-rooms",
"stronghold/wall",
"stronghold/wall",
"stronghold/wall"
],
"position": {
"x": 0,
"y": -4,
"z": -4
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/doors",
"stronghold/doors",
"stronghold/connectors-paths",
"stronghold/connectors-rooms",
"stronghold/wall",
"stronghold/wall",
"stronghold/wall"
],
"position": {
"x": 4,
"y": -4,
"z": 0
},
"direction": "EAST_POSITIVE_X"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/doors",
"stronghold/doors",
"stronghold/connectors-paths",
"stronghold/connectors-rooms",
"stronghold/wall",
"stronghold/wall",
"stronghold/wall"
],
"position": {
"x": 0,
"y": -4,
"z": 4
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/doors",
"stronghold/doors",
"stronghold/connectors-paths",
"stronghold/connectors-rooms",
"stronghold/wall",
"stronghold/wall",
"stronghold/wall"
],
"position": {
"x": -4,
"y": -4,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/stairs/med-vertical-naked"],
"position": {
"x": 0,
"y": 0,
"z": 0
},
"direction": "DOWN_NEGATIVE_Y"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/stairs/med-vertical-naked"],
"position": {
"x": 0,
"y": -1,
"z": 0
},
"direction": "UP_POSITIVE_Y"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/stairs/casing-floor"],
"position": {
"x": 0,
"y": -4,
"z": 0
},
"direction": "DOWN_NEGATIVE_Y"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [],
"bottom": false,
"translateCenter": false,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"enabled": true
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/stairs/casing-tight"
}

View File

@@ -0,0 +1,193 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/doors",
"stronghold/doors",
"stronghold/connectors-paths",
"stronghold/connectors-rooms",
"stronghold/wall",
"stronghold/wall",
"stronghold/wall"
],
"position": {
"x": 0,
"y": -4,
"z": -4
},
"direction": "NORTH_NEGATIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/doors",
"stronghold/doors",
"stronghold/connectors-paths",
"stronghold/connectors-rooms",
"stronghold/wall",
"stronghold/wall",
"stronghold/wall"
],
"position": {
"x": 4,
"y": -4,
"z": 0
},
"direction": "EAST_POSITIVE_X"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/doors",
"stronghold/doors",
"stronghold/connectors-paths",
"stronghold/connectors-rooms",
"stronghold/wall",
"stronghold/wall",
"stronghold/wall"
],
"position": {
"x": 0,
"y": -4,
"z": 4
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [
"stronghold/doors",
"stronghold/doors",
"stronghold/connectors-paths",
"stronghold/connectors-rooms",
"stronghold/wall",
"stronghold/wall",
"stronghold/wall"
],
"position": {
"x": -4,
"y": -4,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/stairs/med-vertical-naked"],
"position": {
"x": 0,
"y": 0,
"z": 0
},
"direction": "DOWN_NEGATIVE_Y"
},
{
"targetName": "*",
"innerConnector": true,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/stairs/med-vertical-naked"],
"position": {
"x": 0,
"y": -1,
"z": 0
},
"direction": "UP_POSITIVE_Y"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/stairs/casing-floor"],
"position": {
"x": 0,
"y": -4,
"z": 0
},
"direction": "DOWN_NEGATIVE_Y"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [],
"bottom": false,
"translateCenter": false,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"enabled": true
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/stairs/casing"
}

View File

@@ -0,0 +1,227 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": -3,
"y": -9,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": 3,
"y": 5,
"z": 0
},
"direction": "EAST_POSITIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
},
{
"chance": 0.6,
"find": [
{
"block": "cobblestone"
}
],
"replace": {
"palette": [
{
"block": "stone_bricks",
"weight": 2
},
{
"block": "mossy_cobblestone",
"weight": 5
}
],
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5
}
},
{
"chance": 0.6,
"exact": true,
"find": [
{
"block": "cobblestone_slab",
"data": {
"type": "bottom"
}
}
],
"replace": {
"palette": [
{
"block": "stone_brick_slab",
"weight": 2
},
{
"block": "mossy_cobblestone_slab",
"weight": 5
}
],
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5
}
},
{
"chance": 0.6,
"exact": true,
"find": [
{
"block": "cobblestone_slab",
"data": {
"type": "top"
}
}
],
"replace": {
"palette": [
{
"block": "stone_brick_slab",
"data": {
"type": "top"
},
"weight": 2
},
{
"block": "mossy_cobblestone_slab",
"data": {
"type": "top"
},
"weight": 5
}
],
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5
}
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/stairs/med-vertical-complete1"
}

View File

@@ -0,0 +1,241 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": -3,
"y": -9,
"z": 0
},
"direction": "WEST_NEGATIVE_X"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": 0,
"y": 0,
"z": 3
},
"direction": "SOUTH_POSITIVE_Z"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": ["stronghold/paths-connectors"],
"position": {
"x": 3,
"y": 5,
"z": 0
},
"direction": "EAST_POSITIVE_X"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [
{
"chance": 0.3,
"find": [{
"debug": false,
"data": {},
"weight": 1,
"block": "stone_bricks",
"key": "minecraft"
}],
"replace": {
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5,
"palette": [
{
"debug": false,
"data": {},
"weight": 1,
"block": "mossy_stone_bricks",
"key": "minecraft"
},
{
"debug": false,
"data": {},
"weight": 1,
"block": "cracked_stone_bricks",
"key": "minecraft"
}
]
},
"exact": false
},
{
"chance": 0.6,
"find": [
{
"block": "cobblestone"
}
],
"replace": {
"palette": [
{
"block": "stone_bricks",
"weight": 2
},
{
"block": "mossy_cobblestone",
"weight": 5
}
],
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5
}
},
{
"chance": 0.6,
"exact": true,
"find": [
{
"block": "cobblestone_slab",
"data": {
"type": "bottom"
}
}
],
"replace": {
"palette": [
{
"block": "stone_bricks_slab",
"weight": 2
},
{
"block": "mossy_cobblestone_slab",
"weight": 5
}
],
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5
}
},
{
"chance": 0.6,
"exact": true,
"find": [
{
"block": "cobblestone_slab",
"data": {
"type": "top"
}
}
],
"replace": {
"palette": [
{
"block": "stone_bricks_slab",
"data": {
"type": "top"
},
"weight": 2
},
{
"block": "mossy_cobblestone_slab",
"data": {
"type": "top"
},
"weight": 5
}
],
"style": {
"multiplier": 1,
"style": "STATIC",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
},
"zoom": 5
}
}
],
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/stairs/med-vertical-complete2"
}

View File

@@ -0,0 +1,91 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 0
},
"direction": "DOWN_NEGATIVE_Y"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": 1,
"z": 0
},
"direction": "UP_POSITIVE_Y"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [],
"bottom": false,
"translateCenter": false,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"enabled": true
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/stairs/med-vertical-naked"
}

View File

@@ -0,0 +1,91 @@
{
"connectors": [
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 0
},
"direction": "DOWN_NEGATIVE_Y"
},
{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": 1,
"z": 0
},
"direction": "UP_POSITIVE_Y"
}
],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"edit": [],
"bottom": false,
"translateCenter": false,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"enabled": true
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/stairs/sml-vertical-naked"
}

View File

@@ -2,8 +2,10 @@
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -1,
@@ -11,17 +13,63 @@
},
"direction": "EAST_POSITIVE_X"
}],
"max2dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
},
"max3dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/wall-fixture/5x3/brew-set"
}

View File

@@ -2,8 +2,10 @@
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -1,
@@ -11,17 +13,63 @@
},
"direction": "EAST_POSITIVE_X"
}],
"max2dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
},
"max3dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/wall-fixture/5x3/brewing-shelf"
}

View File

@@ -0,0 +1,75 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -1,
"z": 0
},
"direction": "EAST_POSITIVE_X"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/wall-fixture/5x3/chains"
}

View File

@@ -2,8 +2,10 @@
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -1,
@@ -11,17 +13,63 @@
},
"direction": "EAST_POSITIVE_X"
}],
"max2dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
},
"max3dDim": {
"nullSupport": false,
"check": {},
"time": {},
"write": {}
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/wall-fixture/5x3/lantern"
}

View File

@@ -0,0 +1,75 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -1,
"z": 0
},
"direction": "EAST_POSITIVE_X"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/wall-fixture/5x3/mixed1"
}

View File

@@ -0,0 +1,75 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -1,
"z": -1
},
"direction": "NORTH_NEGATIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold\\wall-fixture\\5x3x3\\chains"
}

View File

@@ -0,0 +1,75 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -1,
"z": -1
},
"direction": "NORTH_NEGATIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold\\wall-fixture\\5x3x3\\cobweb"
}

View File

@@ -0,0 +1,75 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -1,
"z": 0
},
"direction": "EAST_POSITIVE_X"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/wall-fixture/blank"
}

View File

@@ -9,7 +9,7 @@
"position": {
"x": 0,
"y": -2,
"z": 0
"z": 1
},
"direction": "NORTH_NEGATIVE_Z"
}],
@@ -46,7 +46,7 @@
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": true,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,

View File

@@ -9,7 +9,7 @@
"position": {
"x": 0,
"y": -2,
"z": 0
"z": 1
},
"direction": "NORTH_NEGATIVE_Z"
}],

View File

@@ -9,7 +9,7 @@
"position": {
"x": 0,
"y": -2,
"z": 0
"z": 1
},
"direction": "NORTH_NEGATIVE_Z"
}],

View File

@@ -0,0 +1,75 @@
{
"connectors": [{
"targetName": "*",
"innerConnector": false,
"entityCount": 1,
"rotateConnector": false,
"name": "",
"pools": [],
"position": {
"x": 0,
"y": -2,
"z": 1
},
"direction": "NORTH_NEGATIVE_Z"
}],
"placementOptions": {
"overStilt": 0,
"chance": 1,
"meld": false,
"density": 1,
"boreExtendMinY": 0,
"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
},
"boreExtendMaxY": 0,
"smartBore": false,
"waterloggable": false,
"bore": false,
"translate": {
"yRandom": 0,
"x": 0,
"y": 0,
"z": 0
},
"mode": "FAST_MAX_HEIGHT",
"carvingSupport": "SURFACE_ONLY",
"snow": 0,
"underwater": false,
"place": [],
"onwater": false,
"clamp": {
"minimumHeight": 0,
"maximumHeight": 255
},
"warp": {
"multiplier": 1,
"style": "FLAT",
"zoom": 1,
"maxFractureAccuracy": false,
"exponent": 1
}
},
"object": "stronghold/wall/1"
}

View File

@@ -0,0 +1,8 @@
{
"pieces": [
"stronghold/door/iron",
"stronghold/door/iron2",
"stronghold/door/wood",
"stronghold/door/wood2"
]
}

View File

@@ -1,9 +1,19 @@
{
"pieces": [
"stronghold/wall/1",
"stronghold/wall/2",
"stronghold/wall/1",
"stronghold/wall/2",
"stronghold/wall/3",
"stronghold/room/witch-room-end",
"stronghold/room/small-cell"
"stronghold/room/small-cell",
"stronghold/room/small-cell",
"stronghold/room/small-cell",
"stronghold/room/small-cell",
"stronghold/room/study",
"stronghold/room/sleeping-quarters",
"stronghold/room/stairs-down",
"stronghold/room/stairs-up",
"stronghold/room/stairs-up-down"
]
}

View File

@@ -0,0 +1,19 @@
{
"pieces": [
"stronghold/jail/1",
"stronghold/jail/2",
"stronghold/jail/3",
"stronghold/jail/4",
"stronghold/jail/5",
"stronghold/jail/6",
"stronghold/jail/7",
"stronghold/jail/8",
"stronghold/jail/9",
"stronghold/jail/10",
"stronghold/jail/11",
"stronghold/jail/12",
"stronghold/jail/blank",
"stronghold/jail/blank",
"stronghold/jail/blank"
]
}

View File

@@ -0,0 +1,51 @@
{
"pieces": [
"stronghold/path/small-corridor",
"stronghold/path/small-corridor",
"stronghold/path/medium-corridor",
"stronghold/path/medium-corridor",
"stronghold/path/medium-corridor2",
"stronghold/path/medium-corridor2",
"stronghold/path/medium-wide-corridor1",
"stronghold/path/large-corridor",
"stronghold/path/large-corridor",
"stronghold/path/corridor-cross",
"stronghold/path/tiny-cross",
"stronghold/path/tiny-cross",
"stronghold/path/tee-cross",
"stronghold/path/tee-cross2",
"stronghold/path/tee-cross",
"stronghold/path/tee-cross2",
"stronghold/path/tee-cross",
"stronghold/path/tee-cross2",
"stronghold/path/tee-cross",
"stronghold/path/tee-cross2",
"stronghold/path/tee-cross",
"stronghold/path/tee-cross2",
"stronghold/path/tee-cross",
"stronghold/path/tee-cross2",
"stronghold/path/corner-cross",
"stronghold/path/corner-cross",
"stronghold/path/corner-cross",
"stronghold/path/corner-cross",
"stronghold/path/corner-cross",
"stronghold/path/small-cross",
"stronghold/path/small-cross",
"stronghold/path/medium-cross",
"stronghold/path/jail-room1",
"stronghold/path/jail-room2",
"stronghold/path/fancy-cross",
"stronghold/path/large-cross-stairs",
"stronghold/path/large-spiral-staircase",
"stronghold/path/stair-split",
"stronghold/path/small-spiral-staircase",
"stronghold/path/straight-staircase",
"stronghold/path/stairs1",
"stronghold/path/stairs1",
"stronghold/path/stairs1",
"stronghold/path/stairs1",
"stronghold/path/hazard-hall1",
"stronghold/stairs/med-vertical-complete1",
"stronghold/stairs/med-vertical-complete2"
]
}

View File

@@ -0,0 +1,37 @@
{
"pieces": [
"stronghold/path/small-corridor",
"stronghold/path/medium-corridor",
"stronghold/path/large-corridor",
"stronghold/path/large-corridor",
"stronghold/path/corridor-cross",
"stronghold/path/corridor-cross",
"stronghold/path/jail-room1",
"stronghold/path/jail-room2",
"stronghold/path/stair-split",
"stronghold/path/small-spiral-staircase",
"stronghold/path/large-cross-stairs",
"stronghold/path/large-spiral-staircase",
"stronghold/path/cap",
"stronghold/path/cap",
"stronghold/path/cap",
"stronghold/path/stairs1",
"stronghold/path/stairs1",
"stronghold/path/hazard-hall1",
"stronghold/rooms/chestroom1",
"stronghold/rooms/chestroom1",
"stronghold/rooms/chestroom2",
"stronghold/rooms/chestroom2",
"stronghold/rooms/chestroom1-trap",
"stronghold/rooms/chestroom2-trap",
"stronghold/rooms/oreroom",
"stronghold/rooms/alter1",
"stronghold/rooms/library",
"stronghold/rooms/library-large",
"stronghold/rooms/maze1",
"stronghold/rooms/maze2",
"stronghold/rooms/maze3",
"stronghold/rooms/jail-complex"
]
}

View File

@@ -1,18 +1,14 @@
{
"pieces": [
"stronghold/path/small-corridor",
"stronghold/path/small-corridor",
"stronghold/path/small-corridor",
"stronghold/path/small-corridor",
"stronghold/path/small-cross",
"stronghold/path/small-cross",
"stronghold/path/small-cross",
"stronghold/path/small-cross",
"stronghold/path/fancy-cross",
"stronghold/path/small-spiral-staircase",
"stronghold/path/straight-staircase",
"stronghold/path/cap",
"stronghold/room/witch-room",
"stronghold/room/small-cell"
"stronghold/path/small-corridor",
"stronghold/path/small-corridor",
"stronghold/path/small-corridor",
"stronghold/path/small-corridor",
"stronghold/path/medium-corridor",
"stronghold/path/medium-corridor",
"stronghold/path/medium-wide-corridor1",
"stronghold/path/large-corridor",
"stronghold/path/small-spiral-staircase",
"stronghold/path/straight-staircase"
]
}

View File

@@ -1,18 +1,5 @@
{
"pieces": [
"stronghold/path/small-corridor",
"stronghold/path/small-corridor",
"stronghold/path/small-corridor",
"stronghold/path/small-corridor",
"stronghold/path/cap",
"stronghold/path/small-cross",
"stronghold/path/small-cross",
"stronghold/path/small-cross",
"stronghold/path/small-cross",
"stronghold/path/fancy-cross",
"stronghold/path/small-spiral-staircase",
"stronghold/path/straight-staircase",
"stronghold/room/small-cell",
"stronghold/room/witch-room"
"stronghold/path/portal-hall"
]
}

View File

@@ -0,0 +1,6 @@
{
"pieces": [
"stronghold/stairs/casing-floor-hollow",
"stronghold/stairs/casing-floor-solid"
]
}

View File

@@ -8,6 +8,13 @@
"stronghold/wall-fixture/5x3/double-chest",
"stronghold/wall-fixture/5x3/lantern",
"stronghold/wall-fixture/5x3/shelf",
"stronghold/wall-fixture/5x3/study"
"stronghold/wall-fixture/5x3/study",
"stronghold/wall-fixture/5x3/mixed1",
"stronghold/wall-fixture/5x3/chains",
"stronghold/wall-fixture/blank",
"stronghold/wall-fixture/blank",
"stronghold/wall-fixture/blank",
"stronghold/wall-fixture/blank",
"stronghold/wall-fixture/blank"
]
}

View File

@@ -0,0 +1,7 @@
{
"pieces": [
"stronghold/path/wall1",
"stronghold/path/wall2",
"stronghold/path/wall3"
]
}

View File

@@ -1,5 +1,5 @@
{
"maxDepth": 3,
"maxDepth": 9,
"pieces": [
"stronghold/portal/main"
],

View File

@@ -0,0 +1,96 @@
{
"name": "Library",
"rarity": 1,
"minPicked": 4,
"maxPicked": 9,
"loot": [
{
"type": "paper",
"maxAmount": 12,
"minAmount": 1,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "flint_and_steel",
"maxAmount": 1,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "ender_pearl",
"maxAmount": 2,
"rarity": 6,
"slottypes": "STORAGE"
},
{
"type": "blaze_powder",
"maxamount": 4,
"rarity": 6,
"slottypes": "STORAGE"
},
{
"type": "iron_nugget",
"maxamount": 9,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "stick",
"maxamount": 8,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "arrow",
"maxamount": 7,
"minAmount": 3,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "oak_planks",
"maxamount": 6,
"minAmount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "oak_wood",
"maxamount": 3,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "iron_ingot",
"maxamount": 6,
"minAmount": 1,
"rarity": 8,
"slottypes": "STORAGE"
},
{
"type": "gold_ingot",
"maxamount": 4,
"minAmount": 1,
"rarity": 12,
"slottypes": "STORAGE"
},
{
"type": "bread",
"maxamount": 3,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
},
{
"type": "apple",
"maxamount": 4,
"minAmount": 1,
"rarity": 4,
"slottypes": "STORAGE"
}
]
}

View File

@@ -0,0 +1,40 @@
{
"name": "Library",
"rarity": 1,
"minPicked": 5,
"loot": [
{
"type": "paper",
"maxAmount": 12,
"minAmount": 1,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "book_and_quill",
"maxAmount": 1,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "inc_sac",
"maxAmount": 5,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "feather",
"maxamount": 16,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "iron_nugget",
"maxamount": 9,
"minAmount": 1,
"rarity": 8,
"slottypes": "STORAGE"
}
]
}

56
loot/stronghold/maze.json Normal file
View File

@@ -0,0 +1,56 @@
{
"name": "Maze",
"rarity": 1,
"minPicked": 3,
"maxPicked": 8,
"loot": [
{
"type": "lapis_lazuli",
"maxAmount": 12,
"rarity": 6,
"slotTypes": "STORAGE"
},
{
"type": "gold_ingot",
"maxAmount": 5,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "gold_nugget",
"maxAmount": 8,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "blaze_powder",
"maxAmount": 5,
"rarity": 8,
"slotTypes": "STORAGE"
},
{
"type": "redstone",
"maxAmount": 12,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "emerald",
"maxAmount": 3,
"rarity": 12,
"slotTypes": "STORAGE"
},
{
"type": "diamond",
"maxAmount": 2,
"rarity": 12,
"slotTypes": "STORAGE"
},
{
"type": "iron_sword",
"maxAmount": 1,
"rarity": 13,
"slotTypes": "STORAGE"
}
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More