diff --git a/jigsaw-pieces/bastion/blocks/air.json b/jigsaw-pieces/bastion/blocks/air.json new file mode 100644 index 00000000..7187f600 --- /dev/null +++ b/jigsaw-pieces/bastion/blocks/air.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:block_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/blocks/air" +} diff --git a/jigsaw-pieces/bastion/blocks/gold.json b/jigsaw-pieces/bastion/blocks/gold.json new file mode 100644 index 00000000..7817e18f --- /dev/null +++ b/jigsaw-pieces/bastion/blocks/gold.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:block_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/blocks/gold" +} diff --git a/jigsaw-pieces/bastion/bridge/bridge_pieces/bridge.json b/jigsaw-pieces/bastion/bridge/bridge_pieces/bridge.json new file mode 100644 index 00000000..73f20cef --- /dev/null +++ b/jigsaw-pieces/bastion/bridge/bridge_pieces/bridge.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:leg_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/bridge/legs"], + "position": { + "x": -9, + "y": -9, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:leg_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/bridge/legs"], + "position": { + "x": 9, + "y": -9, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 11, + "y": -6, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bridge_connector", + "pools": ["empty"], + "position": { + "x": 15, + "y": 4, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/bridge/bridge_pieces/bridge" +} diff --git a/jigsaw-pieces/bastion/bridge/connectors/back_bridge_bottom.json b/jigsaw-pieces/bastion/bridge/connectors/back_bridge_bottom.json new file mode 100644 index 00000000..a1129c8d --- /dev/null +++ b/jigsaw-pieces/bastion/bridge/connectors/back_bridge_bottom.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:back_bridge_connector_bottom", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/bridge/connectors/back_bridge_bottom" +} diff --git a/jigsaw-pieces/bastion/bridge/connectors/back_bridge_top.json b/jigsaw-pieces/bastion/bridge/connectors/back_bridge_top.json new file mode 100644 index 00000000..f6fb7958 --- /dev/null +++ b/jigsaw-pieces/bastion/bridge/connectors/back_bridge_top.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:back_bridge_connector_top", + "pools": ["empty"], + "position": { + "x": -4, + "y": -5, + "z": -6 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/bridge/connectors/back_bridge_top" +} diff --git a/jigsaw-pieces/bastion/bridge/legs/leg_0.json b/jigsaw-pieces/bastion/bridge/legs/leg_0.json new file mode 100644 index 00000000..8778a966 --- /dev/null +++ b/jigsaw-pieces/bastion/bridge/legs/leg_0.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:leg_connector", + "pools": ["empty"], + "position": { + "x": -1, + "y": 10, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/bridge/legs/leg_0" +} diff --git a/jigsaw-pieces/bastion/bridge/legs/leg_1.json b/jigsaw-pieces/bastion/bridge/legs/leg_1.json new file mode 100644 index 00000000..85127583 --- /dev/null +++ b/jigsaw-pieces/bastion/bridge/legs/leg_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:leg_connector", + "pools": ["empty"], + "position": { + "x": -1, + "y": 10, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/bridge/legs/leg_1" +} diff --git a/jigsaw-pieces/bastion/bridge/rampart_plates/plate_0.json b/jigsaw-pieces/bastion/bridge/rampart_plates/plate_0.json new file mode 100644 index 00000000..cacbe2af --- /dev/null +++ b/jigsaw-pieces/bastion/bridge/rampart_plates/plate_0.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:rampart_plate_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": 9, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/bridge/rampart_plates/plate_0" +} diff --git a/jigsaw-pieces/bastion/bridge/ramparts/rampart_0.json b/jigsaw-pieces/bastion/bridge/ramparts/rampart_0.json new file mode 100644 index 00000000..70ddce9f --- /dev/null +++ b/jigsaw-pieces/bastion/bridge/ramparts/rampart_0.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:ramparts", + "pools": ["empty"], + "position": { + "x": -8, + "y": -11, + "z": -8 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 6, + "y": -9, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 5, + "y": -7, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/bridge/ramparts/rampart_0" +} diff --git a/jigsaw-pieces/bastion/bridge/ramparts/rampart_1.json b/jigsaw-pieces/bastion/bridge/ramparts/rampart_1.json new file mode 100644 index 00000000..5dd1d9ad --- /dev/null +++ b/jigsaw-pieces/bastion/bridge/ramparts/rampart_1.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:ramparts", + "pools": ["empty"], + "position": { + "x": -8, + "y": -16, + "z": -8 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 5, + "y": -13, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": -1, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 0, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 0, + "y": 0, + "z": 3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 1, + "y": 0, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -5, + "y": 2, + "z": -3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:rampart_plate_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/bridge/rampart_plates"], + "position": { + "x": -8, + "y": 15, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/bridge/ramparts/rampart_1" +} diff --git a/jigsaw-pieces/bastion/bridge/starting_pieces/entrance.json b/jigsaw-pieces/bastion/bridge/starting_pieces/entrance.json new file mode 100644 index 00000000..96a1473b --- /dev/null +++ b/jigsaw-pieces/bastion/bridge/starting_pieces/entrance.json @@ -0,0 +1,336 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:entrance_base_connector", + "pools": ["empty"], + "position": { + "x": -8, + "y": -16, + "z": -16 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:back_bridge_connector_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/bridge/connectors"], + "position": { + "x": 8, + "y": -16, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/hoglin"], + "position": { + "x": -3, + "y": -15, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -15, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -15, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 2, + "y": -15, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 4, + "y": -15, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bridge_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/bridge/bridge_pieces"], + "position": { + "x": -8, + "y": -14, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/hoglin"], + "position": { + "x": 6, + "y": -14, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 7, + "y": -14, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -6, + "y": -9, + "z": 12 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -4, + "y": -9, + "z": 12 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 2, + "y": -9, + "z": 11 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:entrance_face", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/bridge/starting_pieces"], + "position": { + "x": -8, + "y": -8, + "z": -16 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 4, + "y": -8, + "z": 12 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -2, + "z": -12 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 3, + "y": -2, + "z": -12 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 4, + "y": -1, + "z": -12 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 1, + "y": 2, + "z": -10 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": 3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 5, + "y": 3, + "z": 11 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/bridge/starting_pieces/entrance" +} diff --git a/jigsaw-pieces/bastion/bridge/starting_pieces/entrance_base.json b/jigsaw-pieces/bastion/bridge/starting_pieces/entrance_base.json new file mode 100644 index 00000000..b63b49ee --- /dev/null +++ b/jigsaw-pieces/bastion/bridge/starting_pieces/entrance_base.json @@ -0,0 +1,206 @@ +{ + "connectors": [ + { + "targetName": "minecraft:wall_base_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/bridge/walls"], + "position": { + "x": -6, + "y": -16, + "z": -16 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:wall_base_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/bridge/walls"], + "position": { + "x": -6, + "y": -16, + "z": 15 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -6, + "y": 8, + "z": 3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -4, + "y": 8, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -3, + "y": 8, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": 8, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -6, + "y": 9, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -2, + "y": 9, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 3, + "y": 9, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:back_bridge_connector_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/bridge/connectors"], + "position": { + "x": 7, + "y": 10, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:entrance_base_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/bridge/starting_pieces"], + "position": { + "x": -8, + "y": 15, + "z": -16 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/bridge/starting_pieces/entrance_base" +} diff --git a/jigsaw-pieces/bastion/bridge/starting_pieces/entrance_face.json b/jigsaw-pieces/bastion/bridge/starting_pieces/entrance_face.json new file mode 100644 index 00000000..aaeb2177 --- /dev/null +++ b/jigsaw-pieces/bastion/bridge/starting_pieces/entrance_face.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:entrance_face", + "pools": ["empty"], + "position": { + "x": 2, + "y": -12, + "z": -16 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/bridge/starting_pieces/entrance_face" +} diff --git a/jigsaw-pieces/bastion/bridge/walls/wall_base_0.json b/jigsaw-pieces/bastion/bridge/walls/wall_base_0.json new file mode 100644 index 00000000..14c50b2f --- /dev/null +++ b/jigsaw-pieces/bastion/bridge/walls/wall_base_0.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:wall_base_connector_right", + "pools": ["empty"], + "position": { + "x": -8, + "y": -12, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -3, + "y": -11, + "z": 4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -3, + "y": -9, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:ramparts", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/bridge/ramparts"], + "position": { + "x": -8, + "y": 11, + "z": -8 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/bridge/walls/wall_base_0" +} diff --git a/jigsaw-pieces/bastion/bridge/walls/wall_base_1.json b/jigsaw-pieces/bastion/bridge/walls/wall_base_1.json new file mode 100644 index 00000000..d895c8b3 --- /dev/null +++ b/jigsaw-pieces/bastion/bridge/walls/wall_base_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:wall_base_connector_left", + "pools": ["empty"], + "position": { + "x": -8, + "y": -12, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:ramparts", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/bridge/ramparts"], + "position": { + "x": -8, + "y": 11, + "z": -8 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/bridge/walls/wall_base_1" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/air_base.json b/jigsaw-pieces/bastion/hoglin_stable/air_base.json new file mode 100644 index 00000000..74c69b20 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/air_base.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:starting_stairs_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/starting_pieces"], + "position": { + "x": -15, + "y": -12, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:wall_base", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/wall_bases"], + "position": { + "x": -15, + "y": -12, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/air_base" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/connectors/end_post_connector.json b/jigsaw-pieces/bastion/hoglin_stable/connectors/end_post_connector.json new file mode 100644 index 00000000..002e653c --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/connectors/end_post_connector.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:post_connector", + "pools": ["empty"], + "position": { + "x": -1, + "y": 0, + "z": -11 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:end_post_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/posts"], + "position": { + "x": -1, + "y": 0, + "z": 10 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/connectors/end_post_connector" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_0.json b/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_0.json new file mode 100644 index 00000000..862ca757 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_0.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:outer_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_left", + "pools": ["bastion/hoglin_stable/small_stables/outer"], + "position": { + "x": -7, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:outer_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_right", + "pools": ["bastion/hoglin_stable/small_stables/outer"], + "position": { + "x": -7, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/large_stables/inner_0" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_1.json b/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_1.json new file mode 100644 index 00000000..fc943493 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:outer_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_left", + "pools": ["bastion/hoglin_stable/small_stables/outer"], + "position": { + "x": -7, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:outer_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_right", + "pools": ["bastion/hoglin_stable/small_stables/outer"], + "position": { + "x": -7, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/hoglin"], + "position": { + "x": -1, + "y": -3, + "z": -1 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/large_stables/inner_1" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_2.json b/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_2.json new file mode 100644 index 00000000..5c1c1ad1 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:outer_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_left", + "pools": ["bastion/hoglin_stable/small_stables/outer"], + "position": { + "x": -7, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:outer_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_right", + "pools": ["bastion/hoglin_stable/small_stables/outer"], + "position": { + "x": -7, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/hoglin"], + "position": { + "x": -1, + "y": -3, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/large_stables/inner_2" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_3.json b/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_3.json new file mode 100644 index 00000000..8e72866c --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_3.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:outer_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_left", + "pools": ["bastion/hoglin_stable/small_stables/outer"], + "position": { + "x": -7, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:outer_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_right", + "pools": ["bastion/hoglin_stable/small_stables/outer"], + "position": { + "x": -7, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -4, + "y": -3, + "z": -1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -4, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/large_stables/inner_3" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_4.json b/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_4.json new file mode 100644 index 00000000..1c70054d --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/large_stables/inner_4.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:outer_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_left", + "pools": ["bastion/hoglin_stable/small_stables/outer"], + "position": { + "x": -7, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:outer_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_right", + "pools": ["bastion/hoglin_stable/small_stables/outer"], + "position": { + "x": -7, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/hoglin"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/large_stables/inner_4" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_0.json b/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_0.json new file mode 100644 index 00000000..c9740b86 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_0.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_left", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_right", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/large_stables/outer_0" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_1.json b/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_1.json new file mode 100644 index 00000000..418f690c --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_left", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_right", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/hoglin"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:block_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/blocks/gold"], + "position": { + "x": 1, + "y": -3, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/large_stables/outer_1" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_2.json b/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_2.json new file mode 100644 index 00000000..d246072c --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_2.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_left", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_right", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -2, + "y": -3, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -3, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/large_stables/outer_2" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_3.json b/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_3.json new file mode 100644 index 00000000..ef833909 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_3.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_left", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_right", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/large_stables/outer_3" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_4.json b/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_4.json new file mode 100644 index 00000000..3c27b75f --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/large_stables/outer_4.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_left", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_right", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/large_stables/outer_4" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/posts/end_post.json b/jigsaw-pieces/bastion/hoglin_stable/posts/end_post.json new file mode 100644 index 00000000..6ce24400 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/posts/end_post.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:end_post_connector", + "pools": ["empty"], + "position": { + "x": -1, + "y": 11, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/posts/end_post" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/posts/stair_post.json b/jigsaw-pieces/bastion/hoglin_stable/posts/stair_post.json new file mode 100644 index 00000000..e06c1108 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/posts/stair_post.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_post", + "pools": ["empty"], + "position": { + "x": -1, + "y": -12, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stairs_mirrored", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/mirrored_starting_pieces"], + "position": { + "x": 0, + "y": -12, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:post_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/connectors"], + "position": { + "x": -1, + "y": 11, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/posts/stair_post" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/rampart_plates/rampart_plate_1.json b/jigsaw-pieces/bastion/hoglin_stable/rampart_plates/rampart_plate_1.json new file mode 100644 index 00000000..e4d9f080 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/rampart_plates/rampart_plate_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:rampart_plate", + "pools": ["empty"], + "position": { + "x": 0, + "y": 9, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/rampart_plates/rampart_plate_1" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/ramparts/ramparts_1.json b/jigsaw-pieces/bastion/hoglin_stable/ramparts/ramparts_1.json new file mode 100644 index 00000000..325960d1 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/ramparts/ramparts_1.json @@ -0,0 +1,193 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:rampart", + "pools": ["empty"], + "position": { + "x": -8, + "y": -16, + "z": 7 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 2, + "y": -13, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -11, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -5, + "y": -6, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -5, + "y": -6, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 1, + "y": 0, + "z": 3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 2, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": -4, + "y": 2, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:rampart_plate", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/rampart_plates"], + "position": { + "x": -8, + "y": 15, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/ramparts/ramparts_1" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/ramparts/ramparts_2.json b/jigsaw-pieces/bastion/hoglin_stable/ramparts/ramparts_2.json new file mode 100644 index 00000000..9f00bc3c --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/ramparts/ramparts_2.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:rampart", + "pools": ["empty"], + "position": { + "x": -8, + "y": -10, + "z": 7 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -8, + "z": 5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 1, + "y": -8, + "z": 3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 3, + "y": -8, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/ramparts/ramparts_2" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/ramparts/ramparts_3.json b/jigsaw-pieces/bastion/hoglin_stable/ramparts/ramparts_3.json new file mode 100644 index 00000000..c84e8c35 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/ramparts/ramparts_3.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:rampart", + "pools": ["empty"], + "position": { + "x": -8, + "y": -6, + "z": 7 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": -1, + "y": -4, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 2, + "y": -4, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/ramparts/ramparts_3" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/small_stables/inner_0.json b/jigsaw-pieces/bastion/hoglin_stable/small_stables/inner_0.json new file mode 100644 index 00000000..46013ab5 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/small_stables/inner_0.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:outer_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_left", + "pools": ["bastion/hoglin_stable/large_stables/outer"], + "position": { + "x": -6, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:outer_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_right", + "pools": ["bastion/hoglin_stable/large_stables/outer"], + "position": { + "x": -6, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/hoglin"], + "position": { + "x": -1, + "y": -3, + "z": -1 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/small_stables/inner_0" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/small_stables/inner_1.json b/jigsaw-pieces/bastion/hoglin_stable/small_stables/inner_1.json new file mode 100644 index 00000000..a97a5dfa --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/small_stables/inner_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:outer_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_left", + "pools": ["bastion/hoglin_stable/large_stables/outer"], + "position": { + "x": -6, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:outer_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_right", + "pools": ["bastion/hoglin_stable/large_stables/outer"], + "position": { + "x": -6, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/hoglin"], + "position": { + "x": -1, + "y": -3, + "z": -1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:block_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/blocks/gold"], + "position": { + "x": 2, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/small_stables/inner_1" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/small_stables/inner_2.json b/jigsaw-pieces/bastion/hoglin_stable/small_stables/inner_2.json new file mode 100644 index 00000000..f6539847 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/small_stables/inner_2.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:outer_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_left", + "pools": ["bastion/hoglin_stable/large_stables/outer"], + "position": { + "x": -6, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:outer_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_right", + "pools": ["bastion/hoglin_stable/large_stables/outer"], + "position": { + "x": -6, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -2, + "y": -3, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/hoglin"], + "position": { + "x": 1, + "y": -3, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/small_stables/inner_2" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/small_stables/inner_3.json b/jigsaw-pieces/bastion/hoglin_stable/small_stables/inner_3.json new file mode 100644 index 00000000..42dc577d --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/small_stables/inner_3.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:outer_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_left", + "pools": ["bastion/hoglin_stable/large_stables/outer"], + "position": { + "x": -6, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:outer_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:inner_connector_right", + "pools": ["bastion/hoglin_stable/large_stables/outer"], + "position": { + "x": -6, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -3, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/small_stables/inner_3" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/small_stables/outer_0.json b/jigsaw-pieces/bastion/hoglin_stable/small_stables/outer_0.json new file mode 100644 index 00000000..5d0a4c0f --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/small_stables/outer_0.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_left", + "pools": ["empty"], + "position": { + "x": -6, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_right", + "pools": ["empty"], + "position": { + "x": -6, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 1, + "y": -3, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/small_stables/outer_0" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/small_stables/outer_1.json b/jigsaw-pieces/bastion/hoglin_stable/small_stables/outer_1.json new file mode 100644 index 00000000..510278e7 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/small_stables/outer_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_left", + "pools": ["empty"], + "position": { + "x": -6, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_right", + "pools": ["empty"], + "position": { + "x": -6, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:block_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/blocks/gold"], + "position": { + "x": -4, + "y": -3, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/hoglin"], + "position": { + "x": 1, + "y": -3, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/small_stables/outer_1" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/small_stables/outer_2.json b/jigsaw-pieces/bastion/hoglin_stable/small_stables/outer_2.json new file mode 100644 index 00000000..99df2f5e --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/small_stables/outer_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_left", + "pools": ["empty"], + "position": { + "x": -6, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_right", + "pools": ["empty"], + "position": { + "x": -6, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/hoglin"], + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/small_stables/outer_2" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/small_stables/outer_3.json b/jigsaw-pieces/bastion/hoglin_stable/small_stables/outer_3.json new file mode 100644 index 00000000..deb8815c --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/small_stables/outer_3.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_left", + "pools": ["empty"], + "position": { + "x": -6, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_connector_right", + "pools": ["empty"], + "position": { + "x": -6, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/hoglin"], + "position": { + "x": -2, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/small_stables/outer_3" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_0.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_0.json new file mode 100644 index 00000000..0d123c3d --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_0.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:starting_stairs", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_1_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_2_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_1_top", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_1_0" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_1.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_1.json new file mode 100644 index 00000000..1348d568 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:starting_stairs", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_1_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_2_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_1_top", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_1_1" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_2.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_2.json new file mode 100644 index 00000000..2d48288d --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_2.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:starting_stairs", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_1_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_2_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_1_top", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_1_2" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_3.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_3.json new file mode 100644 index 00000000..2ccbdb55 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_3.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:starting_stairs", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_1_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_2_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_1_top", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_1_3" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_4.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_4.json new file mode 100644 index 00000000..1edba2e1 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_1_4.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:starting_stairs", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_1_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_2_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_1_top", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_1_4" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_0.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_0.json new file mode 100644 index 00000000..97a3b71b --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_0.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_1_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_2_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_3_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_2_top", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_2_0" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_1.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_1.json new file mode 100644 index 00000000..1c7f1056 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_1_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_2_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_3_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_2_top", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_2_1" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_2.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_2.json new file mode 100644 index 00000000..a5593bab --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_2.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_1_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_2_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_3_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_2_top", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_2_2" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_3.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_3.json new file mode 100644 index 00000000..02144130 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_3.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_1_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_2_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_3_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_2_top", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_2_3" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_4.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_4.json new file mode 100644 index 00000000..a2e55fee --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_2_4.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_1_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_2_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_3_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_2_top", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_2_4" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_0.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_0.json new file mode 100644 index 00000000..e9efd0c0 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_0.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_2_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_3_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_3_0" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_1.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_1.json new file mode 100644 index 00000000..a7990e88 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_2_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_3_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_3_1" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_2.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_2.json new file mode 100644 index 00000000..289998e0 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_2_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_3_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_3_2" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_3.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_3.json new file mode 100644 index 00000000..5981ca34 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_3.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_2_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_3_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_3_3" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_4.json b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_4.json new file mode 100644 index 00000000..6d80d32f --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/stairs/stairs_3_4.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_2_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stair_3_bottom", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/stairs/stairs_3_4" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_0_mirrored.json b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_0_mirrored.json new file mode 100644 index 00000000..55d51983 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_0_mirrored.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stairs_mirrored", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": 7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": 7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": 7, + "y": 2, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/starting_pieces/stairs_0_mirrored" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_1_mirrored.json b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_1_mirrored.json new file mode 100644 index 00000000..ae9ed371 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_1_mirrored.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stairs_mirrored", + "pools": ["empty"], + "position": { + "x": 7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/starting_pieces/stairs_1_mirrored" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_2_mirrored.json b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_2_mirrored.json new file mode 100644 index 00000000..7ac087c2 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_2_mirrored.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stairs_mirrored", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": 7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": 7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": 7, + "y": 2, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/starting_pieces/stairs_2_mirrored" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_3_mirrored.json b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_3_mirrored.json new file mode 100644 index 00000000..fc6c09ec --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_3_mirrored.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stairs_mirrored", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": 7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": 7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": 7, + "y": 2, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/starting_pieces/stairs_3_mirrored" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_4_mirrored.json b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_4_mirrored.json new file mode 100644 index 00000000..2bb99b86 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/stairs_4_mirrored.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stairs_mirrored", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": 7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": 7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": 7, + "y": 2, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/starting_pieces/stairs_4_mirrored" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_0.json b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_0.json new file mode 100644 index 00000000..b5df0f6a --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_0.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs_connector", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_post", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/posts"], + "position": { + "x": 7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/starting_pieces/starting_stairs_0" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_1.json b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_1.json new file mode 100644 index 00000000..248d3dde --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_1.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs_connector", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_post", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/posts"], + "position": { + "x": 7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/starting_pieces/starting_stairs_1" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_2.json b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_2.json new file mode 100644 index 00000000..f6d53caa --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_2.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs_connector", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_post", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/posts"], + "position": { + "x": 7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/starting_pieces/starting_stairs_2" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_3.json b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_3.json new file mode 100644 index 00000000..32fb8ad7 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_3.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs_connector", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_post", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/posts"], + "position": { + "x": 7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/starting_pieces/starting_stairs_3" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_4.json b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_4.json new file mode 100644 index 00000000..7cccacb8 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/starting_pieces/starting_stairs_4.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:inner_connector_right", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/small_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs_connector", + "pools": ["empty"], + "position": { + "x": -7, + "y": -3, + "z": -1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:inner_connector_left", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stable_stairs", + "pools": ["bastion/hoglin_stable/large_stables/inner"], + "position": { + "x": -7, + "y": -3, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stair_post", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/posts"], + "position": { + "x": 7, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stair_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:starting_stairs", + "pools": ["bastion/hoglin_stable/stairs"], + "position": { + "x": -7, + "y": 2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/starting_pieces/starting_stairs_4" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/walls/side_wall_0.json b/jigsaw-pieces/bastion/hoglin_stable/walls/side_wall_0.json new file mode 100644 index 00000000..a3c42d03 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/walls/side_wall_0.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:side_wall", + "pools": ["empty"], + "position": { + "x": -8, + "y": -12, + "z": 7 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:side_wall", + "pools": ["empty"], + "position": { + "x": 7, + "y": -12, + "z": 7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 3, + "y": -11, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -7, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -7, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:rampart", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/ramparts"], + "position": { + "x": -8, + "y": 11, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/walls/side_wall_0" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/walls/side_wall_1.json b/jigsaw-pieces/bastion/hoglin_stable/walls/side_wall_1.json new file mode 100644 index 00000000..4c23cbc4 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/walls/side_wall_1.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:side_wall", + "pools": ["empty"], + "position": { + "x": -8, + "y": -12, + "z": 7 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:side_wall", + "pools": ["empty"], + "position": { + "x": 7, + "y": -12, + "z": 7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 4, + "y": -11, + "z": -1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -8, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -1, + "z": -4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -1, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -1, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:rampart", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/ramparts"], + "position": { + "x": -8, + "y": 11, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/walls/side_wall_1" +} diff --git a/jigsaw-pieces/bastion/hoglin_stable/walls/wall_base.json b/jigsaw-pieces/bastion/hoglin_stable/walls/wall_base.json new file mode 100644 index 00000000..d92cc4f0 --- /dev/null +++ b/jigsaw-pieces/bastion/hoglin_stable/walls/wall_base.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:side_wall", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/walls"], + "position": { + "x": 5, + "y": -12, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:side_wall", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/walls"], + "position": { + "x": 5, + "y": -12, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:wall_base", + "pools": ["empty"], + "position": { + "x": 7, + "y": -11, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 6, + "y": -9, + "z": 5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:rampart", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/hoglin_stable/ramparts"], + "position": { + "x": -8, + "y": 11, + "z": 7 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/hoglin_stable/walls/wall_base" +} diff --git a/jigsaw-pieces/bastion/mobs/crossbow_piglin.json b/jigsaw-pieces/bastion/mobs/crossbow_piglin.json new file mode 100644 index 00000000..4e320b4e --- /dev/null +++ b/jigsaw-pieces/bastion/mobs/crossbow_piglin.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:mob_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/mobs/crossbow_piglin" +} diff --git a/jigsaw-pieces/bastion/mobs/empty.json b/jigsaw-pieces/bastion/mobs/empty.json new file mode 100644 index 00000000..f01f6c83 --- /dev/null +++ b/jigsaw-pieces/bastion/mobs/empty.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:mob_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/mobs/empty" +} diff --git a/jigsaw-pieces/bastion/mobs/hoglin.json b/jigsaw-pieces/bastion/mobs/hoglin.json new file mode 100644 index 00000000..b43ca007 --- /dev/null +++ b/jigsaw-pieces/bastion/mobs/hoglin.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:mob_connector", + "pools": ["empty"], + "position": { + "x": -1, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/mobs/hoglin" +} diff --git a/jigsaw-pieces/bastion/mobs/melee_piglin.json b/jigsaw-pieces/bastion/mobs/melee_piglin.json new file mode 100644 index 00000000..191aaecf --- /dev/null +++ b/jigsaw-pieces/bastion/mobs/melee_piglin.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:mob_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/mobs/melee_piglin" +} diff --git a/jigsaw-pieces/bastion/mobs/melee_piglin_always.json b/jigsaw-pieces/bastion/mobs/melee_piglin_always.json new file mode 100644 index 00000000..465abbee --- /dev/null +++ b/jigsaw-pieces/bastion/mobs/melee_piglin_always.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:melee_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/mobs/melee_piglin_always" +} diff --git a/jigsaw-pieces/bastion/mobs/sword_piglin.json b/jigsaw-pieces/bastion/mobs/sword_piglin.json new file mode 100644 index 00000000..376fcaf9 --- /dev/null +++ b/jigsaw-pieces/bastion/mobs/sword_piglin.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:mob_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/mobs/sword_piglin" +} diff --git a/jigsaw-pieces/bastion/treasure/bases/centers/center_0.json b/jigsaw-pieces/bastion/treasure/bases/centers/center_0.json new file mode 100644 index 00000000..595d085d --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/bases/centers/center_0.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:melee_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": -2, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:treasure", + "pools": ["empty"], + "position": { + "x": 3, + "y": -1, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/bases/centers/center_0" +} diff --git a/jigsaw-pieces/bastion/treasure/bases/centers/center_1.json b/jigsaw-pieces/bastion/treasure/bases/centers/center_1.json new file mode 100644 index 00000000..bf86bdff --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/bases/centers/center_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:melee_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 2, + "y": -1, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:melee_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 2, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:treasure", + "pools": ["empty"], + "position": { + "x": 3, + "y": -1, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/bases/centers/center_1" +} diff --git a/jigsaw-pieces/bastion/treasure/bases/centers/center_2.json b/jigsaw-pieces/bastion/treasure/bases/centers/center_2.json new file mode 100644 index 00000000..11c2ae58 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/bases/centers/center_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:melee_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": -2, + "y": -2, + "z": -3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 1, + "y": -2, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:treasure", + "pools": ["empty"], + "position": { + "x": 3, + "y": -1, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/bases/centers/center_2" +} diff --git a/jigsaw-pieces/bastion/treasure/bases/centers/center_3.json b/jigsaw-pieces/bastion/treasure/bases/centers/center_3.json new file mode 100644 index 00000000..766a7fe1 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/bases/centers/center_3.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:melee_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": -2, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:treasure", + "pools": ["empty"], + "position": { + "x": 3, + "y": -1, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/bases/centers/center_3" +} diff --git a/jigsaw-pieces/bastion/treasure/bases/lava_basin.json b/jigsaw-pieces/bastion/treasure/bases/lava_basin.json new file mode 100644 index 00000000..d0637c7f --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/bases/lava_basin.json @@ -0,0 +1,193 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["empty"], + "position": { + "x": 11, + "y": -5, + "z": -12 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:center_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/bottom"], + "position": { + "x": -12, + "y": -2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:center_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/bottom"], + "position": { + "x": -2, + "y": -2, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:center_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/bottom"], + "position": { + "x": 1, + "y": -2, + "z": 11 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:treasure", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/bases/centers"], + "position": { + "x": 3, + "y": -2, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:center_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/bottom"], + "position": { + "x": 11, + "y": -2, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:lower_stairs", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/stairs"], + "position": { + "x": -1, + "y": 5, + "z": -8 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:center_brain", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/brains"], + "position": { + "x": -1, + "y": 5, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:melee_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 0, + "y": 5, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 0, + "y": 5, + "z": 8 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/bases/lava_basin" +} diff --git a/jigsaw-pieces/bastion/treasure/big_air_full.json b/jigsaw-pieces/bastion/treasure/big_air_full.json new file mode 100644 index 00000000..b3536fbe --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/big_air_full.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:center_piece", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/bases"], + "position": { + "x": 11, + "y": -24, + "z": -11 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:entrance_bridge_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/entrances"], + "position": { + "x": 1, + "y": 11, + "z": -19 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/big_air_full" +} diff --git a/jigsaw-pieces/bastion/treasure/brains/center_brain.json b/jigsaw-pieces/bastion/treasure/brains/center_brain.json new file mode 100644 index 00000000..4a9b0291 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/brains/center_brain.json @@ -0,0 +1,193 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_brain", + "pools": ["empty"], + "position": { + "x": -1, + "y": -17, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mid_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/connectors"], + "position": { + "x": -1, + "y": -12, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mid_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/connectors"], + "position": { + "x": -1, + "y": -12, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mid_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/connectors"], + "position": { + "x": 0, + "y": -12, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mid_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/connectors"], + "position": { + "x": 0, + "y": -12, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:top_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/connectors"], + "position": { + "x": -1, + "y": 3, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:top_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/connectors"], + "position": { + "x": -1, + "y": 3, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:top_connector_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/connectors"], + "position": { + "x": 0, + "y": 3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:top_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/connectors"], + "position": { + "x": 0, + "y": 3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:center_roof_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/roofs"], + "position": { + "x": 0, + "y": 17, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/brains/center_brain" +} diff --git a/jigsaw-pieces/bastion/treasure/connectors/center_to_wall_middle.json b/jigsaw-pieces/bastion/treasure/connectors/center_to_wall_middle.json new file mode 100644 index 00000000..c31e9e84 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/connectors/center_to_wall_middle.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:center_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/mid"], + "position": { + "x": -5, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:mid_connector", + "pools": ["empty"], + "position": { + "x": 5, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/connectors/center_to_wall_middle" +} diff --git a/jigsaw-pieces/bastion/treasure/connectors/center_to_wall_top.json b/jigsaw-pieces/bastion/treasure/connectors/center_to_wall_top.json new file mode 100644 index 00000000..4a2a5cbd --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/connectors/center_to_wall_top.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:center_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/top"], + "position": { + "x": -5, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:top_connector", + "pools": ["empty"], + "position": { + "x": 5, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/connectors/center_to_wall_top" +} diff --git a/jigsaw-pieces/bastion/treasure/connectors/center_to_wall_top_entrance.json b/jigsaw-pieces/bastion/treasure/connectors/center_to_wall_top_entrance.json new file mode 100644 index 00000000..f6caa4c6 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/connectors/center_to_wall_top_entrance.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:entrance_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/top"], + "position": { + "x": -5, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:top_connector_entrance", + "pools": ["empty"], + "position": { + "x": 5, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/connectors/center_to_wall_top_entrance" +} diff --git a/jigsaw-pieces/bastion/treasure/corners/bottom/corner_0.json b/jigsaw-pieces/bastion/treasure/corners/bottom/corner_0.json new file mode 100644 index 00000000..970e943d --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/corners/bottom/corner_0.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom_corner_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": 0, + "y": -8, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom_corner_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": 2, + "y": -8, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:corner_connector", + "pools": ["empty"], + "position": { + "x": -2, + "y": -4, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:corner_connector", + "pools": ["empty"], + "position": { + "x": -1, + "y": -4, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/corners/bottom/corner_0" +} diff --git a/jigsaw-pieces/bastion/treasure/corners/bottom/corner_1.json b/jigsaw-pieces/bastion/treasure/corners/bottom/corner_1.json new file mode 100644 index 00000000..40f38290 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/corners/bottom/corner_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom_corner_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -8, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom_corner_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": 0, + "y": -8, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:corner_connector", + "pools": ["empty"], + "position": { + "x": 1, + "y": -4, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:corner_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -4, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/corners/bottom/corner_1" +} diff --git a/jigsaw-pieces/bastion/treasure/corners/edges/bottom.json b/jigsaw-pieces/bastion/treasure/corners/edges/bottom.json new file mode 100644 index 00000000..a3c5fdf5 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/corners/edges/bottom.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom_edge_connector", + "pools": ["empty"], + "position": { + "x": -1, + "y": -8, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/corners/edges/bottom" +} diff --git a/jigsaw-pieces/bastion/treasure/corners/edges/middle.json b/jigsaw-pieces/bastion/treasure/corners/edges/middle.json new file mode 100644 index 00000000..32c3954c --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/corners/edges/middle.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:middle_edge_connector", + "pools": ["empty"], + "position": { + "x": -1, + "y": -7, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/corners/edges/middle" +} diff --git a/jigsaw-pieces/bastion/treasure/corners/edges/top.json b/jigsaw-pieces/bastion/treasure/corners/edges/top.json new file mode 100644 index 00000000..fd2ff466 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/corners/edges/top.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:top_edge_connector", + "pools": ["empty"], + "position": { + "x": -1, + "y": -8, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/corners/edges/top" +} diff --git a/jigsaw-pieces/bastion/treasure/corners/middle/corner_0.json b/jigsaw-pieces/bastion/treasure/corners/middle/corner_0.json new file mode 100644 index 00000000..ef02a186 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/corners/middle/corner_0.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:middle_corner_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -7, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:middle_corner_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": 0, + "y": -7, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:corner_connector", + "pools": ["empty"], + "position": { + "x": 1, + "y": -7, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:corner_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -7, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/corners/middle/corner_0" +} diff --git a/jigsaw-pieces/bastion/treasure/corners/middle/corner_1.json b/jigsaw-pieces/bastion/treasure/corners/middle/corner_1.json new file mode 100644 index 00000000..0a5c6969 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/corners/middle/corner_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:middle_corner_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -7, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:middle_corner_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": 0, + "y": -7, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:corner_connector", + "pools": ["empty"], + "position": { + "x": 1, + "y": -7, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:corner_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -7, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/corners/middle/corner_1" +} diff --git a/jigsaw-pieces/bastion/treasure/corners/top/corner_0.json b/jigsaw-pieces/bastion/treasure/corners/top/corner_0.json new file mode 100644 index 00000000..3346b130 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/corners/top/corner_0.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:top_corner_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -7, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:top_corner_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": 0, + "y": -7, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:corner_connector", + "pools": ["empty"], + "position": { + "x": 1, + "y": -7, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:corner_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -7, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:corner_roof_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/roofs"], + "position": { + "x": 0, + "y": 7, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/corners/top/corner_0" +} diff --git a/jigsaw-pieces/bastion/treasure/corners/top/corner_1.json b/jigsaw-pieces/bastion/treasure/corners/top/corner_1.json new file mode 100644 index 00000000..8afceead --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/corners/top/corner_1.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:top_corner_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -7, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:top_corner_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": 0, + "y": -7, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:corner_connector", + "pools": ["empty"], + "position": { + "x": 1, + "y": -7, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:corner_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -7, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:corner_roof_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/roofs"], + "position": { + "x": 0, + "y": 7, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/corners/top/corner_1" +} diff --git a/jigsaw-pieces/bastion/treasure/entrances/entrance_0.json b/jigsaw-pieces/bastion/treasure/entrances/entrance_0.json new file mode 100644 index 00000000..ca74befd --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/entrances/entrance_0.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bridge_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/ramparts"], + "position": { + "x": -9, + "y": -7, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -6, + "y": -7, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:entrance_bridge_connector", + "pools": ["empty"], + "position": { + "x": 9, + "y": -7, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/entrances/entrance_0" +} diff --git a/jigsaw-pieces/bastion/treasure/extensions/empty.json b/jigsaw-pieces/bastion/treasure/extensions/empty.json new file mode 100644 index 00000000..1fd900f9 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/extensions/empty.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:extension_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/extensions/empty" +} diff --git a/jigsaw-pieces/bastion/treasure/extensions/fire_room.json b/jigsaw-pieces/bastion/treasure/extensions/fire_room.json new file mode 100644 index 00000000..4deaaae7 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/extensions/fire_room.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:extension_connector", + "pools": ["empty"], + "position": { + "x": -5, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/extensions/fire_room" +} diff --git a/jigsaw-pieces/bastion/treasure/extensions/house_0.json b/jigsaw-pieces/bastion/treasure/extensions/house_0.json new file mode 100644 index 00000000..66d80e19 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/extensions/house_0.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:house_connector", + "pools": ["empty"], + "position": { + "x": -2, + "y": -6, + "z": -4 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/extensions/house_0" +} diff --git a/jigsaw-pieces/bastion/treasure/extensions/house_1.json b/jigsaw-pieces/bastion/treasure/extensions/house_1.json new file mode 100644 index 00000000..c927c470 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/extensions/house_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:house_connector", + "pools": ["empty"], + "position": { + "x": -2, + "y": -6, + "z": -4 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/extensions/house_1" +} diff --git a/jigsaw-pieces/bastion/treasure/extensions/large_bridge_0.json b/jigsaw-pieces/bastion/treasure/extensions/large_bridge_0.json new file mode 100644 index 00000000..10ffb59f --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/extensions/large_bridge_0.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:extension_connector", + "pools": ["empty"], + "position": { + "x": 1, + "y": 0, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/extensions/large_bridge_0" +} diff --git a/jigsaw-pieces/bastion/treasure/extensions/large_bridge_1.json b/jigsaw-pieces/bastion/treasure/extensions/large_bridge_1.json new file mode 100644 index 00000000..7e45c013 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/extensions/large_bridge_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:extension_connector", + "pools": ["empty"], + "position": { + "x": 1, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/extensions/large_bridge_1" +} diff --git a/jigsaw-pieces/bastion/treasure/extensions/large_bridge_2.json b/jigsaw-pieces/bastion/treasure/extensions/large_bridge_2.json new file mode 100644 index 00000000..118dce21 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/extensions/large_bridge_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:extension_connector", + "pools": ["empty"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/extensions/large_bridge_2" +} diff --git a/jigsaw-pieces/bastion/treasure/extensions/large_bridge_3.json b/jigsaw-pieces/bastion/treasure/extensions/large_bridge_3.json new file mode 100644 index 00000000..ee7f9042 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/extensions/large_bridge_3.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:extension_connector", + "pools": ["empty"], + "position": { + "x": 1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/extensions/large_bridge_3" +} diff --git a/jigsaw-pieces/bastion/treasure/extensions/roofed_bridge.json b/jigsaw-pieces/bastion/treasure/extensions/roofed_bridge.json new file mode 100644 index 00000000..28de4087 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/extensions/roofed_bridge.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:extension_connector", + "pools": ["empty"], + "position": { + "x": -5, + "y": 2, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/extensions/roofed_bridge" +} diff --git a/jigsaw-pieces/bastion/treasure/extensions/small_bridge_0.json b/jigsaw-pieces/bastion/treasure/extensions/small_bridge_0.json new file mode 100644 index 00000000..3d921035 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/extensions/small_bridge_0.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:extension_connector", + "pools": ["empty"], + "position": { + "x": 1, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/extensions/small_bridge_0" +} diff --git a/jigsaw-pieces/bastion/treasure/extensions/small_bridge_1.json b/jigsaw-pieces/bastion/treasure/extensions/small_bridge_1.json new file mode 100644 index 00000000..c47da9f8 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/extensions/small_bridge_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:extension_connector", + "pools": ["empty"], + "position": { + "x": 1, + "y": 0, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/extensions/small_bridge_1" +} diff --git a/jigsaw-pieces/bastion/treasure/extensions/small_bridge_2.json b/jigsaw-pieces/bastion/treasure/extensions/small_bridge_2.json new file mode 100644 index 00000000..63ed761e --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/extensions/small_bridge_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:extension_connector", + "pools": ["empty"], + "position": { + "x": 1, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/extensions/small_bridge_2" +} diff --git a/jigsaw-pieces/bastion/treasure/extensions/small_bridge_3.json b/jigsaw-pieces/bastion/treasure/extensions/small_bridge_3.json new file mode 100644 index 00000000..f2a7b916 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/extensions/small_bridge_3.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:extension_connector", + "pools": ["empty"], + "position": { + "x": 1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/extensions/small_bridge_3" +} diff --git a/jigsaw-pieces/bastion/treasure/ramparts/bottom_wall_0.json b/jigsaw-pieces/bastion/treasure/ramparts/bottom_wall_0.json new file mode 100644 index 00000000..5e01e22d --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/ramparts/bottom_wall_0.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:ramparts_bottom_connector", + "pools": ["empty"], + "position": { + "x": -2, + "y": 11, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/ramparts/bottom_wall_0" +} diff --git a/jigsaw-pieces/bastion/treasure/ramparts/lava_basin_main.json b/jigsaw-pieces/bastion/treasure/ramparts/lava_basin_main.json new file mode 100644 index 00000000..af875dcb --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/ramparts/lava_basin_main.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:lava_basin_connector_side", + "pools": ["empty"], + "position": { + "x": -9, + "y": 11, + "z": -7 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:lava_wall", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls"], + "position": { + "x": 9, + "y": 11, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/ramparts/lava_basin_main" +} diff --git a/jigsaw-pieces/bastion/treasure/ramparts/lava_basin_side.json b/jigsaw-pieces/bastion/treasure/ramparts/lava_basin_side.json new file mode 100644 index 00000000..da8cf497 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/ramparts/lava_basin_side.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:lava_basin_connector_main", + "pools": ["empty"], + "position": { + "x": -9, + "y": 11, + "z": -7 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:lava_wall", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls"], + "position": { + "x": 9, + "y": 11, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/ramparts/lava_basin_side" +} diff --git a/jigsaw-pieces/bastion/treasure/ramparts/mid_wall_main.json b/jigsaw-pieces/bastion/treasure/ramparts/mid_wall_main.json new file mode 100644 index 00000000..ed1b5c0f --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/ramparts/mid_wall_main.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:ramparts_bottom_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/ramparts"], + "position": { + "x": -1, + "y": -16, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 5, + "y": -16, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:rampart_mid_side_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/ramparts"], + "position": { + "x": 6, + "y": -16, + "z": 6 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:lava_basin_connector_main", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/ramparts"], + "position": { + "x": 8, + "y": -11, + "z": -7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bridge_wall_connector", + "pools": ["empty"], + "position": { + "x": 8, + "y": -2, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 3, + "y": 12, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:melee_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 4, + "y": 12, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 4, + "y": 12, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:ramparts_top_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/ramparts"], + "position": { + "x": -1, + "y": 15, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/ramparts/mid_wall_main" +} diff --git a/jigsaw-pieces/bastion/treasure/ramparts/mid_wall_side.json b/jigsaw-pieces/bastion/treasure/ramparts/mid_wall_side.json new file mode 100644 index 00000000..2c683e75 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/ramparts/mid_wall_side.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:ramparts_bottom_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/ramparts"], + "position": { + "x": -1, + "y": -15, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 4, + "y": -15, + "z": -4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:rampart_mid_side_wall_connector", + "pools": ["empty"], + "position": { + "x": 8, + "y": -15, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:lava_basin_connector_side", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/ramparts"], + "position": { + "x": 8, + "y": -10, + "z": -7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 7, + "y": -7, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 3, + "y": 12, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 3, + "y": 12, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 5, + "y": 12, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:ramparts_top_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/ramparts"], + "position": { + "x": -1, + "y": 15, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/ramparts/mid_wall_side" +} diff --git a/jigsaw-pieces/bastion/treasure/ramparts/top_wall.json b/jigsaw-pieces/bastion/treasure/ramparts/top_wall.json new file mode 100644 index 00000000..2b72b307 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/ramparts/top_wall.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:ramparts_top_connector", + "pools": ["empty"], + "position": { + "x": -1, + "y": -9, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/ramparts/top_wall" +} diff --git a/jigsaw-pieces/bastion/treasure/roofs/center_roof.json b/jigsaw-pieces/bastion/treasure/roofs/center_roof.json new file mode 100644 index 00000000..97a19596 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/roofs/center_roof.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_roof_connector", + "pools": ["empty"], + "position": { + "x": -1, + "y": -1, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/roofs/center_roof" +} diff --git a/jigsaw-pieces/bastion/treasure/roofs/corner_roof.json b/jigsaw-pieces/bastion/treasure/roofs/corner_roof.json new file mode 100644 index 00000000..ec0f9c0a --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/roofs/corner_roof.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:corner_roof_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/roofs/corner_roof" +} diff --git a/jigsaw-pieces/bastion/treasure/roofs/wall_roof.json b/jigsaw-pieces/bastion/treasure/roofs/wall_roof.json new file mode 100644 index 00000000..90052f87 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/roofs/wall_roof.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:wall_roof_connector", + "pools": ["empty"], + "position": { + "x": -2, + "y": -1, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/roofs/wall_roof" +} diff --git a/jigsaw-pieces/bastion/treasure/stairs/lower_stairs.json b/jigsaw-pieces/bastion/treasure/stairs/lower_stairs.json new file mode 100644 index 00000000..feea69b4 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/stairs/lower_stairs.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:lower_stairs", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/stairs/lower_stairs" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/bottom/wall_0.json b/jigsaw-pieces/bastion/treasure/walls/bottom/wall_0.json new file mode 100644 index 00000000..53ed6961 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/bottom/wall_0.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:medium_outer_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -8, + "z": 11 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -5, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/bottom"], + "position": { + "x": 1, + "y": -4, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/bottom"], + "position": { + "x": 1, + "y": -4, + "z": 11 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:melee_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 0, + "y": -3, + "z": -9 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -3, + "z": 10 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/large_pool"], + "position": { + "x": 2, + "y": 7, + "z": -10 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/large_pool"], + "position": { + "x": 2, + "y": 7, + "z": 7 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/bottom/wall_0" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/bottom/wall_1.json b/jigsaw-pieces/bastion/treasure/walls/bottom/wall_1.json new file mode 100644 index 00000000..eca14cdd --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/bottom/wall_1.json @@ -0,0 +1,193 @@ +{ + "connectors": [ + { + "targetName": "minecraft:medium_outer_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -8, + "z": 11 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -5, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/bottom"], + "position": { + "x": 1, + "y": -4, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/bottom"], + "position": { + "x": 1, + "y": -4, + "z": 11 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -3, + "z": -9 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -3, + "z": -7 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/large_pool"], + "position": { + "x": 2, + "y": 3, + "z": -7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/large_pool"], + "position": { + "x": 2, + "y": 3, + "z": 4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/large_pool"], + "position": { + "x": 2, + "y": 7, + "z": -6 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/large_pool"], + "position": { + "x": 2, + "y": 7, + "z": 7 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/bottom/wall_1" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/bottom/wall_2.json b/jigsaw-pieces/bastion/treasure/walls/bottom/wall_2.json new file mode 100644 index 00000000..86107bd6 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/bottom/wall_2.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:medium_outer_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -8, + "z": 11 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -5, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/bottom"], + "position": { + "x": 1, + "y": -4, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/bottom"], + "position": { + "x": 1, + "y": -4, + "z": 11 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -3, + "z": 8 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -3, + "z": 3 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/bottom/wall_2" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/bottom/wall_3.json b/jigsaw-pieces/bastion/treasure/walls/bottom/wall_3.json new file mode 100644 index 00000000..c6415871 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/bottom/wall_3.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:medium_outer_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -8, + "z": 11 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -5, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/bottom"], + "position": { + "x": 1, + "y": -4, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/bottom"], + "position": { + "x": 1, + "y": -4, + "z": 11 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -3, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -3, + "z": 8 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/bottom/wall_3" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/entrance_wall.json b/jigsaw-pieces/bastion/treasure/walls/entrance_wall.json new file mode 100644 index 00000000..d1349d48 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/entrance_wall.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:entrance_wall_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": -8, + "z": 11 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:entrance_bridge_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/entrances"], + "position": { + "x": -1, + "y": -4, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/entrance_wall" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/lava_wall.json b/jigsaw-pieces/bastion/treasure/walls/lava_wall.json new file mode 100644 index 00000000..b30b16ee --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/lava_wall.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:lava_wall", + "pools": ["empty"], + "position": { + "x": -1, + "y": 11, + "z": 6 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/lava_wall" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/mid/wall_0.json b/jigsaw-pieces/bastion/treasure/walls/mid/wall_0.json new file mode 100644 index 00000000..0ee6afdd --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/mid/wall_0.json @@ -0,0 +1,232 @@ +{ + "connectors": [ + { + "targetName": "minecraft:outer_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -7, + "z": 11 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/middle"], + "position": { + "x": 1, + "y": -7, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/middle"], + "position": { + "x": 1, + "y": -7, + "z": 11 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -7, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -6, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -6, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/large_pool"], + "position": { + "x": 2, + "y": -1, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:melee_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 0, + "y": 3, + "z": 9 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 3, + "z": -10 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 3, + "z": 3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 3, + "z": 7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/large_pool"], + "position": { + "x": 2, + "y": 7, + "z": -9 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/large_pool"], + "position": { + "x": 2, + "y": 7, + "z": 5 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/mid/wall_0" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/mid/wall_1.json b/jigsaw-pieces/bastion/treasure/walls/mid/wall_1.json new file mode 100644 index 00000000..f5632428 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/mid/wall_1.json @@ -0,0 +1,232 @@ +{ + "connectors": [ + { + "targetName": "minecraft:outer_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -7, + "z": 11 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/middle"], + "position": { + "x": 1, + "y": -7, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/middle"], + "position": { + "x": 1, + "y": -7, + "z": 11 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -7, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/large_pool"], + "position": { + "x": 2, + "y": -7, + "z": 5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -1, + "z": -11 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -1, + "z": -8 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/large_pool"], + "position": { + "x": 2, + "y": -1, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": 3, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 7, + "z": -10 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 7, + "z": -6 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 7, + "z": 3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 7, + "z": 7 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/mid/wall_1" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/mid/wall_2.json b/jigsaw-pieces/bastion/treasure/walls/mid/wall_2.json new file mode 100644 index 00000000..889c54f5 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/mid/wall_2.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:outer_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -7, + "z": 11 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/middle"], + "position": { + "x": 1, + "y": -7, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/middle"], + "position": { + "x": 1, + "y": -7, + "z": 11 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -7, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": 3, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": 3, + "z": 10 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 3, + "z": -10 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 3, + "z": 7 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/mid/wall_2" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/outer/bottom_corner.json b/jigsaw-pieces/bastion/treasure/walls/outer/bottom_corner.json new file mode 100644 index 00000000..f0412128 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/outer/bottom_corner.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom_corner_wall_connector", + "pools": ["empty"], + "position": { + "x": -1, + "y": -8, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom_edge_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/edges"], + "position": { + "x": -1, + "y": -8, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:bottom_edge_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/edges"], + "position": { + "x": 0, + "y": -8, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/outer/bottom_corner" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/outer/medium_outer_wall.json b/jigsaw-pieces/bastion/treasure/walls/outer/medium_outer_wall.json new file mode 100644 index 00000000..86a3452d --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/outer/medium_outer_wall.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:medium_outer_wall_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": -8, + "z": 11 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/outer/medium_outer_wall" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/outer/mid_corner.json b/jigsaw-pieces/bastion/treasure/walls/outer/mid_corner.json new file mode 100644 index 00000000..5a0a5408 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/outer/mid_corner.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:middle_edge_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/edges"], + "position": { + "x": -2, + "y": -7, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:middle_corner_wall_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": -7, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:middle_edge_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/edges"], + "position": { + "x": 2, + "y": -7, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/outer/mid_corner" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/outer/outer_wall.json b/jigsaw-pieces/bastion/treasure/walls/outer/outer_wall.json new file mode 100644 index 00000000..980e9d32 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/outer/outer_wall.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:outer_wall_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": -7, + "z": 11 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/outer/outer_wall" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/outer/tall_outer_wall.json b/jigsaw-pieces/bastion/treasure/walls/outer/tall_outer_wall.json new file mode 100644 index 00000000..82edcf36 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/outer/tall_outer_wall.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:tall_outer_wall_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": -8, + "z": 11 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/outer/tall_outer_wall" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/outer/top_corner.json b/jigsaw-pieces/bastion/treasure/walls/outer/top_corner.json new file mode 100644 index 00000000..7915f1df --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/outer/top_corner.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:top_corner_wall_connector", + "pools": ["empty"], + "position": { + "x": -1, + "y": -8, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:top_edge_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/edges"], + "position": { + "x": -1, + "y": -8, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:top_edge_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/edges"], + "position": { + "x": 0, + "y": -8, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/outer/top_corner" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/top/main_entrance.json b/jigsaw-pieces/bastion/treasure/walls/top/main_entrance.json new file mode 100644 index 00000000..cafe81bc --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/top/main_entrance.json @@ -0,0 +1,232 @@ +{ + "connectors": [ + { + "targetName": "minecraft:entrance_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls"], + "position": { + "x": -2, + "y": -7, + "z": 11 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/top"], + "position": { + "x": 1, + "y": -7, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/top"], + "position": { + "x": 1, + "y": -7, + "z": 11 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:entrance_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -7, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:melee_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 1, + "y": -3, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": -3, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": -3, + "z": 3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": -3, + "z": 7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 2, + "z": -10 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 2, + "z": -6 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:wall_roof_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/roofs"], + "position": { + "x": -2, + "y": 7, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/top/main_entrance" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/top/wall_0.json b/jigsaw-pieces/bastion/treasure/walls/top/wall_0.json new file mode 100644 index 00000000..5a3d69e9 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/top/wall_0.json @@ -0,0 +1,193 @@ +{ + "connectors": [ + { + "targetName": "minecraft:tall_outer_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -7, + "z": 11 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/top"], + "position": { + "x": 1, + "y": -7, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/top"], + "position": { + "x": 1, + "y": -7, + "z": 11 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -7, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:house_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/houses"], + "position": { + "x": 2, + "y": -4, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:wall_roof_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/roofs"], + "position": { + "x": -2, + "y": 7, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 7, + "z": -10 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 7, + "z": -6 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 7, + "z": 3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": 7, + "z": 7 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/top/wall_0" +} diff --git a/jigsaw-pieces/bastion/treasure/walls/top/wall_1.json b/jigsaw-pieces/bastion/treasure/walls/top/wall_1.json new file mode 100644 index 00000000..2d771405 --- /dev/null +++ b/jigsaw-pieces/bastion/treasure/walls/top/wall_1.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:tall_outer_wall_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/walls/outer"], + "position": { + "x": -2, + "y": -7, + "z": 11 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/top"], + "position": { + "x": 1, + "y": -7, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:corner_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/corners/top"], + "position": { + "x": 1, + "y": -7, + "z": 11 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_connector", + "pools": ["empty"], + "position": { + "x": 2, + "y": -7, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -3, + "z": -9 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -3, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": -3, + "z": 3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:extension_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/extensions/small_pool"], + "position": { + "x": 2, + "y": -3, + "z": 7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:wall_roof_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/treasure/roofs"], + "position": { + "x": -2, + "y": 7, + "z": -12 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/treasure/walls/top/wall_1" +} diff --git a/jigsaw-pieces/bastion/units/air_base.json b/jigsaw-pieces/bastion/units/air_base.json new file mode 100644 index 00000000..1be8efa8 --- /dev/null +++ b/jigsaw-pieces/bastion/units/air_base.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:center_piece_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/center_pieces"], + "position": { + "x": 2, + "y": -12, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:wall_base", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:edge_wall_exit", + "pools": ["bastion/units/walls/wall_bases"], + "position": { + "x": -23, + "y": -11, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:edge_wall_unit_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/edge_wall_units"], + "position": { + "x": -23, + "y": -11, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/air_base" +} diff --git a/jigsaw-pieces/bastion/units/center_pieces/center_0.json b/jigsaw-pieces/bastion/units/center_pieces/center_0.json new file mode 100644 index 00000000..48c44f7d --- /dev/null +++ b/jigsaw-pieces/bastion/units/center_pieces/center_0.json @@ -0,0 +1,193 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:ground_pathway_entrance_wall", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece_wall", + "pools": ["bastion/units/pathways"], + "position": { + "x": -5, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:ground_pathway_entrance_wall", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece_wall", + "pools": ["bastion/units/pathways"], + "position": { + "x": -5, + "y": -2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": -1, + "y": -2, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": -1, + "y": -2, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": 1, + "y": -2, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": 1, + "y": -2, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": 5, + "y": -2, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": 5, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": 5, + "y": -2, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/center_pieces/center_0" +} diff --git a/jigsaw-pieces/bastion/units/center_pieces/center_1.json b/jigsaw-pieces/bastion/units/center_pieces/center_1.json new file mode 100644 index 00000000..2ce725a3 --- /dev/null +++ b/jigsaw-pieces/bastion/units/center_pieces/center_1.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": -4, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:ground_pathway_entrance_wall", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece_wall", + "pools": ["bastion/units/pathways"], + "position": { + "x": -5, + "y": -3, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:ground_pathway_entrance_wall", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece_wall", + "pools": ["bastion/units/pathways"], + "position": { + "x": -5, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": -1, + "y": -3, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": 0, + "y": -3, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": 1, + "y": -3, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": 5, + "y": -3, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/center_pieces/center_1" +} diff --git a/jigsaw-pieces/bastion/units/center_pieces/center_2.json b/jigsaw-pieces/bastion/units/center_pieces/center_2.json new file mode 100644 index 00000000..4dbc5713 --- /dev/null +++ b/jigsaw-pieces/bastion/units/center_pieces/center_2.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece_connector", + "pools": ["empty"], + "position": { + "x": 0, + "y": -4, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:ground_pathway_entrance_wall", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece_wall", + "pools": ["bastion/units/pathways"], + "position": { + "x": -5, + "y": -3, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:ground_pathway_entrance_wall", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece_wall", + "pools": ["bastion/units/pathways"], + "position": { + "x": -5, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": -1, + "y": -3, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": 0, + "y": -3, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": 1, + "y": -3, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:ground_pathway_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:center_piece", + "pools": ["bastion/units/pathways"], + "position": { + "x": 5, + "y": -3, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/center_pieces/center_2" +} diff --git a/jigsaw-pieces/bastion/units/edges/edge_0.json b/jigsaw-pieces/bastion/units/edges/edge_0.json new file mode 100644 index 00000000..776c2f50 --- /dev/null +++ b/jigsaw-pieces/bastion/units/edges/edge_0.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:filler_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/fillers/stage_0"], + "position": { + "x": -6, + "y": -2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:edge_entry", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:edge_entry", + "pools": ["empty"], + "position": { + "x": 2, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:filler_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/fillers/stage_0"], + "position": { + "x": 5, + "y": -2, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["empty"], + "position": { + "x": -2, + "y": 3, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:stage_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_top", + "pools": ["bastion/units/stages/stage_1"], + "position": { + "x": 0, + "y": 3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/edges/edge_0" +} diff --git a/jigsaw-pieces/bastion/units/fillers/stage_0.json b/jigsaw-pieces/bastion/units/fillers/stage_0.json new file mode 100644 index 00000000..e1b60d37 --- /dev/null +++ b/jigsaw-pieces/bastion/units/fillers/stage_0.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:filler_0_entry", + "pools": ["empty"], + "position": { + "x": -6, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:filler_0_entry", + "pools": ["empty"], + "position": { + "x": -6, + "y": -2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:filler_0_entry", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:filler_0_entry", + "pools": ["empty"], + "position": { + "x": 3, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:filler_0_entry", + "pools": ["empty"], + "position": { + "x": 5, + "y": -2, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:filler_0_entry", + "pools": ["empty"], + "position": { + "x": 5, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:stage_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_top", + "pools": ["bastion/units/stages/stage_1"], + "position": { + "x": 0, + "y": 3, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/fillers/stage_0" +} diff --git a/jigsaw-pieces/bastion/units/pathways/pathway_0.json b/jigsaw-pieces/bastion/units/pathways/pathway_0.json new file mode 100644 index 00000000..c3c649a1 --- /dev/null +++ b/jigsaw-pieces/bastion/units/pathways/pathway_0.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:ground_pathway_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stage_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:ground_pathway_exit", + "pools": ["bastion/units/stages/stage_0"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/pathways/pathway_0" +} diff --git a/jigsaw-pieces/bastion/units/pathways/pathway_wall_0.json b/jigsaw-pieces/bastion/units/pathways/pathway_wall_0.json new file mode 100644 index 00000000..a82718ef --- /dev/null +++ b/jigsaw-pieces/bastion/units/pathways/pathway_wall_0.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:ground_pathway_entrance_wall", + "pools": ["empty"], + "position": { + "x": 0, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:wall_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:ground_pathway_exit", + "pools": ["bastion/units/wall_units"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/pathways/pathway_wall_0" +} diff --git a/jigsaw-pieces/bastion/units/rampart_plates/plate_0.json b/jigsaw-pieces/bastion/units/rampart_plates/plate_0.json new file mode 100644 index 00000000..d983f4bc --- /dev/null +++ b/jigsaw-pieces/bastion/units/rampart_plates/plate_0.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:rampart_plate", + "pools": ["empty"], + "position": { + "x": 2, + "y": 9, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/rampart_plates/plate_0" +} diff --git a/jigsaw-pieces/bastion/units/ramparts/ramparts_0.json b/jigsaw-pieces/bastion/units/ramparts/ramparts_0.json new file mode 100644 index 00000000..3a636b89 --- /dev/null +++ b/jigsaw-pieces/bastion/units/ramparts/ramparts_0.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:rampart", + "pools": ["empty"], + "position": { + "x": -8, + "y": -16, + "z": 7 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": 0, + "z": -3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 1, + "y": 0, + "z": 4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 2, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:rampart_plate", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/rampart_plates"], + "position": { + "x": -8, + "y": 15, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/ramparts/ramparts_0" +} diff --git a/jigsaw-pieces/bastion/units/ramparts/ramparts_1.json b/jigsaw-pieces/bastion/units/ramparts/ramparts_1.json new file mode 100644 index 00000000..fcbd289e --- /dev/null +++ b/jigsaw-pieces/bastion/units/ramparts/ramparts_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:rampart", + "pools": ["empty"], + "position": { + "x": -8, + "y": -11, + "z": 7 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": -5, + "y": 1, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/ramparts/ramparts_1" +} diff --git a/jigsaw-pieces/bastion/units/ramparts/ramparts_2.json b/jigsaw-pieces/bastion/units/ramparts/ramparts_2.json new file mode 100644 index 00000000..3acf31fd --- /dev/null +++ b/jigsaw-pieces/bastion/units/ramparts/ramparts_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:rampart", + "pools": ["empty"], + "position": { + "x": -8, + "y": -6, + "z": 7 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/ramparts/ramparts_2" +} diff --git a/jigsaw-pieces/bastion/units/stages/rot/stage_1_0.json b/jigsaw-pieces/bastion/units/stages/rot/stage_1_0.json new file mode 100644 index 00000000..7c22b949 --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/rot/stage_1_0.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_1_bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stage_2_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_1_top", + "pools": ["bastion/units/stages/stage_2"], + "position": { + "x": 0, + "y": 3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/rot/stage_1_0" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_0_0.json b/jigsaw-pieces/bastion/units/stages/stage_0_0.json new file mode 100644 index 00000000..aa1c12ed --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_0_0.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:block_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/blocks/gold"], + "position": { + "x": 1, + "y": -3, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:filler_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/fillers/stage_0"], + "position": { + "x": -6, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_entry", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_entry", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_entry", + "pools": ["empty"], + "position": { + "x": 1, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 1, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:edge_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/edges"], + "position": { + "x": 2, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:filler_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/fillers/stage_0"], + "position": { + "x": 5, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:stage_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_top", + "pools": ["bastion/units/stages/stage_1"], + "position": { + "x": 0, + "y": 3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_0_0" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_0_1.json b/jigsaw-pieces/bastion/units/stages/stage_0_1.json new file mode 100644 index 00000000..56c5e3bf --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_0_1.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:filler_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/fillers/stage_0"], + "position": { + "x": -6, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_entry", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_entry", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_entry", + "pools": ["empty"], + "position": { + "x": 1, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:edge_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/edges"], + "position": { + "x": 2, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:filler_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/fillers/stage_0"], + "position": { + "x": 5, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -2, + "y": 0, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stage_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_top", + "pools": ["bastion/units/stages/stage_1"], + "position": { + "x": 0, + "y": 3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_0_1" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_0_2.json b/jigsaw-pieces/bastion/units/stages/stage_0_2.json new file mode 100644 index 00000000..0a2adda4 --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_0_2.json @@ -0,0 +1,193 @@ +{ + "connectors": [ + { + "targetName": "minecraft:filler_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/fillers/stage_0"], + "position": { + "x": -6, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_entry", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_entry", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_entry", + "pools": ["empty"], + "position": { + "x": 1, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:edge_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/edges"], + "position": { + "x": 2, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:filler_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/fillers/stage_0"], + "position": { + "x": 5, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": -4, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -2, + "y": 0, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:block_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/blocks/gold"], + "position": { + "x": 1, + "y": 0, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stage_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_top", + "pools": ["bastion/units/stages/stage_1"], + "position": { + "x": 0, + "y": 3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_0_2" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_0_3.json b/jigsaw-pieces/bastion/units/stages/stage_0_3.json new file mode 100644 index 00000000..b557698d --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_0_3.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:filler_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/fillers/stage_0"], + "position": { + "x": -6, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_entry", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_entry", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_entry", + "pools": ["empty"], + "position": { + "x": 1, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:edge_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/edges"], + "position": { + "x": 2, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:filler_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/fillers/stage_0"], + "position": { + "x": 5, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:block_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/blocks/gold"], + "position": { + "x": -6, + "y": 0, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stage_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_top", + "pools": ["bastion/units/stages/stage_1"], + "position": { + "x": 0, + "y": 3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_0_3" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_1_0.json b/jigsaw-pieces/bastion/units/stages/stage_1_0.json new file mode 100644 index 00000000..fc86ad4d --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_1_0.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:stage_0_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_1_bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:block_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/blocks/gold"], + "position": { + "x": 1, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -3, + "y": -2, + "z": -3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:stage_2_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_1_top", + "pools": ["bastion/units/stages/stage_2"], + "position": { + "x": 0, + "y": 3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_1_0" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_1_1.json b/jigsaw-pieces/bastion/units/stages/stage_1_1.json new file mode 100644 index 00000000..cdbb75e8 --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_1_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:stage_0_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_1_bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:block_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/blocks/gold"], + "position": { + "x": 2, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:stage_2_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_1_top", + "pools": ["bastion/units/stages/stage_2"], + "position": { + "x": 0, + "y": 3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_1_1" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_1_2.json b/jigsaw-pieces/bastion/units/stages/stage_1_2.json new file mode 100644 index 00000000..9dca25b1 --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_1_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:stage_0_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_1_bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": 3, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stage_2_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_1_top", + "pools": ["bastion/units/stages/stage_2"], + "position": { + "x": -1, + "y": 3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_1_2" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_1_3.json b/jigsaw-pieces/bastion/units/stages/stage_1_3.json new file mode 100644 index 00000000..6fbd3a70 --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_1_3.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:stage_0_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_1_bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -1, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -2, + "y": 0, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:block_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/blocks/gold"], + "position": { + "x": 1, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:stage_2_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_1_top", + "pools": ["bastion/units/stages/stage_2"], + "position": { + "x": 0, + "y": 3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_1_3" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_2_0.json b/jigsaw-pieces/bastion/units/stages/stage_2_0.json new file mode 100644 index 00000000..e78eca4e --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_2_0.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:stage_1_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_2_bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -4, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stage_3_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_2_top", + "pools": ["bastion/units/stages/stage_3"], + "position": { + "x": -1, + "y": 3, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_2_0" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_2_1.json b/jigsaw-pieces/bastion/units/stages/stage_2_1.json new file mode 100644 index 00000000..a8e0b616 --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_2_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:stage_1_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_2_bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -4, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stage_3_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_2_top", + "pools": ["bastion/units/stages/stage_3"], + "position": { + "x": -1, + "y": 3, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_2_1" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_3_0.json b/jigsaw-pieces/bastion/units/stages/stage_3_0.json new file mode 100644 index 00000000..d77532c8 --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_3_0.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:stage_2_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_3_bottom", + "pools": ["empty"], + "position": { + "x": -1, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_3_0" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_3_1.json b/jigsaw-pieces/bastion/units/stages/stage_3_1.json new file mode 100644 index 00000000..185034e5 --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_3_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:block_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/blocks/gold"], + "position": { + "x": -5, + "y": -1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:stage_2_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_3_bottom", + "pools": ["empty"], + "position": { + "x": -1, + "y": -1, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_3_1" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_3_2.json b/jigsaw-pieces/bastion/units/stages/stage_3_2.json new file mode 100644 index 00000000..7a20fc16 --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_3_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:stage_2_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_3_bottom", + "pools": ["empty"], + "position": { + "x": -1, + "y": -1, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_3_2" +} diff --git a/jigsaw-pieces/bastion/units/stages/stage_3_3.json b/jigsaw-pieces/bastion/units/stages/stage_3_3.json new file mode 100644 index 00000000..d31769fc --- /dev/null +++ b/jigsaw-pieces/bastion/units/stages/stage_3_3.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:stage_2_top", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_3_bottom", + "pools": ["empty"], + "position": { + "x": -1, + "y": -1, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/stages/stage_3_3" +} diff --git a/jigsaw-pieces/bastion/units/wall_units/edge_0_large.json b/jigsaw-pieces/bastion/units/wall_units/edge_0_large.json new file mode 100644 index 00000000..d7cca6b1 --- /dev/null +++ b/jigsaw-pieces/bastion/units/wall_units/edge_0_large.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:edge_wall_unit_connector", + "pools": ["empty"], + "position": { + "x": 3, + "y": -3, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:filler_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/fillers/stage_0"], + "position": { + "x": -6, + "y": -2, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:edge_wall_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/wall_units"], + "position": { + "x": 0, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:filler_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/fillers/stage_0"], + "position": { + "x": 5, + "y": -2, + "z": -3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:stage_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_top", + "pools": ["bastion/units/stages/rot/stage_1"], + "position": { + "x": -1, + "y": 3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/wall_units/edge_0_large" +} diff --git a/jigsaw-pieces/bastion/units/wall_units/unit_0.json b/jigsaw-pieces/bastion/units/wall_units/unit_0.json new file mode 100644 index 00000000..dea8f91a --- /dev/null +++ b/jigsaw-pieces/bastion/units/wall_units/unit_0.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:block_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/blocks/gold"], + "position": { + "x": 4, + "y": -3, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:filler_0_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/units/fillers/stage_0"], + "position": { + "x": -6, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:edge_wall_entry", + "pools": ["empty"], + "position": { + "x": 4, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:stage_1_bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:stage_0_top", + "pools": ["bastion/units/stages/stage_1"], + "position": { + "x": -2, + "y": 3, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/wall_units/unit_0" +} diff --git a/jigsaw-pieces/bastion/units/walls/connected_wall.json b/jigsaw-pieces/bastion/units/walls/connected_wall.json new file mode 100644 index 00000000..5494f4c0 --- /dev/null +++ b/jigsaw-pieces/bastion/units/walls/connected_wall.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:wall_connected_wall", + "pools": ["empty"], + "position": { + "x": -8, + "y": -11, + "z": -8 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 0, + "y": -8, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 4, + "y": -4, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin_melee"], + "position": { + "x": -6, + "y": 1, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:rampart", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:wall", + "pools": ["bastion/units/ramparts"], + "position": { + "x": 7, + "y": 11, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/walls/connected_wall" +} diff --git a/jigsaw-pieces/bastion/units/walls/wall_base.json b/jigsaw-pieces/bastion/units/walls/wall_base.json new file mode 100644 index 00000000..18b2c59c --- /dev/null +++ b/jigsaw-pieces/bastion/units/walls/wall_base.json @@ -0,0 +1,193 @@ +{ + "connectors": [ + { + "targetName": "minecraft:edge_wall_exit", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:wall_base", + "pools": ["bastion/units/edge_wall_units"], + "position": { + "x": -3, + "y": -11, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:wall_connected_wall", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:path_connected_wall", + "pools": ["bastion/units/walls/wall_bases"], + "position": { + "x": 7, + "y": -11, + "z": -8 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -6, + "y": -10, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -4, + "y": -7, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -3, + "y": -6, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": -4, + "y": -5, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 5, + "y": -1, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 3, + "y": 6, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:mob_connector", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["bastion/mobs/piglin"], + "position": { + "x": 4, + "y": 6, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:rampart", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:wall", + "pools": ["bastion/units/large_ramparts"], + "position": { + "x": 7, + "y": 11, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "bastion/units/walls/wall_base" +} diff --git a/jigsaw-pieces/end_city/base_floor.json b/jigsaw-pieces/end_city/base_floor.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/base_floor.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/base_roof.json b/jigsaw-pieces/end_city/base_roof.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/base_roof.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/bridge_end.json b/jigsaw-pieces/end_city/bridge_end.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/bridge_end.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/bridge_gentle_stairs.json b/jigsaw-pieces/end_city/bridge_gentle_stairs.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/bridge_gentle_stairs.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/bridge_piece.json b/jigsaw-pieces/end_city/bridge_piece.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/bridge_piece.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/bridge_steep_stairs.json b/jigsaw-pieces/end_city/bridge_steep_stairs.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/bridge_steep_stairs.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/fat_tower_base.json b/jigsaw-pieces/end_city/fat_tower_base.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/fat_tower_base.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/fat_tower_middle.json b/jigsaw-pieces/end_city/fat_tower_middle.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/fat_tower_middle.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/fat_tower_top.json b/jigsaw-pieces/end_city/fat_tower_top.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/fat_tower_top.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/second_floor_1.json b/jigsaw-pieces/end_city/second_floor_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/second_floor_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/second_floor_2.json b/jigsaw-pieces/end_city/second_floor_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/second_floor_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/second_roof.json b/jigsaw-pieces/end_city/second_roof.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/second_roof.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/ship.json b/jigsaw-pieces/end_city/ship.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/ship.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/third_floor_1.json b/jigsaw-pieces/end_city/third_floor_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/third_floor_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/third_floor_2.json b/jigsaw-pieces/end_city/third_floor_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/third_floor_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/third_roof.json b/jigsaw-pieces/end_city/third_roof.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/third_roof.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/tower_base.json b/jigsaw-pieces/end_city/tower_base.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/tower_base.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/tower_floor.json b/jigsaw-pieces/end_city/tower_floor.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/tower_floor.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/tower_piece.json b/jigsaw-pieces/end_city/tower_piece.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/tower_piece.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/end_city/tower_top.json b/jigsaw-pieces/end_city/tower_top.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/end_city/tower_top.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/skull_1.json b/jigsaw-pieces/fossil/skull_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/skull_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/skull_1_coal.json b/jigsaw-pieces/fossil/skull_1_coal.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/skull_1_coal.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/skull_2.json b/jigsaw-pieces/fossil/skull_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/skull_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/skull_2_coal.json b/jigsaw-pieces/fossil/skull_2_coal.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/skull_2_coal.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/skull_3.json b/jigsaw-pieces/fossil/skull_3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/skull_3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/skull_3_coal.json b/jigsaw-pieces/fossil/skull_3_coal.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/skull_3_coal.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/skull_4.json b/jigsaw-pieces/fossil/skull_4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/skull_4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/skull_4_coal.json b/jigsaw-pieces/fossil/skull_4_coal.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/skull_4_coal.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/spine_1.json b/jigsaw-pieces/fossil/spine_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/spine_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/spine_1_coal.json b/jigsaw-pieces/fossil/spine_1_coal.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/spine_1_coal.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/spine_2.json b/jigsaw-pieces/fossil/spine_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/spine_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/spine_2_coal.json b/jigsaw-pieces/fossil/spine_2_coal.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/spine_2_coal.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/spine_3.json b/jigsaw-pieces/fossil/spine_3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/spine_3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/spine_3_coal.json b/jigsaw-pieces/fossil/spine_3_coal.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/spine_3_coal.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/spine_4.json b/jigsaw-pieces/fossil/spine_4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/spine_4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/fossil/spine_4_coal.json b/jigsaw-pieces/fossil/spine_4_coal.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/fossil/spine_4_coal.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/igloo/bottom.json b/jigsaw-pieces/igloo/bottom.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/igloo/bottom.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/igloo/middle.json b/jigsaw-pieces/igloo/middle.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/igloo/middle.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/igloo/top.json b/jigsaw-pieces/igloo/top.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/igloo/top.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_1.json b/jigsaw-pieces/nether_fossils/fossil_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_10.json b/jigsaw-pieces/nether_fossils/fossil_10.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_10.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_11.json b/jigsaw-pieces/nether_fossils/fossil_11.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_11.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_12.json b/jigsaw-pieces/nether_fossils/fossil_12.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_12.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_13.json b/jigsaw-pieces/nether_fossils/fossil_13.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_13.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_14.json b/jigsaw-pieces/nether_fossils/fossil_14.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_14.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_2.json b/jigsaw-pieces/nether_fossils/fossil_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_3.json b/jigsaw-pieces/nether_fossils/fossil_3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_4.json b/jigsaw-pieces/nether_fossils/fossil_4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_5.json b/jigsaw-pieces/nether_fossils/fossil_5.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_5.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_6.json b/jigsaw-pieces/nether_fossils/fossil_6.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_6.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_7.json b/jigsaw-pieces/nether_fossils/fossil_7.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_7.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_8.json b/jigsaw-pieces/nether_fossils/fossil_8.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_8.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/nether_fossils/fossil_9.json b/jigsaw-pieces/nether_fossils/fossil_9.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/nether_fossils/fossil_9.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/pillager_outpost/base_plate.json b/jigsaw-pieces/pillager_outpost/base_plate.json new file mode 100644 index 00000000..2bade2cd --- /dev/null +++ b/jigsaw-pieces/pillager_outpost/base_plate.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:plate_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:plate_entry", + "pools": ["pillager_outpost/feature_plates"], + "position": { + "x": -8, + "y": -15, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:plate_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:plate_entry", + "pools": ["pillager_outpost/feature_plates"], + "position": { + "x": -1, + "y": -15, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:plate_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:plate_entry", + "pools": ["pillager_outpost/feature_plates"], + "position": { + "x": 7, + "y": -15, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:entrance", + "pools": ["pillager_outpost/towers"], + "position": { + "x": -1, + "y": -14, + "z": 6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:entrance", + "pools": ["pillager_outpost/towers"], + "position": { + "x": 0, + "y": -14, + "z": 6 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "pillager_outpost/base_plate" +} diff --git a/jigsaw-pieces/pillager_outpost/feature_cage1.json b/jigsaw-pieces/pillager_outpost/feature_cage1.json new file mode 100644 index 00000000..160baa3c --- /dev/null +++ b/jigsaw-pieces/pillager_outpost/feature_cage1.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": -2, + "y": -2, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": -2, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 1, + "y": -2, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 3, + "y": -2, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 3, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "pillager_outpost/feature_cage1" +} diff --git a/jigsaw-pieces/pillager_outpost/feature_cage2.json b/jigsaw-pieces/pillager_outpost/feature_cage2.json new file mode 100644 index 00000000..142896fe --- /dev/null +++ b/jigsaw-pieces/pillager_outpost/feature_cage2.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": -2, + "y": -2, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": -2, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 1, + "y": -2, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 3, + "y": -2, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 3, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "pillager_outpost/feature_cage2" +} diff --git a/jigsaw-pieces/pillager_outpost/feature_logs.json b/jigsaw-pieces/pillager_outpost/feature_logs.json new file mode 100644 index 00000000..8ebfbf7b --- /dev/null +++ b/jigsaw-pieces/pillager_outpost/feature_logs.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": -3, + "y": -1, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": -3, + "y": -1, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 2, + "y": -1, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 2, + "y": -1, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "pillager_outpost/feature_logs" +} diff --git a/jigsaw-pieces/pillager_outpost/feature_plate.json b/jigsaw-pieces/pillager_outpost/feature_plate.json new file mode 100644 index 00000000..1dcbb810 --- /dev/null +++ b/jigsaw-pieces/pillager_outpost/feature_plate.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["pillager_outpost/features"], + "position": { + "x": -1, + "y": -2, + "z": 7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:plate_entry", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:plate_entry", + "pools": ["empty"], + "position": { + "x": 7, + "y": -2, + "z": -9 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "pillager_outpost/feature_plate" +} diff --git a/jigsaw-pieces/pillager_outpost/feature_targets.json b/jigsaw-pieces/pillager_outpost/feature_targets.json new file mode 100644 index 00000000..9fdb8c95 --- /dev/null +++ b/jigsaw-pieces/pillager_outpost/feature_targets.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": -1, + "y": -1, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": -1, + "y": -1, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 1, + "y": -1, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 1, + "y": -1, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "pillager_outpost/feature_targets" +} diff --git a/jigsaw-pieces/pillager_outpost/feature_tent1.json b/jigsaw-pieces/pillager_outpost/feature_tent1.json new file mode 100644 index 00000000..725d07ee --- /dev/null +++ b/jigsaw-pieces/pillager_outpost/feature_tent1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 2, + "y": -2, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 2, + "y": -2, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "pillager_outpost/feature_tent1" +} diff --git a/jigsaw-pieces/pillager_outpost/feature_tent2.json b/jigsaw-pieces/pillager_outpost/feature_tent2.json new file mode 100644 index 00000000..f6feb93b --- /dev/null +++ b/jigsaw-pieces/pillager_outpost/feature_tent2.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 2, + "y": -2, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": ["empty"], + "position": { + "x": 2, + "y": -2, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "pillager_outpost/feature_tent2" +} diff --git a/jigsaw-pieces/pillager_outpost/watchtower.json b/jigsaw-pieces/pillager_outpost/watchtower.json new file mode 100644 index 00000000..e74f6cbb --- /dev/null +++ b/jigsaw-pieces/pillager_outpost/watchtower.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -9, + "z": 6 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "pillager_outpost/watchtower" +} diff --git a/jigsaw-pieces/pillager_outpost/watchtower_overgrown.json b/jigsaw-pieces/pillager_outpost/watchtower_overgrown.json new file mode 100644 index 00000000..9f5a807a --- /dev/null +++ b/jigsaw-pieces/pillager_outpost/watchtower_overgrown.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -10, + "z": 6 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "pillager_outpost/watchtower_overgrown" +} diff --git a/jigsaw-pieces/ruined_portal/giant_portal_1.json b/jigsaw-pieces/ruined_portal/giant_portal_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/ruined_portal/giant_portal_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/ruined_portal/giant_portal_2.json b/jigsaw-pieces/ruined_portal/giant_portal_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/ruined_portal/giant_portal_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/ruined_portal/giant_portal_3.json b/jigsaw-pieces/ruined_portal/giant_portal_3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/ruined_portal/giant_portal_3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/ruined_portal/portal_1.json b/jigsaw-pieces/ruined_portal/portal_1.json new file mode 100644 index 00000000..38a24a99 --- /dev/null +++ b/jigsaw-pieces/ruined_portal/portal_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["empty"], + "position": { + "x": -1, + "y": -5, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "ruined_portal/portal_1" +} diff --git a/jigsaw-pieces/ruined_portal/portal_10.json b/jigsaw-pieces/ruined_portal/portal_10.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/ruined_portal/portal_10.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/ruined_portal/portal_2.json b/jigsaw-pieces/ruined_portal/portal_2.json new file mode 100644 index 00000000..2111fbe1 --- /dev/null +++ b/jigsaw-pieces/ruined_portal/portal_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["empty"], + "position": { + "x": 0, + "y": -6, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "ruined_portal/portal_2" +} diff --git a/jigsaw-pieces/ruined_portal/portal_3.json b/jigsaw-pieces/ruined_portal/portal_3.json new file mode 100644 index 00000000..bb097901 --- /dev/null +++ b/jigsaw-pieces/ruined_portal/portal_3.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["empty"], + "position": { + "x": -1, + "y": -4, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "ruined_portal/portal_3" +} diff --git a/jigsaw-pieces/ruined_portal/portal_4.json b/jigsaw-pieces/ruined_portal/portal_4.json new file mode 100644 index 00000000..e1a3c30c --- /dev/null +++ b/jigsaw-pieces/ruined_portal/portal_4.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["empty"], + "position": { + "x": -1, + "y": -4, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "ruined_portal/portal_4" +} diff --git a/jigsaw-pieces/ruined_portal/portal_5.json b/jigsaw-pieces/ruined_portal/portal_5.json new file mode 100644 index 00000000..c7a8a69c --- /dev/null +++ b/jigsaw-pieces/ruined_portal/portal_5.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:empty", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:empty", + "pools": ["empty"], + "position": { + "x": -1, + "y": -5, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "ruined_portal/portal_5" +} diff --git a/jigsaw-pieces/ruined_portal/portal_6.json b/jigsaw-pieces/ruined_portal/portal_6.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/ruined_portal/portal_6.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/ruined_portal/portal_7.json b/jigsaw-pieces/ruined_portal/portal_7.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/ruined_portal/portal_7.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/ruined_portal/portal_8.json b/jigsaw-pieces/ruined_portal/portal_8.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/ruined_portal/portal_8.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/ruined_portal/portal_9.json b/jigsaw-pieces/ruined_portal/portal_9.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/ruined_portal/portal_9.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_brick_1.json b/jigsaw-pieces/underwater_ruin/big_brick_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_brick_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_brick_2.json b/jigsaw-pieces/underwater_ruin/big_brick_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_brick_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_brick_3.json b/jigsaw-pieces/underwater_ruin/big_brick_3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_brick_3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_brick_8.json b/jigsaw-pieces/underwater_ruin/big_brick_8.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_brick_8.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_cracked_1.json b/jigsaw-pieces/underwater_ruin/big_cracked_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_cracked_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_cracked_2.json b/jigsaw-pieces/underwater_ruin/big_cracked_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_cracked_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_cracked_3.json b/jigsaw-pieces/underwater_ruin/big_cracked_3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_cracked_3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_cracked_8.json b/jigsaw-pieces/underwater_ruin/big_cracked_8.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_cracked_8.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_mossy_1.json b/jigsaw-pieces/underwater_ruin/big_mossy_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_mossy_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_mossy_2.json b/jigsaw-pieces/underwater_ruin/big_mossy_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_mossy_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_mossy_3.json b/jigsaw-pieces/underwater_ruin/big_mossy_3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_mossy_3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_mossy_8.json b/jigsaw-pieces/underwater_ruin/big_mossy_8.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_mossy_8.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_warm_4.json b/jigsaw-pieces/underwater_ruin/big_warm_4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_warm_4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_warm_5.json b/jigsaw-pieces/underwater_ruin/big_warm_5.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_warm_5.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_warm_6.json b/jigsaw-pieces/underwater_ruin/big_warm_6.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_warm_6.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/big_warm_7.json b/jigsaw-pieces/underwater_ruin/big_warm_7.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/big_warm_7.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/brick_1.json b/jigsaw-pieces/underwater_ruin/brick_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/brick_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/brick_2.json b/jigsaw-pieces/underwater_ruin/brick_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/brick_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/brick_3.json b/jigsaw-pieces/underwater_ruin/brick_3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/brick_3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/brick_4.json b/jigsaw-pieces/underwater_ruin/brick_4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/brick_4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/brick_5.json b/jigsaw-pieces/underwater_ruin/brick_5.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/brick_5.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/brick_6.json b/jigsaw-pieces/underwater_ruin/brick_6.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/brick_6.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/brick_7.json b/jigsaw-pieces/underwater_ruin/brick_7.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/brick_7.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/brick_8.json b/jigsaw-pieces/underwater_ruin/brick_8.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/brick_8.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/cracked_1.json b/jigsaw-pieces/underwater_ruin/cracked_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/cracked_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/cracked_2.json b/jigsaw-pieces/underwater_ruin/cracked_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/cracked_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/cracked_3.json b/jigsaw-pieces/underwater_ruin/cracked_3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/cracked_3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/cracked_4.json b/jigsaw-pieces/underwater_ruin/cracked_4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/cracked_4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/cracked_5.json b/jigsaw-pieces/underwater_ruin/cracked_5.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/cracked_5.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/cracked_6.json b/jigsaw-pieces/underwater_ruin/cracked_6.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/cracked_6.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/cracked_7.json b/jigsaw-pieces/underwater_ruin/cracked_7.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/cracked_7.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/cracked_8.json b/jigsaw-pieces/underwater_ruin/cracked_8.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/cracked_8.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/mossy_1.json b/jigsaw-pieces/underwater_ruin/mossy_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/mossy_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/mossy_2.json b/jigsaw-pieces/underwater_ruin/mossy_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/mossy_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/mossy_3.json b/jigsaw-pieces/underwater_ruin/mossy_3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/mossy_3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/mossy_4.json b/jigsaw-pieces/underwater_ruin/mossy_4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/mossy_4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/mossy_5.json b/jigsaw-pieces/underwater_ruin/mossy_5.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/mossy_5.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/mossy_6.json b/jigsaw-pieces/underwater_ruin/mossy_6.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/mossy_6.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/mossy_7.json b/jigsaw-pieces/underwater_ruin/mossy_7.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/mossy_7.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/mossy_8.json b/jigsaw-pieces/underwater_ruin/mossy_8.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/mossy_8.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/warm_1.json b/jigsaw-pieces/underwater_ruin/warm_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/warm_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/warm_2.json b/jigsaw-pieces/underwater_ruin/warm_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/warm_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/warm_3.json b/jigsaw-pieces/underwater_ruin/warm_3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/warm_3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/warm_4.json b/jigsaw-pieces/underwater_ruin/warm_4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/warm_4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/warm_5.json b/jigsaw-pieces/underwater_ruin/warm_5.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/warm_5.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/warm_6.json b/jigsaw-pieces/underwater_ruin/warm_6.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/warm_6.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/warm_7.json b/jigsaw-pieces/underwater_ruin/warm_7.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/warm_7.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/underwater_ruin/warm_8.json b/jigsaw-pieces/underwater_ruin/warm_8.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/underwater_ruin/warm_8.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/village/common/animals/cat_black.json b/jigsaw-pieces/village/common/animals/cat_black.json new file mode 100644 index 00000000..9eb8e9de --- /dev/null +++ b/jigsaw-pieces/village/common/animals/cat_black.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/cat_black" +} diff --git a/jigsaw-pieces/village/common/animals/cat_british.json b/jigsaw-pieces/village/common/animals/cat_british.json new file mode 100644 index 00000000..700fd4c0 --- /dev/null +++ b/jigsaw-pieces/village/common/animals/cat_british.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/cat_british" +} diff --git a/jigsaw-pieces/village/common/animals/cat_calico.json b/jigsaw-pieces/village/common/animals/cat_calico.json new file mode 100644 index 00000000..c4f07339 --- /dev/null +++ b/jigsaw-pieces/village/common/animals/cat_calico.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/cat_calico" +} diff --git a/jigsaw-pieces/village/common/animals/cat_jellie.json b/jigsaw-pieces/village/common/animals/cat_jellie.json new file mode 100644 index 00000000..22315d63 --- /dev/null +++ b/jigsaw-pieces/village/common/animals/cat_jellie.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/cat_jellie" +} diff --git a/jigsaw-pieces/village/common/animals/cat_persian.json b/jigsaw-pieces/village/common/animals/cat_persian.json new file mode 100644 index 00000000..b5e0ed70 --- /dev/null +++ b/jigsaw-pieces/village/common/animals/cat_persian.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/cat_persian" +} diff --git a/jigsaw-pieces/village/common/animals/cat_ragdoll.json b/jigsaw-pieces/village/common/animals/cat_ragdoll.json new file mode 100644 index 00000000..d3d4d7c0 --- /dev/null +++ b/jigsaw-pieces/village/common/animals/cat_ragdoll.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/cat_ragdoll" +} diff --git a/jigsaw-pieces/village/common/animals/cat_red.json b/jigsaw-pieces/village/common/animals/cat_red.json new file mode 100644 index 00000000..8d4c1067 --- /dev/null +++ b/jigsaw-pieces/village/common/animals/cat_red.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/cat_red" +} diff --git a/jigsaw-pieces/village/common/animals/cat_siamese.json b/jigsaw-pieces/village/common/animals/cat_siamese.json new file mode 100644 index 00000000..3770f4dd --- /dev/null +++ b/jigsaw-pieces/village/common/animals/cat_siamese.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/cat_siamese" +} diff --git a/jigsaw-pieces/village/common/animals/cat_tabby.json b/jigsaw-pieces/village/common/animals/cat_tabby.json new file mode 100644 index 00000000..56fe1884 --- /dev/null +++ b/jigsaw-pieces/village/common/animals/cat_tabby.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/cat_tabby" +} diff --git a/jigsaw-pieces/village/common/animals/cat_white.json b/jigsaw-pieces/village/common/animals/cat_white.json new file mode 100644 index 00000000..27c509f0 --- /dev/null +++ b/jigsaw-pieces/village/common/animals/cat_white.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/cat_white" +} diff --git a/jigsaw-pieces/village/common/animals/cows_1.json b/jigsaw-pieces/village/common/animals/cows_1.json new file mode 100644 index 00000000..5f35c04d --- /dev/null +++ b/jigsaw-pieces/village/common/animals/cows_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/cows_1" +} diff --git a/jigsaw-pieces/village/common/animals/horses_1.json b/jigsaw-pieces/village/common/animals/horses_1.json new file mode 100644 index 00000000..3fa66789 --- /dev/null +++ b/jigsaw-pieces/village/common/animals/horses_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/horses_1" +} diff --git a/jigsaw-pieces/village/common/animals/horses_2.json b/jigsaw-pieces/village/common/animals/horses_2.json new file mode 100644 index 00000000..c4591493 --- /dev/null +++ b/jigsaw-pieces/village/common/animals/horses_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/horses_2" +} diff --git a/jigsaw-pieces/village/common/animals/horses_3.json b/jigsaw-pieces/village/common/animals/horses_3.json new file mode 100644 index 00000000..1ee07c4e --- /dev/null +++ b/jigsaw-pieces/village/common/animals/horses_3.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/horses_3" +} diff --git a/jigsaw-pieces/village/common/animals/horses_4.json b/jigsaw-pieces/village/common/animals/horses_4.json new file mode 100644 index 00000000..6e5630ef --- /dev/null +++ b/jigsaw-pieces/village/common/animals/horses_4.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/horses_4" +} diff --git a/jigsaw-pieces/village/common/animals/horses_5.json b/jigsaw-pieces/village/common/animals/horses_5.json new file mode 100644 index 00000000..4b13fa1d --- /dev/null +++ b/jigsaw-pieces/village/common/animals/horses_5.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/horses_5" +} diff --git a/jigsaw-pieces/village/common/animals/pigs_1.json b/jigsaw-pieces/village/common/animals/pigs_1.json new file mode 100644 index 00000000..43d7fc3f --- /dev/null +++ b/jigsaw-pieces/village/common/animals/pigs_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/pigs_1" +} diff --git a/jigsaw-pieces/village/common/animals/sheep_1.json b/jigsaw-pieces/village/common/animals/sheep_1.json new file mode 100644 index 00000000..2d32bdf2 --- /dev/null +++ b/jigsaw-pieces/village/common/animals/sheep_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/sheep_1" +} diff --git a/jigsaw-pieces/village/common/animals/sheep_2.json b/jigsaw-pieces/village/common/animals/sheep_2.json new file mode 100644 index 00000000..fe032800 --- /dev/null +++ b/jigsaw-pieces/village/common/animals/sheep_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/animals/sheep_2" +} diff --git a/jigsaw-pieces/village/common/iron_golem.json b/jigsaw-pieces/village/common/iron_golem.json new file mode 100644 index 00000000..7e9bef57 --- /dev/null +++ b/jigsaw-pieces/village/common/iron_golem.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/iron_golem" +} diff --git a/jigsaw-pieces/village/common/well_bottom.json b/jigsaw-pieces/village/common/well_bottom.json new file mode 100644 index 00000000..cd2ec00d --- /dev/null +++ b/jigsaw-pieces/village/common/well_bottom.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/well_bottoms"], + "position": { + "x": 1, + "y": 1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/common/well_bottom" +} diff --git a/jigsaw-pieces/village/decays/grass_11x13.json b/jigsaw-pieces/village/decays/grass_11x13.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/village/decays/grass_11x13.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/village/decays/grass_16x16.json b/jigsaw-pieces/village/decays/grass_16x16.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/village/decays/grass_16x16.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/village/decays/grass_9x9.json b/jigsaw-pieces/village/decays/grass_9x9.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/village/decays/grass_9x9.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/village/desert/desert_lamp_1.json b/jigsaw-pieces/village/desert/desert_lamp_1.json new file mode 100644 index 00000000..24f059ac --- /dev/null +++ b/jigsaw-pieces/village/desert/desert_lamp_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/desert_lamp_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_animal_pen_1.json b/jigsaw-pieces/village/desert/houses/desert_animal_pen_1.json new file mode 100644 index 00000000..390341a7 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_animal_pen_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_animal_pen_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_animal_pen_2.json b/jigsaw-pieces/village/desert/houses/desert_animal_pen_2.json new file mode 100644 index 00000000..ecc090d3 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_animal_pen_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 1, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_animal_pen_2" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_armorer_1.json b/jigsaw-pieces/village/desert/houses/desert_armorer_1.json new file mode 100644 index 00000000..ca35e5c7 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_armorer_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_armorer_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_butcher_shop_1.json b/jigsaw-pieces/village/desert/houses/desert_butcher_shop_1.json new file mode 100644 index 00000000..53391edc --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_butcher_shop_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/butcher_animals"], + "position": { + "x": 2, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_butcher_shop_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_cartographer_house_1.json b/jigsaw-pieces/village/desert/houses/desert_cartographer_house_1.json new file mode 100644 index 00000000..5e8ec146 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_cartographer_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -3, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 2, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_cartographer_house_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_farm_1.json b/jigsaw-pieces/village/desert/houses/desert_farm_1.json new file mode 100644 index 00000000..259ff0fb --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_farm_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_farm_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_farm_2.json b/jigsaw-pieces/village/desert/houses/desert_farm_2.json new file mode 100644 index 00000000..c9637083 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_farm_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_farm_2" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_fisher_1.json b/jigsaw-pieces/village/desert/houses/desert_fisher_1.json new file mode 100644 index 00000000..f667e6cd --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_fisher_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_fisher_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_fletcher_house_1.json b/jigsaw-pieces/village/desert/houses/desert_fletcher_house_1.json new file mode 100644 index 00000000..e421e918 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_fletcher_house_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -5, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_fletcher_house_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_large_farm_1.json b/jigsaw-pieces/village/desert/houses/desert_large_farm_1.json new file mode 100644 index 00000000..b1565dc2 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_large_farm_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -1, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_large_farm_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_library_1.json b/jigsaw-pieces/village/desert/houses/desert_library_1.json new file mode 100644 index 00000000..4f74dc95 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_library_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_library_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_mason_1.json b/jigsaw-pieces/village/desert/houses/desert_mason_1.json new file mode 100644 index 00000000..b30fc7b3 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_mason_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -1, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_mason_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_medium_house_1.json b/jigsaw-pieces/village/desert/houses/desert_medium_house_1.json new file mode 100644 index 00000000..2a9fb490 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_medium_house_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 0, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_medium_house_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_medium_house_2.json b/jigsaw-pieces/village/desert/houses/desert_medium_house_2.json new file mode 100644 index 00000000..fc2cb0c3 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_medium_house_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": -1, + "y": -4, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 2, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_medium_house_2" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_shepherd_house_1.json b/jigsaw-pieces/village/desert/houses/desert_shepherd_house_1.json new file mode 100644 index 00000000..746f75bb --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_shepherd_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/sheep"], + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_shepherd_house_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_1.json b/jigsaw-pieces/village/desert/houses/desert_small_house_1.json new file mode 100644 index 00000000..9e43369d --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_small_house_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_2.json b/jigsaw-pieces/village/desert/houses/desert_small_house_2.json new file mode 100644 index 00000000..993fef5c --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": -2, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_small_house_2" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_3.json b/jigsaw-pieces/village/desert/houses/desert_small_house_3.json new file mode 100644 index 00000000..76cd0fdb --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_3.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 0, + "y": -2, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_small_house_3" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_4.json b/jigsaw-pieces/village/desert/houses/desert_small_house_4.json new file mode 100644 index 00000000..a23df469 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_4.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 1, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 1, + "y": -1, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_small_house_4" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_5.json b/jigsaw-pieces/village/desert/houses/desert_small_house_5.json new file mode 100644 index 00000000..56875d30 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_5.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 1, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_small_house_5" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_6.json b/jigsaw-pieces/village/desert/houses/desert_small_house_6.json new file mode 100644 index 00000000..baac4a1c --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_6.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": -1, + "y": -9, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -8, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_small_house_6" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_7.json b/jigsaw-pieces/village/desert/houses/desert_small_house_7.json new file mode 100644 index 00000000..a582dbe4 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_7.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 1, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -1, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_small_house_7" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_small_house_8.json b/jigsaw-pieces/village/desert/houses/desert_small_house_8.json new file mode 100644 index 00000000..7b731fdf --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_small_house_8.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 0, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_small_house_8" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_tannery_1.json b/jigsaw-pieces/village/desert/houses/desert_tannery_1.json new file mode 100644 index 00000000..524dc4d6 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_tannery_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_tannery_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_temple_1.json b/jigsaw-pieces/village/desert/houses/desert_temple_1.json new file mode 100644 index 00000000..94f05e09 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_temple_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_temple_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_temple_2.json b/jigsaw-pieces/village/desert/houses/desert_temple_2.json new file mode 100644 index 00000000..b34cc975 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_temple_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_temple_2" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_tool_smith_1.json b/jigsaw-pieces/village/desert/houses/desert_tool_smith_1.json new file mode 100644 index 00000000..0167830a --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_tool_smith_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -1, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_tool_smith_1" +} diff --git a/jigsaw-pieces/village/desert/houses/desert_weaponsmith_1.json b/jigsaw-pieces/village/desert/houses/desert_weaponsmith_1.json new file mode 100644 index 00000000..447d1896 --- /dev/null +++ b/jigsaw-pieces/village/desert/houses/desert_weaponsmith_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/houses/desert_weaponsmith_1" +} diff --git a/jigsaw-pieces/village/desert/streets/corner_01.json b/jigsaw-pieces/village/desert/streets/corner_01.json new file mode 100644 index 00000000..dbff8c47 --- /dev/null +++ b/jigsaw-pieces/village/desert/streets/corner_01.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": -1, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -3, + "y": 0, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 2, + "y": 0, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/streets/corner_01" +} diff --git a/jigsaw-pieces/village/desert/streets/corner_02.json b/jigsaw-pieces/village/desert/streets/corner_02.json new file mode 100644 index 00000000..d4c1d719 --- /dev/null +++ b/jigsaw-pieces/village/desert/streets/corner_02.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": -2, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -3, + "y": 0, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 1, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/streets/corner_02" +} diff --git a/jigsaw-pieces/village/desert/streets/crossroad_01.json b/jigsaw-pieces/village/desert/streets/crossroad_01.json new file mode 100644 index 00000000..b002a559 --- /dev/null +++ b/jigsaw-pieces/village/desert/streets/crossroad_01.json @@ -0,0 +1,219 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": 1, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -9, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -7, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -7, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -6, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -6, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -2, + "y": 0, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -2, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -1, + "y": 0, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -1, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/streets/crossroad_01" +} diff --git a/jigsaw-pieces/village/desert/streets/crossroad_02.json b/jigsaw-pieces/village/desert/streets/crossroad_02.json new file mode 100644 index 00000000..67e66503 --- /dev/null +++ b/jigsaw-pieces/village/desert/streets/crossroad_02.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": -4, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": 4, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -5, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 0, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 0, + "y": 0, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 5, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/streets/crossroad_02" +} diff --git a/jigsaw-pieces/village/desert/streets/crossroad_03.json b/jigsaw-pieces/village/desert/streets/crossroad_03.json new file mode 100644 index 00000000..bc1dcf9f --- /dev/null +++ b/jigsaw-pieces/village/desert/streets/crossroad_03.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/streets/crossroad_03" +} diff --git a/jigsaw-pieces/village/desert/streets/square_01.json b/jigsaw-pieces/village/desert/streets/square_01.json new file mode 100644 index 00000000..9b1ec37c --- /dev/null +++ b/jigsaw-pieces/village/desert/streets/square_01.json @@ -0,0 +1,323 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": -3, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": 4, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -6, + "y": 0, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -4, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -3, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -3, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -2, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -2, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 0, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 1, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 2, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 2, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 3, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 3, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 4, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 4, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 6, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/streets/square_01" +} diff --git a/jigsaw-pieces/village/desert/streets/square_02.json b/jigsaw-pieces/village/desert/streets/square_02.json new file mode 100644 index 00000000..8dbc79b7 --- /dev/null +++ b/jigsaw-pieces/village/desert/streets/square_02.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": -8, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": -4, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["empty"], + "position": { + "x": -8, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -3, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -1, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/streets/square_02" +} diff --git a/jigsaw-pieces/village/desert/streets/straight_01.json b/jigsaw-pieces/village/desert/streets/straight_01.json new file mode 100644 index 00000000..05b7bb5b --- /dev/null +++ b/jigsaw-pieces/village/desert/streets/straight_01.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": -6, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": 6, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -7, + "y": 0, + "z": -4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -5, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 0, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 5, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 7, + "y": 0, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/streets/straight_01" +} diff --git a/jigsaw-pieces/village/desert/streets/straight_02.json b/jigsaw-pieces/village/desert/streets/straight_02.json new file mode 100644 index 00000000..11545f63 --- /dev/null +++ b/jigsaw-pieces/village/desert/streets/straight_02.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": -2, + "y": -1, + "z": 7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": 5, + "y": -1, + "z": 8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -7, + "y": 0, + "z": 5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -4, + "y": 0, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 0, + "y": 0, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": 4, + "y": 0, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 7, + "y": 0, + "z": 5 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/streets/straight_02" +} diff --git a/jigsaw-pieces/village/desert/streets/straight_03.json b/jigsaw-pieces/village/desert/streets/straight_03.json new file mode 100644 index 00000000..135902ff --- /dev/null +++ b/jigsaw-pieces/village/desert/streets/straight_03.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 1, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/streets/straight_03" +} diff --git a/jigsaw-pieces/village/desert/streets/turn_01.json b/jigsaw-pieces/village/desert/streets/turn_01.json new file mode 100644 index 00000000..ad7f7b20 --- /dev/null +++ b/jigsaw-pieces/village/desert/streets/turn_01.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": 1, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/streets/turn_01" +} diff --git a/jigsaw-pieces/village/desert/terminators/terminator_01.json b/jigsaw-pieces/village/desert/terminators/terminator_01.json new file mode 100644 index 00000000..cbb3d01d --- /dev/null +++ b/jigsaw-pieces/village/desert/terminators/terminator_01.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["empty"], + "position": { + "x": -1, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/terminators/terminator_01" +} diff --git a/jigsaw-pieces/village/desert/terminators/terminator_02.json b/jigsaw-pieces/village/desert/terminators/terminator_02.json new file mode 100644 index 00000000..2d4e6001 --- /dev/null +++ b/jigsaw-pieces/village/desert/terminators/terminator_02.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": 1, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["empty"], + "position": { + "x": -1, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/terminators/terminator_02" +} diff --git a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_1.json b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_1.json new file mode 100644 index 00000000..22a3e41e --- /dev/null +++ b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_1.json @@ -0,0 +1,232 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": 1, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 3, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 7, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 7, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -1, + "y": -2, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -1, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -1, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -1, + "y": -2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/houses"], + "position": { + "x": -1, + "y": -2, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 1, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 4, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 4, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 8, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/town_centers/desert_meeting_point_1" +} diff --git a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_2.json b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_2.json new file mode 100644 index 00000000..8c5b0562 --- /dev/null +++ b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_2.json @@ -0,0 +1,193 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -5, + "y": -3, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": -5, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -5, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": -2, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 4, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 4, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -6, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -1, + "y": -2, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 0, + "y": -2, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 5, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/town_centers/desert_meeting_point_2" +} diff --git a/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_3.json b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_3.json new file mode 100644 index 00000000..d4e90ae1 --- /dev/null +++ b/jigsaw-pieces/village/desert/town_centers/desert_meeting_point_3.json @@ -0,0 +1,219 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": -6, + "y": -3, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": -5, + "y": -3, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": -4, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -3, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": -1, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/villagers"], + "position": { + "x": 1, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/decor"], + "position": { + "x": 6, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": -7, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -1, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 2, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 5, + "y": -2, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/streets"], + "position": { + "x": 7, + "y": -2, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/town_centers/desert_meeting_point_3" +} diff --git a/jigsaw-pieces/village/desert/villagers/baby.json b/jigsaw-pieces/village/desert/villagers/baby.json new file mode 100644 index 00000000..57712b2e --- /dev/null +++ b/jigsaw-pieces/village/desert/villagers/baby.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/villagers/baby" +} diff --git a/jigsaw-pieces/village/desert/villagers/nitwit.json b/jigsaw-pieces/village/desert/villagers/nitwit.json new file mode 100644 index 00000000..48b33b68 --- /dev/null +++ b/jigsaw-pieces/village/desert/villagers/nitwit.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/villagers/nitwit" +} diff --git a/jigsaw-pieces/village/desert/villagers/unemployed.json b/jigsaw-pieces/village/desert/villagers/unemployed.json new file mode 100644 index 00000000..c88d28b3 --- /dev/null +++ b/jigsaw-pieces/village/desert/villagers/unemployed.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/villagers/unemployed" +} diff --git a/jigsaw-pieces/village/desert/zombie/houses/desert_medium_house_1.json b/jigsaw-pieces/village/desert/zombie/houses/desert_medium_house_1.json new file mode 100644 index 00000000..9c8ce659 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/houses/desert_medium_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/houses/desert_medium_house_1" +} diff --git a/jigsaw-pieces/village/desert/zombie/houses/desert_medium_house_2.json b/jigsaw-pieces/village/desert/zombie/houses/desert_medium_house_2.json new file mode 100644 index 00000000..f5e990f7 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/houses/desert_medium_house_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/villagers"], + "position": { + "x": -1, + "y": -4, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/villagers"], + "position": { + "x": 2, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/houses/desert_medium_house_2" +} diff --git a/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_1.json b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_1.json new file mode 100644 index 00000000..570e03c8 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/houses/desert_small_house_1" +} diff --git a/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_2.json b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_2.json new file mode 100644 index 00000000..8ebefffd --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/villagers"], + "position": { + "x": -2, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/houses/desert_small_house_2" +} diff --git a/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_3.json b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_3.json new file mode 100644 index 00000000..380b3dd6 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_3.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/villagers"], + "position": { + "x": 0, + "y": -2, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/houses/desert_small_house_3" +} diff --git a/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_4.json b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_4.json new file mode 100644 index 00000000..d781554e --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_4.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/villagers"], + "position": { + "x": 1, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 1, + "y": -1, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/houses/desert_small_house_4" +} diff --git a/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_5.json b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_5.json new file mode 100644 index 00000000..45122e38 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_5.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/villagers"], + "position": { + "x": 1, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/houses/desert_small_house_5" +} diff --git a/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_6.json b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_6.json new file mode 100644 index 00000000..34b7c092 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_6.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/villagers"], + "position": { + "x": -1, + "y": -8, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -2, + "y": -7, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/houses/desert_small_house_6" +} diff --git a/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_7.json b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_7.json new file mode 100644 index 00000000..aac7c3f1 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_7.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/villagers"], + "position": { + "x": 1, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -1, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/houses/desert_small_house_7" +} diff --git a/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_8.json b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_8.json new file mode 100644 index 00000000..eaa155da --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/houses/desert_small_house_8.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/villagers"], + "position": { + "x": 0, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/houses/desert_small_house_8" +} diff --git a/jigsaw-pieces/village/desert/zombie/streets/corner_01.json b/jigsaw-pieces/village/desert/zombie/streets/corner_01.json new file mode 100644 index 00000000..a3cd78e9 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/streets/corner_01.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": -1, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -3, + "y": 0, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 2, + "y": 0, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/streets/corner_01" +} diff --git a/jigsaw-pieces/village/desert/zombie/streets/corner_02.json b/jigsaw-pieces/village/desert/zombie/streets/corner_02.json new file mode 100644 index 00000000..daf62da6 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/streets/corner_02.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": -2, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -3, + "y": 0, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 1, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/streets/corner_02" +} diff --git a/jigsaw-pieces/village/desert/zombie/streets/crossroad_01.json b/jigsaw-pieces/village/desert/zombie/streets/crossroad_01.json new file mode 100644 index 00000000..c92911d0 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/streets/crossroad_01.json @@ -0,0 +1,219 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": 1, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -9, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -7, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -7, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/streets/crossroad_01" +} diff --git a/jigsaw-pieces/village/desert/zombie/streets/crossroad_02.json b/jigsaw-pieces/village/desert/zombie/streets/crossroad_02.json new file mode 100644 index 00000000..ef551d83 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/streets/crossroad_02.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": -4, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": 4, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -5, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 5, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/streets/crossroad_02" +} diff --git a/jigsaw-pieces/village/desert/zombie/streets/crossroad_03.json b/jigsaw-pieces/village/desert/zombie/streets/crossroad_03.json new file mode 100644 index 00000000..36e9d78e --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/streets/crossroad_03.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/streets/crossroad_03" +} diff --git a/jigsaw-pieces/village/desert/zombie/streets/square_01.json b/jigsaw-pieces/village/desert/zombie/streets/square_01.json new file mode 100644 index 00000000..8e32ab36 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/streets/square_01.json @@ -0,0 +1,323 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": -3, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": 4, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -6, + "y": 0, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 2, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 2, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 3, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 3, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 4, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 4, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 6, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/streets/square_01" +} diff --git a/jigsaw-pieces/village/desert/zombie/streets/square_02.json b/jigsaw-pieces/village/desert/zombie/streets/square_02.json new file mode 100644 index 00000000..f0efb9b5 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/streets/square_02.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": -8, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": -4, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["empty"], + "position": { + "x": -8, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/streets/square_02" +} diff --git a/jigsaw-pieces/village/desert/zombie/streets/straight_01.json b/jigsaw-pieces/village/desert/zombie/streets/straight_01.json new file mode 100644 index 00000000..0fdb92a2 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/streets/straight_01.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": -6, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": 6, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": -4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -5, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 5, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/streets/straight_01" +} diff --git a/jigsaw-pieces/village/desert/zombie/streets/straight_02.json b/jigsaw-pieces/village/desert/zombie/streets/straight_02.json new file mode 100644 index 00000000..dad6f2e4 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/streets/straight_02.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": -2, + "y": -1, + "z": 7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": 5, + "y": -1, + "z": 8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": 5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": 4, + "y": 0, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 5 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/streets/straight_02" +} diff --git a/jigsaw-pieces/village/desert/zombie/streets/straight_03.json b/jigsaw-pieces/village/desert/zombie/streets/straight_03.json new file mode 100644 index 00000000..55ccd5f2 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/streets/straight_03.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 1, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/streets/straight_03" +} diff --git a/jigsaw-pieces/village/desert/zombie/streets/turn_01.json b/jigsaw-pieces/village/desert/zombie/streets/turn_01.json new file mode 100644 index 00000000..c50c2994 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/streets/turn_01.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": 1, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/streets/turn_01" +} diff --git a/jigsaw-pieces/village/desert/zombie/terminators/terminator_02.json b/jigsaw-pieces/village/desert/zombie/terminators/terminator_02.json new file mode 100644 index 00000000..fd647273 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/terminators/terminator_02.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": 1, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["empty"], + "position": { + "x": -1, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/terminators/terminator_02" +} diff --git a/jigsaw-pieces/village/desert/zombie/town_centers/desert_meeting_point_1.json b/jigsaw-pieces/village/desert/zombie/town_centers/desert_meeting_point_1.json new file mode 100644 index 00000000..c7cedefe --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/town_centers/desert_meeting_point_1.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -1, + "y": -2, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -1, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -1, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -1, + "y": -2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/desert/zombie/houses"], + "position": { + "x": -1, + "y": -2, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 1, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 4, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 4, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 8, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/town_centers/desert_meeting_point_1" +} diff --git a/jigsaw-pieces/village/desert/zombie/town_centers/desert_meeting_point_2.json b/jigsaw-pieces/village/desert/zombie/town_centers/desert_meeting_point_2.json new file mode 100644 index 00000000..adebe97b --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/town_centers/desert_meeting_point_2.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -5, + "y": -3, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 4, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -6, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -1, + "y": -2, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 5, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/town_centers/desert_meeting_point_2" +} diff --git a/jigsaw-pieces/village/desert/zombie/town_centers/desert_meeting_point_3.json b/jigsaw-pieces/village/desert/zombie/town_centers/desert_meeting_point_3.json new file mode 100644 index 00000000..d0bc2cf8 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/town_centers/desert_meeting_point_3.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": -6, + "y": -3, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": -5, + "y": -3, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/desert/zombie/decor"], + "position": { + "x": 6, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": -7, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -1, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 2, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 5, + "y": -2, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/desert/zombie/streets"], + "position": { + "x": 7, + "y": -2, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/town_centers/desert_meeting_point_3" +} diff --git a/jigsaw-pieces/village/desert/zombie/villagers/nitwit.json b/jigsaw-pieces/village/desert/zombie/villagers/nitwit.json new file mode 100644 index 00000000..ba5cf8c7 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/villagers/nitwit.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/villagers/nitwit" +} diff --git a/jigsaw-pieces/village/desert/zombie/villagers/unemployed.json b/jigsaw-pieces/village/desert/zombie/villagers/unemployed.json new file mode 100644 index 00000000..1172d9f3 --- /dev/null +++ b/jigsaw-pieces/village/desert/zombie/villagers/unemployed.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/desert/zombie/villagers/unemployed" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_accessory_1.json b/jigsaw-pieces/village/plains/houses/plains_accessory_1.json new file mode 100644 index 00000000..ddebef5d --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_accessory_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -1, + "y": -1, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_accessory_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_animal_pen_1.json b/jigsaw-pieces/village/plains/houses/plains_animal_pen_1.json new file mode 100644 index 00000000..9fa58f7b --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_animal_pen_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 0, + "y": -4, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/trees"], + "position": { + "x": 1, + "y": -4, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -2, + "y": -3, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_animal_pen_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_animal_pen_2.json b/jigsaw-pieces/village/plains/houses/plains_animal_pen_2.json new file mode 100644 index 00000000..967dad2e --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_animal_pen_2.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": -1, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/trees"], + "position": { + "x": 1, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 1, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_animal_pen_2" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_animal_pen_3.json b/jigsaw-pieces/village/plains/houses/plains_animal_pen_3.json new file mode 100644 index 00000000..601ff236 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_animal_pen_3.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -4, + "y": -3, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -3, + "y": -3, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -1, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 0, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 1, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_animal_pen_3" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_armorer_house_1.json b/jigsaw-pieces/village/plains/houses/plains_armorer_house_1.json new file mode 100644 index 00000000..98af08d5 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_armorer_house_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_armorer_house_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_big_house_1.json b/jigsaw-pieces/village/plains/houses/plains_big_house_1.json new file mode 100644 index 00000000..7b6fe19b --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_big_house_1.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 0, + "y": -5, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 0, + "y": -5, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 0, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 0, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_big_house_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_butcher_shop_1.json b/jigsaw-pieces/village/plains/houses/plains_butcher_shop_1.json new file mode 100644 index 00000000..588abc3a --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_butcher_shop_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -5, + "y": -4, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/butcher_animals"], + "position": { + "x": 1, + "y": -4, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_butcher_shop_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_butcher_shop_2.json b/jigsaw-pieces/village/plains/houses/plains_butcher_shop_2.json new file mode 100644 index 00000000..374933ee --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_butcher_shop_2.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -7, + "y": -6, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -2, + "y": -6, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/butcher_animals"], + "position": { + "x": 5, + "y": -6, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 6, + "y": -6, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 7, + "y": -6, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -7, + "y": -5, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_butcher_shop_2" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_cartographer_1.json b/jigsaw-pieces/village/plains/houses/plains_cartographer_1.json new file mode 100644 index 00000000..5defbec1 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_cartographer_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -5, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_cartographer_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_fisher_cottage_1.json b/jigsaw-pieces/village/plains/houses/plains_fisher_cottage_1.json new file mode 100644 index 00000000..6beee606 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_fisher_cottage_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -2, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_fisher_cottage_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_fletcher_house_1.json b/jigsaw-pieces/village/plains/houses/plains_fletcher_house_1.json new file mode 100644 index 00000000..1953383b --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_fletcher_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -3, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_fletcher_house_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_large_farm_1.json b/jigsaw-pieces/village/plains/houses/plains_large_farm_1.json new file mode 100644 index 00000000..fb056954 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_large_farm_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -6, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_large_farm_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_library_1.json b/jigsaw-pieces/village/plains/houses/plains_library_1.json new file mode 100644 index 00000000..11f230f3 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_library_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -5, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_library_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_library_2.json b/jigsaw-pieces/village/plains/houses/plains_library_2.json new file mode 100644 index 00000000..b4c077ae --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_library_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -4, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_library_2" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_masons_house_1.json b/jigsaw-pieces/village/plains/houses/plains_masons_house_1.json new file mode 100644 index 00000000..1431b655 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_masons_house_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -4, + "y": -3, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_masons_house_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_medium_house_1.json b/jigsaw-pieces/village/plains/houses/plains_medium_house_1.json new file mode 100644 index 00000000..8d7fe887 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_medium_house_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 4, + "y": -4, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -6, + "y": -3, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": -2, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_medium_house_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_medium_house_2.json b/jigsaw-pieces/village/plains/houses/plains_medium_house_2.json new file mode 100644 index 00000000..7ffdaec5 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_medium_house_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_medium_house_2" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_meeting_point_4.json b/jigsaw-pieces/village/plains/houses/plains_meeting_point_4.json new file mode 100644 index 00000000..ac5be2b6 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_meeting_point_4.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -4, + "y": -3, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/trees"], + "position": { + "x": 2, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 2, + "y": -3, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 3, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_meeting_point_4" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_meeting_point_5.json b/jigsaw-pieces/village/plains/houses/plains_meeting_point_5.json new file mode 100644 index 00000000..249502bd --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_meeting_point_5.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 2, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 3, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -5, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_meeting_point_5" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_shepherds_house_1.json b/jigsaw-pieces/village/plains/houses/plains_shepherds_house_1.json new file mode 100644 index 00000000..c215f3dd --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_shepherds_house_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -4, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/sheep"], + "position": { + "x": 3, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 4, + "y": -3, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_shepherds_house_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_small_farm_1.json b/jigsaw-pieces/village/plains/houses/plains_small_farm_1.json new file mode 100644 index 00000000..7d59dc3b --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_small_farm_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_small_farm_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_1.json b/jigsaw-pieces/village/plains/houses/plains_small_house_1.json new file mode 100644 index 00000000..0d3556c6 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_small_house_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_2.json b/jigsaw-pieces/village/plains/houses/plains_small_house_2.json new file mode 100644 index 00000000..1d1d06df --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_small_house_2" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_3.json b/jigsaw-pieces/village/plains/houses/plains_small_house_3.json new file mode 100644 index 00000000..4a0e5fac --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_3.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_small_house_3" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_4.json b/jigsaw-pieces/village/plains/houses/plains_small_house_4.json new file mode 100644 index 00000000..be15823e --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_4.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_small_house_4" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_5.json b/jigsaw-pieces/village/plains/houses/plains_small_house_5.json new file mode 100644 index 00000000..3d12cc37 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_5.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -4, + "y": -5, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -3, + "y": -5, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 4, + "y": -5, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -4, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": -1, + "y": -4, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_small_house_5" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_6.json b/jigsaw-pieces/village/plains/houses/plains_small_house_6.json new file mode 100644 index 00000000..e1dab585 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_6.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_small_house_6" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_7.json b/jigsaw-pieces/village/plains/houses/plains_small_house_7.json new file mode 100644 index 00000000..0a56ba65 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_7.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_small_house_7" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_small_house_8.json b/jigsaw-pieces/village/plains/houses/plains_small_house_8.json new file mode 100644 index 00000000..fd8ebb8b --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_small_house_8.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": -1, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_small_house_8" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_stable_1.json b/jigsaw-pieces/village/plains/houses/plains_stable_1.json new file mode 100644 index 00000000..6bc4fc30 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_stable_1.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -4, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -4, + "y": -3, + "z": 7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": -2, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 2, + "y": -3, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -3, + "z": 6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_stable_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_stable_2.json b/jigsaw-pieces/village/plains/houses/plains_stable_2.json new file mode 100644 index 00000000..3bcf0fea --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_stable_2.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -3, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 0, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 0, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -3, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -3, + "y": -2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_stable_2" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_tannery_1.json b/jigsaw-pieces/village/plains/houses/plains_tannery_1.json new file mode 100644 index 00000000..fa3a8280 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_tannery_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -4, + "y": -3, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_tannery_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_temple_3.json b/jigsaw-pieces/village/plains/houses/plains_temple_3.json new file mode 100644 index 00000000..f46522bb --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_temple_3.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -5, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_temple_3" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_temple_4.json b/jigsaw-pieces/village/plains/houses/plains_temple_4.json new file mode 100644 index 00000000..13224075 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_temple_4.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -6, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_temple_4" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_tool_smith_1.json b/jigsaw-pieces/village/plains/houses/plains_tool_smith_1.json new file mode 100644 index 00000000..b2415318 --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_tool_smith_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -3, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_tool_smith_1" +} diff --git a/jigsaw-pieces/village/plains/houses/plains_weaponsmith_1.json b/jigsaw-pieces/village/plains/houses/plains_weaponsmith_1.json new file mode 100644 index 00000000..61afad0f --- /dev/null +++ b/jigsaw-pieces/village/plains/houses/plains_weaponsmith_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/streets"], + "position": { + "x": -4, + "y": -4, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/houses/plains_weaponsmith_1" +} diff --git a/jigsaw-pieces/village/plains/plains_lamp_1.json b/jigsaw-pieces/village/plains/plains_lamp_1.json new file mode 100644 index 00000000..db59e85b --- /dev/null +++ b/jigsaw-pieces/village/plains/plains_lamp_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/plains_lamp_1" +} diff --git a/jigsaw-pieces/village/plains/streets/corner_01.json b/jigsaw-pieces/village/plains/streets/corner_01.json new file mode 100644 index 00000000..852b5569 --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/corner_01.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -5, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -5, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 0, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 2, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 5, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/corner_01" +} diff --git a/jigsaw-pieces/village/plains/streets/corner_02.json b/jigsaw-pieces/village/plains/streets/corner_02.json new file mode 100644 index 00000000..df2e0803 --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/corner_02.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": 1, + "y": 0, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 7, + "y": 0, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/corner_02" +} diff --git a/jigsaw-pieces/village/plains/streets/corner_03.json b/jigsaw-pieces/village/plains/streets/corner_03.json new file mode 100644 index 00000000..a820913b --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/corner_03.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 1, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/corner_03" +} diff --git a/jigsaw-pieces/village/plains/streets/crossroad_01.json b/jigsaw-pieces/village/plains/streets/crossroad_01.json new file mode 100644 index 00000000..ca4b29bd --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/crossroad_01.json @@ -0,0 +1,232 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 5, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -1, + "y": 0, + "z": -4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -1, + "y": 0, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -1, + "y": 0, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -1, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -1, + "y": 0, + "z": 3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -1, + "y": 0, + "z": 4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": 1, + "y": 0, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/crossroad_01" +} diff --git a/jigsaw-pieces/village/plains/streets/crossroad_02.json b/jigsaw-pieces/village/plains/streets/crossroad_02.json new file mode 100644 index 00000000..b3d4eb6c --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/crossroad_02.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -5, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -3, + "y": -1, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 3, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 5, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 6, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/crossroad_02" +} diff --git a/jigsaw-pieces/village/plains/streets/crossroad_03.json b/jigsaw-pieces/village/plains/streets/crossroad_03.json new file mode 100644 index 00000000..afb74e30 --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/crossroad_03.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -5, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 0, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -4, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": 3, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 3, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/crossroad_03" +} diff --git a/jigsaw-pieces/village/plains/streets/crossroad_04.json b/jigsaw-pieces/village/plains/streets/crossroad_04.json new file mode 100644 index 00000000..080b0308 --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/crossroad_04.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/crossroad_04" +} diff --git a/jigsaw-pieces/village/plains/streets/crossroad_05.json b/jigsaw-pieces/village/plains/streets/crossroad_05.json new file mode 100644 index 00000000..feccc512 --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/crossroad_05.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/crossroad_05" +} diff --git a/jigsaw-pieces/village/plains/streets/crossroad_06.json b/jigsaw-pieces/village/plains/streets/crossroad_06.json new file mode 100644 index 00000000..31f23c4c --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/crossroad_06.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/crossroad_06" +} diff --git a/jigsaw-pieces/village/plains/streets/straight_01.json b/jigsaw-pieces/village/plains/streets/straight_01.json new file mode 100644 index 00000000..4774daeb --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/straight_01.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -6, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -4, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 3, + "y": -1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 3, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": 4, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -1, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/straight_01" +} diff --git a/jigsaw-pieces/village/plains/streets/straight_02.json b/jigsaw-pieces/village/plains/streets/straight_02.json new file mode 100644 index 00000000..b6cbb676 --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/straight_02.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -7, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/straight_02" +} diff --git a/jigsaw-pieces/village/plains/streets/straight_03.json b/jigsaw-pieces/village/plains/streets/straight_03.json new file mode 100644 index 00000000..70ab1769 --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/straight_03.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -5, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -5, + "y": 0, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -4, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -4, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -4, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -4, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -4, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/straight_03" +} diff --git a/jigsaw-pieces/village/plains/streets/straight_04.json b/jigsaw-pieces/village/plains/streets/straight_04.json new file mode 100644 index 00000000..b10a390c --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/straight_04.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -4, + "y": 0, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/straight_04" +} diff --git a/jigsaw-pieces/village/plains/streets/straight_05.json b/jigsaw-pieces/village/plains/streets/straight_05.json new file mode 100644 index 00000000..3a21e3c0 --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/straight_05.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -9, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -9, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -8, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -8, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -8, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/straight_05" +} diff --git a/jigsaw-pieces/village/plains/streets/straight_06.json b/jigsaw-pieces/village/plains/streets/straight_06.json new file mode 100644 index 00000000..712dcdfc --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/straight_06.json @@ -0,0 +1,310 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -2, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -1, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/decor"], + "position": { + "x": -1, + "y": -1, + "z": 6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -3, + "y": 0, + "z": -6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -3, + "y": 0, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -2, + "y": 0, + "z": -9 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -2, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -2, + "y": 0, + "z": 5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -2, + "y": 0, + "z": 6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -1, + "y": 0, + "z": -7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -1, + "y": 0, + "z": -6 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -1, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": 0, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": 0, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": 0, + "y": 0, + "z": 5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": 0, + "y": 0, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/straight_06" +} diff --git a/jigsaw-pieces/village/plains/streets/turn_01.json b/jigsaw-pieces/village/plains/streets/turn_01.json new file mode 100644 index 00000000..1ef632fa --- /dev/null +++ b/jigsaw-pieces/village/plains/streets/turn_01.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": -2, + "y": 0, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -1, + "y": 0, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/houses"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/streets/turn_01" +} diff --git a/jigsaw-pieces/village/plains/terminators/terminator_01.json b/jigsaw-pieces/village/plains/terminators/terminator_01.json new file mode 100644 index 00000000..84b06cad --- /dev/null +++ b/jigsaw-pieces/village/plains/terminators/terminator_01.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["empty"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/terminators/terminator_01" +} diff --git a/jigsaw-pieces/village/plains/terminators/terminator_02.json b/jigsaw-pieces/village/plains/terminators/terminator_02.json new file mode 100644 index 00000000..d17cd3de --- /dev/null +++ b/jigsaw-pieces/village/plains/terminators/terminator_02.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["empty"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/terminators/terminator_02" +} diff --git a/jigsaw-pieces/village/plains/terminators/terminator_03.json b/jigsaw-pieces/village/plains/terminators/terminator_03.json new file mode 100644 index 00000000..a2e37650 --- /dev/null +++ b/jigsaw-pieces/village/plains/terminators/terminator_03.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["empty"], + "position": { + "x": 1, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/terminators/terminator_03" +} diff --git a/jigsaw-pieces/village/plains/terminators/terminator_04.json b/jigsaw-pieces/village/plains/terminators/terminator_04.json new file mode 100644 index 00000000..140f6c2c --- /dev/null +++ b/jigsaw-pieces/village/plains/terminators/terminator_04.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["empty"], + "position": { + "x": 1, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/terminators/terminator_04" +} diff --git a/jigsaw-pieces/village/plains/town_centers/plains_fountain_01.json b/jigsaw-pieces/village/plains/town_centers/plains_fountain_01.json new file mode 100644 index 00000000..c699928d --- /dev/null +++ b/jigsaw-pieces/village/plains/town_centers/plains_fountain_01.json @@ -0,0 +1,193 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -4, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -2, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": -2, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -2, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 3, + "y": -2, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": 3, + "y": -2, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -4, + "y": -1, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": -1, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 4, + "y": -1, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/town_centers/plains_fountain_01" +} diff --git a/jigsaw-pieces/village/plains/town_centers/plains_meeting_point_1.json b/jigsaw-pieces/village/plains/town_centers/plains_meeting_point_1.json new file mode 100644 index 00000000..99f08e9b --- /dev/null +++ b/jigsaw-pieces/village/plains/town_centers/plains_meeting_point_1.json @@ -0,0 +1,206 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": -4, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -4, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": -4, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/well_bottoms"], + "position": { + "x": 1, + "y": -3, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -5, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -1, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": -2, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 0, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 4, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/town_centers/plains_meeting_point_1" +} diff --git a/jigsaw-pieces/village/plains/town_centers/plains_meeting_point_2.json b/jigsaw-pieces/village/plains/town_centers/plains_meeting_point_2.json new file mode 100644 index 00000000..2b6cb53e --- /dev/null +++ b/jigsaw-pieces/village/plains/town_centers/plains_meeting_point_2.json @@ -0,0 +1,206 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -3, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": -3, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -2, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": -2, + "y": -2, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": -2, + "y": -2, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -1, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 0, + "y": -2, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -4, + "y": -1, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 1, + "y": -1, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 1, + "y": -1, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 3, + "y": -1, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/town_centers/plains_meeting_point_2" +} diff --git a/jigsaw-pieces/village/plains/town_centers/plains_meeting_point_3.json b/jigsaw-pieces/village/plains/town_centers/plains_meeting_point_3.json new file mode 100644 index 00000000..a006cc15 --- /dev/null +++ b/jigsaw-pieces/village/plains/town_centers/plains_meeting_point_3.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": -4, + "y": -4, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -4, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/villagers"], + "position": { + "x": -3, + "y": -4, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -3, + "y": -4, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -4, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": -5, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 0, + "y": -3, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/streets"], + "position": { + "x": 5, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/town_centers/plains_meeting_point_3" +} diff --git a/jigsaw-pieces/village/plains/villagers/baby.json b/jigsaw-pieces/village/plains/villagers/baby.json new file mode 100644 index 00000000..84861802 --- /dev/null +++ b/jigsaw-pieces/village/plains/villagers/baby.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/villagers/baby" +} diff --git a/jigsaw-pieces/village/plains/villagers/nitwit.json b/jigsaw-pieces/village/plains/villagers/nitwit.json new file mode 100644 index 00000000..1b276952 --- /dev/null +++ b/jigsaw-pieces/village/plains/villagers/nitwit.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/villagers/nitwit" +} diff --git a/jigsaw-pieces/village/plains/villagers/unemployed.json b/jigsaw-pieces/village/plains/villagers/unemployed.json new file mode 100644 index 00000000..035e8899 --- /dev/null +++ b/jigsaw-pieces/village/plains/villagers/unemployed.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/villagers/unemployed" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_animal_pen_3.json b/jigsaw-pieces/village/plains/zombie/houses/plains_animal_pen_3.json new file mode 100644 index 00000000..c49d1d8c --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_animal_pen_3.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -4, + "y": -3, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -3, + "y": -3, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -1, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 0, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 1, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_animal_pen_3" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_big_house_1.json b/jigsaw-pieces/village/plains/zombie/houses/plains_big_house_1.json new file mode 100644 index 00000000..be031647 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_big_house_1.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": 0, + "y": -5, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": 0, + "y": -5, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": 0, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": 0, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_big_house_1" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_butcher_shop_2.json b/jigsaw-pieces/village/plains/zombie/houses/plains_butcher_shop_2.json new file mode 100644 index 00000000..32b62f72 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_butcher_shop_2.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -2, + "y": -6, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 4, + "y": -6, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/butcher_animals"], + "position": { + "x": 5, + "y": -6, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 6, + "y": -6, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 7, + "y": -6, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -7, + "y": -5, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_butcher_shop_2" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_fletcher_house_1.json b/jigsaw-pieces/village/plains/zombie/houses/plains_fletcher_house_1.json new file mode 100644 index 00000000..baa7be0b --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_fletcher_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -3, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_fletcher_house_1" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_medium_house_1.json b/jigsaw-pieces/village/plains/zombie/houses/plains_medium_house_1.json new file mode 100644 index 00000000..bef55e5e --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_medium_house_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 4, + "y": -4, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -6, + "y": -3, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": -2, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_medium_house_1" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_medium_house_2.json b/jigsaw-pieces/village/plains/zombie/houses/plains_medium_house_2.json new file mode 100644 index 00000000..11a3c1c9 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_medium_house_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_medium_house_2" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_meeting_point_4.json b/jigsaw-pieces/village/plains/zombie/houses/plains_meeting_point_4.json new file mode 100644 index 00000000..75f3f52d --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_meeting_point_4.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -4, + "y": -3, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/trees"], + "position": { + "x": 2, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 2, + "y": -3, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 3, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_meeting_point_4" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_meeting_point_5.json b/jigsaw-pieces/village/plains/zombie/houses/plains_meeting_point_5.json new file mode 100644 index 00000000..b985c607 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_meeting_point_5.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 2, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 3, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -5, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_meeting_point_5" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_shepherds_house_1.json b/jigsaw-pieces/village/plains/zombie/houses/plains_shepherds_house_1.json new file mode 100644 index 00000000..bc794482 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_shepherds_house_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -4, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/sheep"], + "position": { + "x": 3, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 4, + "y": -3, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_shepherds_house_1" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_1.json b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_1.json new file mode 100644 index 00000000..2834d98e --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_small_house_1" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_2.json b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_2.json new file mode 100644 index 00000000..fddaf75a --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_small_house_2" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_3.json b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_3.json new file mode 100644 index 00000000..688964b6 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_3.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_small_house_3" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_4.json b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_4.json new file mode 100644 index 00000000..69e6c667 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_4.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_small_house_4" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_5.json b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_5.json new file mode 100644 index 00000000..37ac6167 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_5.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -4, + "y": -5, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -3, + "y": -5, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 4, + "y": -5, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -4, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": -1, + "y": -4, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_small_house_5" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_6.json b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_6.json new file mode 100644 index 00000000..da2c0dff --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_6.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_small_house_6" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_7.json b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_7.json new file mode 100644 index 00000000..3bcaffdc --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_7.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_small_house_7" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_8.json b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_8.json new file mode 100644 index 00000000..e0b56b5d --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_small_house_8.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/villagers"], + "position": { + "x": -1, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_small_house_8" +} diff --git a/jigsaw-pieces/village/plains/zombie/houses/plains_stable_1.json b/jigsaw-pieces/village/plains/zombie/houses/plains_stable_1.json new file mode 100644 index 00000000..abf7ed9e --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/houses/plains_stable_1.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -4, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -4, + "y": -3, + "z": 7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": -2, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 2, + "y": -3, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 4, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 4, + "y": -3, + "z": 6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/houses/plains_stable_1" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/corner_01.json b/jigsaw-pieces/village/plains/zombie/streets/corner_01.json new file mode 100644 index 00000000..c3c3ec4d --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/corner_01.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 2, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 5, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/corner_01" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/corner_02.json b/jigsaw-pieces/village/plains/zombie/streets/corner_02.json new file mode 100644 index 00000000..d54c4a16 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/corner_02.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/corner_02" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/corner_03.json b/jigsaw-pieces/village/plains/zombie/streets/corner_03.json new file mode 100644 index 00000000..523cac38 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/corner_03.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 1, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/corner_03" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/crossroad_01.json b/jigsaw-pieces/village/plains/zombie/streets/crossroad_01.json new file mode 100644 index 00000000..462a49d1 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/crossroad_01.json @@ -0,0 +1,232 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 5, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": 3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": 4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/crossroad_01" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/crossroad_02.json b/jigsaw-pieces/village/plains/zombie/streets/crossroad_02.json new file mode 100644 index 00000000..bead05bb --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/crossroad_02.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -3, + "y": -1, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 3, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 5, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 6, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/crossroad_02" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/crossroad_03.json b/jigsaw-pieces/village/plains/zombie/streets/crossroad_03.json new file mode 100644 index 00000000..e1e45394 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/crossroad_03.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": 3, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 3, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/crossroad_03" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/crossroad_04.json b/jigsaw-pieces/village/plains/zombie/streets/crossroad_04.json new file mode 100644 index 00000000..9e3ad563 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/crossroad_04.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/crossroad_04" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/crossroad_05.json b/jigsaw-pieces/village/plains/zombie/streets/crossroad_05.json new file mode 100644 index 00000000..25876031 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/crossroad_05.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/crossroad_05" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/crossroad_06.json b/jigsaw-pieces/village/plains/zombie/streets/crossroad_06.json new file mode 100644 index 00000000..cb080619 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/crossroad_06.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/crossroad_06" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/straight_01.json b/jigsaw-pieces/village/plains/zombie/streets/straight_01.json new file mode 100644 index 00000000..193aa5fe --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/straight_01.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -6, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -4, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 3, + "y": -1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 3, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": 4, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/straight_01" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/straight_02.json b/jigsaw-pieces/village/plains/zombie/streets/straight_02.json new file mode 100644 index 00000000..59768924 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/straight_02.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/straight_02" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/straight_03.json b/jigsaw-pieces/village/plains/zombie/streets/straight_03.json new file mode 100644 index 00000000..9c00810c --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/straight_03.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -5, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -5, + "y": 0, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/straight_03" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/straight_04.json b/jigsaw-pieces/village/plains/zombie/streets/straight_04.json new file mode 100644 index 00000000..4d70a478 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/straight_04.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/straight_04" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/straight_05.json b/jigsaw-pieces/village/plains/zombie/streets/straight_05.json new file mode 100644 index 00000000..b16ad4fb --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/straight_05.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -9, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -9, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -8, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -8, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -8, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/straight_05" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/straight_06.json b/jigsaw-pieces/village/plains/zombie/streets/straight_06.json new file mode 100644 index 00000000..8a9c000e --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/straight_06.json @@ -0,0 +1,310 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -2, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -1, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/plains/zombie/decor"], + "position": { + "x": -1, + "y": -1, + "z": 6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": -6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": -9 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": 5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": 6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -6 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/straight_06" +} diff --git a/jigsaw-pieces/village/plains/zombie/streets/turn_01.json b/jigsaw-pieces/village/plains/zombie/streets/turn_01.json new file mode 100644 index 00000000..305216bf --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/streets/turn_01.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/plains/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/streets/turn_01" +} diff --git a/jigsaw-pieces/village/plains/zombie/town_centers/plains_fountain_01.json b/jigsaw-pieces/village/plains/zombie/town_centers/plains_fountain_01.json new file mode 100644 index 00000000..b01fdb12 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/town_centers/plains_fountain_01.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 4, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/town_centers/plains_fountain_01" +} diff --git a/jigsaw-pieces/village/plains/zombie/town_centers/plains_meeting_point_1.json b/jigsaw-pieces/village/plains/zombie/town_centers/plains_meeting_point_1.json new file mode 100644 index 00000000..15262f65 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/town_centers/plains_meeting_point_1.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/well_bottoms"], + "position": { + "x": 1, + "y": -3, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -5, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -1, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 0, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 4, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/town_centers/plains_meeting_point_1" +} diff --git a/jigsaw-pieces/village/plains/zombie/town_centers/plains_meeting_point_2.json b/jigsaw-pieces/village/plains/zombie/town_centers/plains_meeting_point_2.json new file mode 100644 index 00000000..2248a506 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/town_centers/plains_meeting_point_2.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -2, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -2, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -4, + "y": -1, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 1, + "y": -1, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 1, + "y": -1, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 3, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/town_centers/plains_meeting_point_2" +} diff --git a/jigsaw-pieces/village/plains/zombie/town_centers/plains_meeting_point_3.json b/jigsaw-pieces/village/plains/zombie/town_centers/plains_meeting_point_3.json new file mode 100644 index 00000000..32561991 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/town_centers/plains_meeting_point_3.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -4, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -4, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": -5, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 0, + "y": -3, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/plains/zombie/streets"], + "position": { + "x": 5, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/town_centers/plains_meeting_point_3" +} diff --git a/jigsaw-pieces/village/plains/zombie/villagers/nitwit.json b/jigsaw-pieces/village/plains/zombie/villagers/nitwit.json new file mode 100644 index 00000000..c8fb0700 --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/villagers/nitwit.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/villagers/nitwit" +} diff --git a/jigsaw-pieces/village/plains/zombie/villagers/unemployed.json b/jigsaw-pieces/village/plains/zombie/villagers/unemployed.json new file mode 100644 index 00000000..58afe01d --- /dev/null +++ b/jigsaw-pieces/village/plains/zombie/villagers/unemployed.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/plains/zombie/villagers/unemployed" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_1.json b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_1.json new file mode 100644 index 00000000..6f1c95ff --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": -1, + "y": -2, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_animal_pen_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_2.json b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_2.json new file mode 100644 index 00000000..83c56086 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_2.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -6, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -5, + "y": -2, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": -2, + "y": -2, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 1, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 2, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -2, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_animal_pen_2" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_3.json b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_3.json new file mode 100644 index 00000000..eb9883aa --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_animal_pen_3.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": -2, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 0, + "y": -2, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_animal_pen_3" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_armorer_1.json b/jigsaw-pieces/village/savanna/houses/savanna_armorer_1.json new file mode 100644 index 00000000..54fcf6b4 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_armorer_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_armorer_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_1.json b/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_1.json new file mode 100644 index 00000000..5b7ef5a6 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -4, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/butcher_animals"], + "position": { + "x": 3, + "y": -4, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_butchers_shop_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_2.json b/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_2.json new file mode 100644 index 00000000..fc9f491b --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_butchers_shop_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/butcher_animals"], + "position": { + "x": 4, + "y": -5, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -6, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_butchers_shop_2" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_cartographer_1.json b/jigsaw-pieces/village/savanna/houses/savanna_cartographer_1.json new file mode 100644 index 00000000..194fa7fb --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_cartographer_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 0, + "y": -4, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_cartographer_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_fisher_cottage_1.json b/jigsaw-pieces/village/savanna/houses/savanna_fisher_cottage_1.json new file mode 100644 index 00000000..de1e3164 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_fisher_cottage_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -4, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 0, + "y": -4, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 2, + "y": -4, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_fisher_cottage_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_fletcher_house_1.json b/jigsaw-pieces/village/savanna/houses/savanna_fletcher_house_1.json new file mode 100644 index 00000000..4fc6cce4 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_fletcher_house_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_fletcher_house_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_large_farm_1.json b/jigsaw-pieces/village/savanna/houses/savanna_large_farm_1.json new file mode 100644 index 00000000..6d3558c1 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_large_farm_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_large_farm_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_large_farm_2.json b/jigsaw-pieces/village/savanna/houses/savanna_large_farm_2.json new file mode 100644 index 00000000..b0e5f41e --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_large_farm_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 1, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_large_farm_2" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_library_1.json b/jigsaw-pieces/village/savanna/houses/savanna_library_1.json new file mode 100644 index 00000000..84e7d21e --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_library_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_library_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_mason_1.json b/jigsaw-pieces/village/savanna/houses/savanna_mason_1.json new file mode 100644 index 00000000..81c483e8 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_mason_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_mason_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_medium_house_1.json b/jigsaw-pieces/village/savanna/houses/savanna_medium_house_1.json new file mode 100644 index 00000000..09a39784 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_medium_house_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": -4, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": -1, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": -1, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_medium_house_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_medium_house_2.json b/jigsaw-pieces/village/savanna/houses/savanna_medium_house_2.json new file mode 100644 index 00000000..40fc85b4 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_medium_house_2.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": -2, + "y": -4, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 2, + "y": -4, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": 2, + "y": -4, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_medium_house_2" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_shepherd_1.json b/jigsaw-pieces/village/savanna/houses/savanna_shepherd_1.json new file mode 100644 index 00000000..aa5acb0d --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_shepherd_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/sheep"], + "position": { + "x": 1, + "y": -6, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/trees"], + "position": { + "x": 4, + "y": -6, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -6, + "y": -5, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_shepherd_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_farm.json b/jigsaw-pieces/village/savanna/houses/savanna_small_farm.json new file mode 100644 index 00000000..1b3887c5 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_farm.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -2, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_small_farm" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_1.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_1.json new file mode 100644 index 00000000..dbc6e9c1 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": -1, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_small_house_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_2.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_2.json new file mode 100644 index 00000000..935169ff --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": -1, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 1, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_small_house_2" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_3.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_3.json new file mode 100644 index 00000000..b51871c4 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_3.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": 2, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_small_house_3" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_4.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_4.json new file mode 100644 index 00000000..856ecfc2 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_4.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": 0, + "y": -4, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_small_house_4" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_5.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_5.json new file mode 100644 index 00000000..d1efc440 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_5.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": 1, + "y": -5, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 3, + "y": -4, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_small_house_5" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_6.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_6.json new file mode 100644 index 00000000..e856d2c3 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_6.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_small_house_6" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_7.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_7.json new file mode 100644 index 00000000..96a88988 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_7.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": 2, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_small_house_7" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_small_house_8.json b/jigsaw-pieces/village/savanna/houses/savanna_small_house_8.json new file mode 100644 index 00000000..3d87e4b2 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_small_house_8.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_small_house_8" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_tannery_1.json b/jigsaw-pieces/village/savanna/houses/savanna_tannery_1.json new file mode 100644 index 00000000..14a8c8f7 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_tannery_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 2, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_tannery_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_temple_1.json b/jigsaw-pieces/village/savanna/houses/savanna_temple_1.json new file mode 100644 index 00000000..4d052130 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_temple_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -6, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_temple_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_temple_2.json b/jigsaw-pieces/village/savanna/houses/savanna_temple_2.json new file mode 100644 index 00000000..5382cebd --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_temple_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_temple_2" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_tool_smith_1.json b/jigsaw-pieces/village/savanna/houses/savanna_tool_smith_1.json new file mode 100644 index 00000000..3abd577b --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_tool_smith_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_tool_smith_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_1.json b/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_1.json new file mode 100644 index 00000000..4606712c --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 3, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_weaponsmith_1" +} diff --git a/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_2.json b/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_2.json new file mode 100644 index 00000000..d13b1b79 --- /dev/null +++ b/jigsaw-pieces/village/savanna/houses/savanna_weaponsmith_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/houses/savanna_weaponsmith_2" +} diff --git a/jigsaw-pieces/village/savanna/savanna_lamp_post_01.json b/jigsaw-pieces/village/savanna/savanna_lamp_post_01.json new file mode 100644 index 00000000..dab51a9e --- /dev/null +++ b/jigsaw-pieces/village/savanna/savanna_lamp_post_01.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/savanna_lamp_post_01" +} diff --git a/jigsaw-pieces/village/savanna/streets/corner_01.json b/jigsaw-pieces/village/savanna/streets/corner_01.json new file mode 100644 index 00000000..d10b72bf --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/corner_01.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": -5, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 2, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 5, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/corner_01" +} diff --git a/jigsaw-pieces/village/savanna/streets/corner_03.json b/jigsaw-pieces/village/savanna/streets/corner_03.json new file mode 100644 index 00000000..7c47252c --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/corner_03.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 1, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/corner_03" +} diff --git a/jigsaw-pieces/village/savanna/streets/crossroad_02.json b/jigsaw-pieces/village/savanna/streets/crossroad_02.json new file mode 100644 index 00000000..b21c7de1 --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/crossroad_02.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": -2, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 0, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 1, + "y": 0, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 3, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/crossroad_02" +} diff --git a/jigsaw-pieces/village/savanna/streets/crossroad_03.json b/jigsaw-pieces/village/savanna/streets/crossroad_03.json new file mode 100644 index 00000000..d0ea2474 --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/crossroad_03.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": -6, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": -5, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 0, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -6, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": 2, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 3, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/crossroad_03" +} diff --git a/jigsaw-pieces/village/savanna/streets/crossroad_04.json b/jigsaw-pieces/village/savanna/streets/crossroad_04.json new file mode 100644 index 00000000..476614ce --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/crossroad_04.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/crossroad_04" +} diff --git a/jigsaw-pieces/village/savanna/streets/crossroad_05.json b/jigsaw-pieces/village/savanna/streets/crossroad_05.json new file mode 100644 index 00000000..1a6657ab --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/crossroad_05.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/crossroad_05" +} diff --git a/jigsaw-pieces/village/savanna/streets/crossroad_06.json b/jigsaw-pieces/village/savanna/streets/crossroad_06.json new file mode 100644 index 00000000..3fb76451 --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/crossroad_06.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/crossroad_06" +} diff --git a/jigsaw-pieces/village/savanna/streets/crossroad_07.json b/jigsaw-pieces/village/savanna/streets/crossroad_07.json new file mode 100644 index 00000000..a772ec22 --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/crossroad_07.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 5, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 6, + "y": -1, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 1, + "y": 0, + "z": 6 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": 2, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 6, + "y": 0, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/crossroad_07" +} diff --git a/jigsaw-pieces/village/savanna/streets/split_01.json b/jigsaw-pieces/village/savanna/streets/split_01.json new file mode 100644 index 00000000..391e828b --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/split_01.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 0, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -3, + "y": 0, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": 0, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 3, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/split_01" +} diff --git a/jigsaw-pieces/village/savanna/streets/split_02.json b/jigsaw-pieces/village/savanna/streets/split_02.json new file mode 100644 index 00000000..55039cbf --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/split_02.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": 1, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 2, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 3, + "y": 0, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/split_02" +} diff --git a/jigsaw-pieces/village/savanna/streets/straight_02.json b/jigsaw-pieces/village/savanna/streets/straight_02.json new file mode 100644 index 00000000..2296225e --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/straight_02.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -7, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -6, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -6, + "y": 0, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -6, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -6, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -6, + "y": 0, + "z": 3 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/straight_02" +} diff --git a/jigsaw-pieces/village/savanna/streets/straight_04.json b/jigsaw-pieces/village/savanna/streets/straight_04.json new file mode 100644 index 00000000..072b00c4 --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/straight_04.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -4, + "y": 0, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/straight_04" +} diff --git a/jigsaw-pieces/village/savanna/streets/straight_05.json b/jigsaw-pieces/village/savanna/streets/straight_05.json new file mode 100644 index 00000000..8c40b3a3 --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/straight_05.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -9, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -9, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -8, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -8, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -8, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/straight_05" +} diff --git a/jigsaw-pieces/village/savanna/streets/straight_06.json b/jigsaw-pieces/village/savanna/streets/straight_06.json new file mode 100644 index 00000000..dbda7c38 --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/straight_06.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": -3, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 2, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -3, + "y": 0, + "z": 6 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 3, + "y": 0, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/straight_06" +} diff --git a/jigsaw-pieces/village/savanna/streets/straight_08.json b/jigsaw-pieces/village/savanna/streets/straight_08.json new file mode 100644 index 00000000..e28b77f9 --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/straight_08.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 0, + "y": -1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 0, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -4, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -4, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/straight_08" +} diff --git a/jigsaw-pieces/village/savanna/streets/straight_09.json b/jigsaw-pieces/village/savanna/streets/straight_09.json new file mode 100644 index 00000000..f062396a --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/straight_09.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": -2, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": 0, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -3, + "y": 0, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -2, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -1, + "y": 0, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": 0, + "y": 0, + "z": -3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 1, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": 2, + "y": 0, + "z": 3 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/straight_09" +} diff --git a/jigsaw-pieces/village/savanna/streets/straight_10.json b/jigsaw-pieces/village/savanna/streets/straight_10.json new file mode 100644 index 00000000..51ea1a44 --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/straight_10.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -2, + "y": 0, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/straight_10" +} diff --git a/jigsaw-pieces/village/savanna/streets/straight_11.json b/jigsaw-pieces/village/savanna/streets/straight_11.json new file mode 100644 index 00000000..29eaa0b0 --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/straight_11.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -7, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -6, + "y": 0, + "z": 4 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/straight_11" +} diff --git a/jigsaw-pieces/village/savanna/streets/turn_01.json b/jigsaw-pieces/village/savanna/streets/turn_01.json new file mode 100644 index 00000000..a35378aa --- /dev/null +++ b/jigsaw-pieces/village/savanna/streets/turn_01.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -3, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": 0, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": 1, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/streets/turn_01" +} diff --git a/jigsaw-pieces/village/savanna/terminators/terminator_05.json b/jigsaw-pieces/village/savanna/terminators/terminator_05.json new file mode 100644 index 00000000..eaf78f36 --- /dev/null +++ b/jigsaw-pieces/village/savanna/terminators/terminator_05.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": -7, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": -7, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/decor"], + "position": { + "x": -7, + "y": -1, + "z": 6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["empty"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/houses"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/terminators/terminator_05" +} diff --git a/jigsaw-pieces/village/savanna/town_centers/savanna_meeting_point_1.json b/jigsaw-pieces/village/savanna/town_centers/savanna_meeting_point_1.json new file mode 100644 index 00000000..d7ade608 --- /dev/null +++ b/jigsaw-pieces/village/savanna/town_centers/savanna_meeting_point_1.json @@ -0,0 +1,193 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -5, + "y": -2, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": -2, + "y": -2, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": 1, + "y": -2, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 1, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 1, + "y": -2, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": 3, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -7, + "y": -1, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 1, + "y": -1, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/town_centers/savanna_meeting_point_1" +} diff --git a/jigsaw-pieces/village/savanna/town_centers/savanna_meeting_point_2.json b/jigsaw-pieces/village/savanna/town_centers/savanna_meeting_point_2.json new file mode 100644 index 00000000..c4466f5b --- /dev/null +++ b/jigsaw-pieces/village/savanna/town_centers/savanna_meeting_point_2.json @@ -0,0 +1,193 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": -4, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": -1, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": 2, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": 4, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -5, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": -2, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": -2, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 5, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/town_centers/savanna_meeting_point_2" +} diff --git a/jigsaw-pieces/village/savanna/town_centers/savanna_meeting_point_3.json b/jigsaw-pieces/village/savanna/town_centers/savanna_meeting_point_3.json new file mode 100644 index 00000000..28f43892 --- /dev/null +++ b/jigsaw-pieces/village/savanna/town_centers/savanna_meeting_point_3.json @@ -0,0 +1,193 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": -3, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -3, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 4, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": -2, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": -2, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 4, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/town_centers/savanna_meeting_point_3" +} diff --git a/jigsaw-pieces/village/savanna/town_centers/savanna_meeting_point_4.json b/jigsaw-pieces/village/savanna/town_centers/savanna_meeting_point_4.json new file mode 100644 index 00000000..9d30925a --- /dev/null +++ b/jigsaw-pieces/village/savanna/town_centers/savanna_meeting_point_4.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": -4, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/villagers"], + "position": { + "x": -3, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -3, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 4, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 0, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/streets"], + "position": { + "x": 4, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/town_centers/savanna_meeting_point_4" +} diff --git a/jigsaw-pieces/village/savanna/villagers/baby.json b/jigsaw-pieces/village/savanna/villagers/baby.json new file mode 100644 index 00000000..b52aabfc --- /dev/null +++ b/jigsaw-pieces/village/savanna/villagers/baby.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/villagers/baby" +} diff --git a/jigsaw-pieces/village/savanna/villagers/nitwit.json b/jigsaw-pieces/village/savanna/villagers/nitwit.json new file mode 100644 index 00000000..408c6ca9 --- /dev/null +++ b/jigsaw-pieces/village/savanna/villagers/nitwit.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/villagers/nitwit" +} diff --git a/jigsaw-pieces/village/savanna/villagers/unemployed.json b/jigsaw-pieces/village/savanna/villagers/unemployed.json new file mode 100644 index 00000000..047e238b --- /dev/null +++ b/jigsaw-pieces/village/savanna/villagers/unemployed.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/villagers/unemployed" +} diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_2.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_2.json new file mode 100644 index 00000000..e0fe1362 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_2.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -6, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -5, + "y": -2, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": -2, + "y": -2, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 1, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 2, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -2, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/houses/savanna_animal_pen_2" +} diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_3.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_3.json new file mode 100644 index 00000000..31e5197d --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_3.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": -2, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 0, + "y": -2, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/houses/savanna_animal_pen_3" +} diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_large_farm_2.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_large_farm_2.json new file mode 100644 index 00000000..fb3ab171 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_large_farm_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 1, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/houses/savanna_large_farm_2" +} diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_1.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_1.json new file mode 100644 index 00000000..97c4a222 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": -4, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/villagers"], + "position": { + "x": -1, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/villagers"], + "position": { + "x": -1, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/houses/savanna_medium_house_1" +} diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_2.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_2.json new file mode 100644 index 00000000..d9fa4dbe --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_2.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/villagers"], + "position": { + "x": -2, + "y": -4, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 2, + "y": -4, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/villagers"], + "position": { + "x": 2, + "y": -4, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/houses/savanna_medium_house_2" +} diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_1.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_1.json new file mode 100644 index 00000000..6b0b0fdc --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/villagers"], + "position": { + "x": -1, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/houses/savanna_small_house_1" +} diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_2.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_2.json new file mode 100644 index 00000000..8cb54460 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/villagers"], + "position": { + "x": -1, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 1, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/houses/savanna_small_house_2" +} diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_3.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_3.json new file mode 100644 index 00000000..13a10ea9 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_3.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/villagers"], + "position": { + "x": 2, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/houses/savanna_small_house_3" +} diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_4.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_4.json new file mode 100644 index 00000000..834e2b05 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_4.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/villagers"], + "position": { + "x": 0, + "y": -4, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/houses/savanna_small_house_4" +} diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_5.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_5.json new file mode 100644 index 00000000..741a7da2 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_5.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/villagers"], + "position": { + "x": 1, + "y": -5, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 3, + "y": -4, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/houses/savanna_small_house_5" +} diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_6.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_6.json new file mode 100644 index 00000000..0359561f --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_6.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/houses/savanna_small_house_6" +} diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_7.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_7.json new file mode 100644 index 00000000..1e66d588 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_7.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/villagers"], + "position": { + "x": 2, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/houses/savanna_small_house_7" +} diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_8.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_8.json new file mode 100644 index 00000000..ed91a1bf --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_8.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/houses/savanna_small_house_8" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/corner_01.json b/jigsaw-pieces/village/savanna/zombie/streets/corner_01.json new file mode 100644 index 00000000..5d3cb95c --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/corner_01.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 2, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 5, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/corner_01" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/corner_03.json b/jigsaw-pieces/village/savanna/zombie/streets/corner_03.json new file mode 100644 index 00000000..ece02e76 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/corner_03.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 1, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/corner_03" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_02.json b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_02.json new file mode 100644 index 00000000..00aedd46 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_02.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": -2, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 1, + "y": 0, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 3, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/crossroad_02" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_03.json b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_03.json new file mode 100644 index 00000000..fed501c6 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_03.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": -6, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -6, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": 2, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 3, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/crossroad_03" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_04.json b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_04.json new file mode 100644 index 00000000..8cfc1ead --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_04.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/crossroad_04" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_05.json b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_05.json new file mode 100644 index 00000000..93b37dc8 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_05.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/crossroad_05" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_06.json b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_06.json new file mode 100644 index 00000000..fabc6d04 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_06.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/crossroad_06" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_07.json b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_07.json new file mode 100644 index 00000000..3cf4085f --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_07.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 5, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 6, + "y": -1, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 1, + "y": 0, + "z": 6 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": 2, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 6, + "y": 0, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/crossroad_07" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/split_01.json b/jigsaw-pieces/village/savanna/zombie/streets/split_01.json new file mode 100644 index 00000000..0c97c3e2 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/split_01.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -3, + "y": 0, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 3, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/split_01" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/split_02.json b/jigsaw-pieces/village/savanna/zombie/streets/split_02.json new file mode 100644 index 00000000..8a1a7e8d --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/split_02.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 2, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 3, + "y": 0, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/split_02" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_02.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_02.json new file mode 100644 index 00000000..5609c0a0 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_02.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": 3 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/straight_02" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_04.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_04.json new file mode 100644 index 00000000..a4cf7063 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_04.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/straight_04" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_05.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_05.json new file mode 100644 index 00000000..ee1dd41f --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_05.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -9, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -9, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -8, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -8, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -8, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/straight_05" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_06.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_06.json new file mode 100644 index 00000000..da99b532 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_06.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": -3, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 2, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -3, + "y": 0, + "z": 6 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 3, + "y": 0, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/straight_06" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_08.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_08.json new file mode 100644 index 00000000..c00a1c0d --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_08.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/straight_08" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_09.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_09.json new file mode 100644 index 00000000..92a2e934 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_09.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": -2, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": -3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 1, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": 2, + "y": 0, + "z": 3 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/straight_09" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_10.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_10.json new file mode 100644 index 00000000..4eed5029 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_10.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/straight_10" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_11.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_11.json new file mode 100644 index 00000000..dbd39c9e --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_11.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": 4 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/straight_11" +} diff --git a/jigsaw-pieces/village/savanna/zombie/streets/turn_01.json b/jigsaw-pieces/village/savanna/zombie/streets/turn_01.json new file mode 100644 index 00000000..0696271a --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/streets/turn_01.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -3, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/streets/turn_01" +} diff --git a/jigsaw-pieces/village/savanna/zombie/terminators/terminator_05.json b/jigsaw-pieces/village/savanna/zombie/terminators/terminator_05.json new file mode 100644 index 00000000..d0c8db6e --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/terminators/terminator_05.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": -7, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": -7, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/savanna/zombie/decor"], + "position": { + "x": -7, + "y": -1, + "z": 6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/savanna/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/terminators/terminator_05" +} diff --git a/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_1.json b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_1.json new file mode 100644 index 00000000..80b8de22 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -7, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 1, + "y": -2, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/town_centers/savanna_meeting_point_1" +} diff --git a/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_2.json b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_2.json new file mode 100644 index 00000000..0509f070 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_2.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -5, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 5, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/town_centers/savanna_meeting_point_2" +} diff --git a/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_3.json b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_3.json new file mode 100644 index 00000000..c264b482 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_3.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 4, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 4, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/town_centers/savanna_meeting_point_3" +} diff --git a/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_4.json b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_4.json new file mode 100644 index 00000000..f8074245 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_4.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -3, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 4, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/savanna/zombie/streets"], + "position": { + "x": 4, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/town_centers/savanna_meeting_point_4" +} diff --git a/jigsaw-pieces/village/savanna/zombie/villagers/nitwit.json b/jigsaw-pieces/village/savanna/zombie/villagers/nitwit.json new file mode 100644 index 00000000..a87675a4 --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/villagers/nitwit.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/villagers/nitwit" +} diff --git a/jigsaw-pieces/village/savanna/zombie/villagers/unemployed.json b/jigsaw-pieces/village/savanna/zombie/villagers/unemployed.json new file mode 100644 index 00000000..c088d19d --- /dev/null +++ b/jigsaw-pieces/village/savanna/zombie/villagers/unemployed.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/savanna/zombie/villagers/unemployed" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_1.json b/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_1.json new file mode 100644 index 00000000..aa22f5f3 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": -2, + "y": -3, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_animal_pen_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_2.json b/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_2.json new file mode 100644 index 00000000..54c2b436 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_animal_pen_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 2, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_animal_pen_2" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_1.json new file mode 100644 index 00000000..403969c8 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_armorer_house_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_2.json b/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_2.json new file mode 100644 index 00000000..38493862 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_armorer_house_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -4, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_armorer_house_2" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_1.json b/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_1.json new file mode 100644 index 00000000..201561c6 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -4, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/butcher_animals"], + "position": { + "x": 1, + "y": -4, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_butchers_shop_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_2.json b/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_2.json new file mode 100644 index 00000000..cc29fe08 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_butchers_shop_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/butcher_animals"], + "position": { + "x": 1, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -1, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_butchers_shop_2" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_cartographer_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_cartographer_house_1.json new file mode 100644 index 00000000..689bac22 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_cartographer_house_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_cartographer_house_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_farm_1.json b/jigsaw-pieces/village/snowy/houses/snowy_farm_1.json new file mode 100644 index 00000000..d33f0add --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_farm_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_farm_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_farm_2.json b/jigsaw-pieces/village/snowy/houses/snowy_farm_2.json new file mode 100644 index 00000000..f9aaf7f2 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_farm_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -3, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_farm_2" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_fisher_cottage.json b/jigsaw-pieces/village/snowy/houses/snowy_fisher_cottage.json new file mode 100644 index 00000000..d1e7ddf4 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_fisher_cottage.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_fisher_cottage" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_fletcher_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_fletcher_house_1.json new file mode 100644 index 00000000..bea8eed2 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_fletcher_house_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_fletcher_house_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_library_1.json b/jigsaw-pieces/village/snowy/houses/snowy_library_1.json new file mode 100644 index 00000000..44a71b66 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_library_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -6, + "y": -5, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_library_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_masons_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_masons_house_1.json new file mode 100644 index 00000000..6e5a6d1c --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_masons_house_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -4, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_masons_house_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_masons_house_2.json b/jigsaw-pieces/village/snowy/houses/snowy_masons_house_2.json new file mode 100644 index 00000000..0a3b5a99 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_masons_house_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -5, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_masons_house_2" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_1.json new file mode 100644 index 00000000..69dfce52 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 3, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_medium_house_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_2.json b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_2.json new file mode 100644 index 00000000..19eaaa09 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": -2, + "y": -4, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -4, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": 2, + "y": -4, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_medium_house_2" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_medium_house_3.json b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_3.json new file mode 100644 index 00000000..624a70f8 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_medium_house_3.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": 0, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": 0, + "y": -2, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -2, + "y": -1, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_medium_house_3" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_shepherds_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_shepherds_house_1.json new file mode 100644 index 00000000..db15c862 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_shepherds_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:buidling_entrance", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:buidling_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/sheep"], + "position": { + "x": -3, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_shepherds_house_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_1.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_1.json new file mode 100644 index 00000000..5f1a8129 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": 0, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_small_house_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_2.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_2.json new file mode 100644 index 00000000..85d756be --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -4, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": 0, + "y": -4, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_small_house_2" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_3.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_3.json new file mode 100644 index 00000000..aa0c2a7d --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_3.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": 0, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_small_house_3" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_4.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_4.json new file mode 100644 index 00000000..19aad364 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_4.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": 0, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -1, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_small_house_4" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_5.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_5.json new file mode 100644 index 00000000..c30a08c5 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_5.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": -1, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -1, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_small_house_5" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_6.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_6.json new file mode 100644 index 00000000..69f7474d --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_6.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": 0, + "y": -4, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_small_house_6" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_7.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_7.json new file mode 100644 index 00000000..44a22ec8 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_7.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": -1, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_small_house_7" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_small_house_8.json b/jigsaw-pieces/village/snowy/houses/snowy_small_house_8.json new file mode 100644 index 00000000..1b9eb348 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_small_house_8.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": -1, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -1, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_small_house_8" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_tannery_1.json b/jigsaw-pieces/village/snowy/houses/snowy_tannery_1.json new file mode 100644 index 00000000..993d92aa --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_tannery_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_tannery_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_temple_1.json b/jigsaw-pieces/village/snowy/houses/snowy_temple_1.json new file mode 100644 index 00000000..b73c4dcf --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_temple_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -7, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_temple_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_tool_smith_1.json b/jigsaw-pieces/village/snowy/houses/snowy_tool_smith_1.json new file mode 100644 index 00000000..40ba48f8 --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_tool_smith_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -4, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_tool_smith_1" +} diff --git a/jigsaw-pieces/village/snowy/houses/snowy_weapon_smith_1.json b/jigsaw-pieces/village/snowy/houses/snowy_weapon_smith_1.json new file mode 100644 index 00000000..a275820e --- /dev/null +++ b/jigsaw-pieces/village/snowy/houses/snowy_weapon_smith_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -3, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/houses/snowy_weapon_smith_1" +} diff --git a/jigsaw-pieces/village/snowy/snowy_lamp_post_01.json b/jigsaw-pieces/village/snowy/snowy_lamp_post_01.json new file mode 100644 index 00000000..b068692e --- /dev/null +++ b/jigsaw-pieces/village/snowy/snowy_lamp_post_01.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/snowy_lamp_post_01" +} diff --git a/jigsaw-pieces/village/snowy/snowy_lamp_post_02.json b/jigsaw-pieces/village/snowy/snowy_lamp_post_02.json new file mode 100644 index 00000000..548c2b72 --- /dev/null +++ b/jigsaw-pieces/village/snowy/snowy_lamp_post_02.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/snowy_lamp_post_02" +} diff --git a/jigsaw-pieces/village/snowy/snowy_lamp_post_03.json b/jigsaw-pieces/village/snowy/snowy_lamp_post_03.json new file mode 100644 index 00000000..7b8c8bf1 --- /dev/null +++ b/jigsaw-pieces/village/snowy/snowy_lamp_post_03.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/snowy_lamp_post_03" +} diff --git a/jigsaw-pieces/village/snowy/streets/corner_01.json b/jigsaw-pieces/village/snowy/streets/corner_01.json new file mode 100644 index 00000000..153572ed --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/corner_01.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -5, + "y": -1, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -5, + "y": -1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -5, + "y": -1, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -2, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": 0, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": 3, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -3, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -2, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/corner_01" +} diff --git a/jigsaw-pieces/village/snowy/streets/corner_02.json b/jigsaw-pieces/village/snowy/streets/corner_02.json new file mode 100644 index 00000000..a4e9e980 --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/corner_02.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 1, + "y": 0, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 7, + "y": 0, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/corner_02" +} diff --git a/jigsaw-pieces/village/snowy/streets/corner_03.json b/jigsaw-pieces/village/snowy/streets/corner_03.json new file mode 100644 index 00000000..6a5600f0 --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/corner_03.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 1, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/corner_03" +} diff --git a/jigsaw-pieces/village/snowy/streets/crossroad_01.json b/jigsaw-pieces/village/snowy/streets/crossroad_01.json new file mode 100644 index 00000000..b7188062 --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/crossroad_01.json @@ -0,0 +1,232 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": 5, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -1, + "y": 0, + "z": -4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -1, + "y": 0, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -1, + "y": 0, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -1, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -1, + "y": 0, + "z": 3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -1, + "y": 0, + "z": 4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 1, + "y": 0, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/crossroad_01" +} diff --git a/jigsaw-pieces/village/snowy/streets/crossroad_02.json b/jigsaw-pieces/village/snowy/streets/crossroad_02.json new file mode 100644 index 00000000..1e2f9068 --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/crossroad_02.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -7, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -3, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -5, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 1, + "y": 0, + "z": 4 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/crossroad_02" +} diff --git a/jigsaw-pieces/village/snowy/streets/crossroad_03.json b/jigsaw-pieces/village/snowy/streets/crossroad_03.json new file mode 100644 index 00000000..836e51dc --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/crossroad_03.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -4, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": 3, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -4, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -3, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 3, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 3, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/crossroad_03" +} diff --git a/jigsaw-pieces/village/snowy/streets/crossroad_04.json b/jigsaw-pieces/village/snowy/streets/crossroad_04.json new file mode 100644 index 00000000..e51910ff --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/crossroad_04.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/crossroad_04" +} diff --git a/jigsaw-pieces/village/snowy/streets/crossroad_05.json b/jigsaw-pieces/village/snowy/streets/crossroad_05.json new file mode 100644 index 00000000..cc041044 --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/crossroad_05.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/crossroad_05" +} diff --git a/jigsaw-pieces/village/snowy/streets/crossroad_06.json b/jigsaw-pieces/village/snowy/streets/crossroad_06.json new file mode 100644 index 00000000..d2b83ecf --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/crossroad_06.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/crossroad_06" +} diff --git a/jigsaw-pieces/village/snowy/streets/square_01.json b/jigsaw-pieces/village/snowy/streets/square_01.json new file mode 100644 index 00000000..0d0fdacc --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/square_01.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": 4, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": 9, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 1, + "y": 0, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 4, + "y": 0, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 8, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/square_01" +} diff --git a/jigsaw-pieces/village/snowy/streets/straight_01.json b/jigsaw-pieces/village/snowy/streets/straight_01.json new file mode 100644 index 00000000..2a5d4780 --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/straight_01.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -6, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -4, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": 3, + "y": -1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": 3, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": 4, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -1, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/straight_01" +} diff --git a/jigsaw-pieces/village/snowy/streets/straight_02.json b/jigsaw-pieces/village/snowy/streets/straight_02.json new file mode 100644 index 00000000..0b7f2241 --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/straight_02.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -7, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/straight_02" +} diff --git a/jigsaw-pieces/village/snowy/streets/straight_03.json b/jigsaw-pieces/village/snowy/streets/straight_03.json new file mode 100644 index 00000000..1d363bc4 --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/straight_03.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -6, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -6, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -5, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -5, + "y": 0, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -4, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -4, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -4, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -4, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -4, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/straight_03" +} diff --git a/jigsaw-pieces/village/snowy/streets/straight_04.json b/jigsaw-pieces/village/snowy/streets/straight_04.json new file mode 100644 index 00000000..9c99f3eb --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/straight_04.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -5, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -1, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -4, + "y": 0, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/straight_04" +} diff --git a/jigsaw-pieces/village/snowy/streets/straight_06.json b/jigsaw-pieces/village/snowy/streets/straight_06.json new file mode 100644 index 00000000..8841f884 --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/straight_06.json @@ -0,0 +1,310 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -2, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -1, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -1, + "y": -1, + "z": 6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -3, + "y": 0, + "z": -6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -3, + "y": 0, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -2, + "y": 0, + "z": -9 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -2, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -2, + "y": 0, + "z": 5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -2, + "y": 0, + "z": 6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -1, + "y": 0, + "z": -7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -1, + "y": 0, + "z": -6 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -1, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 0, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 0, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 0, + "y": 0, + "z": 5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 0, + "y": 0, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/straight_06" +} diff --git a/jigsaw-pieces/village/snowy/streets/straight_08.json b/jigsaw-pieces/village/snowy/streets/straight_08.json new file mode 100644 index 00000000..c2cbf096 --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/straight_08.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -7, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -7, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -7, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -6, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -6, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -6, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/straight_08" +} diff --git a/jigsaw-pieces/village/snowy/streets/turn_01.json b/jigsaw-pieces/village/snowy/streets/turn_01.json new file mode 100644 index 00000000..c7c7d888 --- /dev/null +++ b/jigsaw-pieces/village/snowy/streets/turn_01.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -1, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": -2, + "y": 0, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -1, + "y": 0, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/houses"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/streets/turn_01" +} diff --git a/jigsaw-pieces/village/snowy/town_centers/snowy_meeting_point_1.json b/jigsaw-pieces/village/snowy/town_centers/snowy_meeting_point_1.json new file mode 100644 index 00000000..73648900 --- /dev/null +++ b/jigsaw-pieces/village/snowy/town_centers/snowy_meeting_point_1.json @@ -0,0 +1,219 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -5, + "y": -4, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": -5, + "y": -4, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": -4, + "y": -4, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -4, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -1, + "y": -4, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -1, + "y": -4, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": 2, + "y": -4, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/decor"], + "position": { + "x": 4, + "y": -4, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -6, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -4, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 2, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 5, + "y": -3, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/town_centers/snowy_meeting_point_1" +} diff --git a/jigsaw-pieces/village/snowy/town_centers/snowy_meeting_point_2.json b/jigsaw-pieces/village/snowy/town_centers/snowy_meeting_point_2.json new file mode 100644 index 00000000..e060cca6 --- /dev/null +++ b/jigsaw-pieces/village/snowy/town_centers/snowy_meeting_point_2.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -5, + "y": -2, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": -4, + "y": -2, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -3, + "y": -2, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": -2, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -5, + "y": -1, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": -1, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 5, + "y": -1, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/town_centers/snowy_meeting_point_2" +} diff --git a/jigsaw-pieces/village/snowy/town_centers/snowy_meeting_point_3.json b/jigsaw-pieces/village/snowy/town_centers/snowy_meeting_point_3.json new file mode 100644 index 00000000..40683830 --- /dev/null +++ b/jigsaw-pieces/village/snowy/town_centers/snowy_meeting_point_3.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -2, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": -2, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/villagers"], + "position": { + "x": -2, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 0, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/streets"], + "position": { + "x": 3, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/town_centers/snowy_meeting_point_3" +} diff --git a/jigsaw-pieces/village/snowy/villagers/baby.json b/jigsaw-pieces/village/snowy/villagers/baby.json new file mode 100644 index 00000000..f910f302 --- /dev/null +++ b/jigsaw-pieces/village/snowy/villagers/baby.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/villagers/baby" +} diff --git a/jigsaw-pieces/village/snowy/villagers/nitwit.json b/jigsaw-pieces/village/snowy/villagers/nitwit.json new file mode 100644 index 00000000..363a8c66 --- /dev/null +++ b/jigsaw-pieces/village/snowy/villagers/nitwit.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/villagers/nitwit" +} diff --git a/jigsaw-pieces/village/snowy/villagers/unemployed.json b/jigsaw-pieces/village/snowy/villagers/unemployed.json new file mode 100644 index 00000000..88fa9699 --- /dev/null +++ b/jigsaw-pieces/village/snowy/villagers/unemployed.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/villagers/unemployed" +} diff --git a/jigsaw-pieces/village/snowy/zombie/houses/snowy_medium_house_1.json b/jigsaw-pieces/village/snowy/zombie/houses/snowy_medium_house_1.json new file mode 100644 index 00000000..bf44d62f --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/houses/snowy_medium_house_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 3, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/houses/snowy_medium_house_1" +} diff --git a/jigsaw-pieces/village/snowy/zombie/houses/snowy_medium_house_2.json b/jigsaw-pieces/village/snowy/zombie/houses/snowy_medium_house_2.json new file mode 100644 index 00000000..781ece0a --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/houses/snowy_medium_house_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/villagers"], + "position": { + "x": -2, + "y": -4, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -4, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/villagers"], + "position": { + "x": 2, + "y": -4, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/houses/snowy_medium_house_2" +} diff --git a/jigsaw-pieces/village/snowy/zombie/houses/snowy_medium_house_3.json b/jigsaw-pieces/village/snowy/zombie/houses/snowy_medium_house_3.json new file mode 100644 index 00000000..706f59e1 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/houses/snowy_medium_house_3.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/villagers"], + "position": { + "x": 0, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/villagers"], + "position": { + "x": 0, + "y": -2, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -2, + "y": -1, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/houses/snowy_medium_house_3" +} diff --git a/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_1.json b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_1.json new file mode 100644 index 00000000..b8144eb2 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/villagers"], + "position": { + "x": 0, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/houses/snowy_small_house_1" +} diff --git a/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_2.json b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_2.json new file mode 100644 index 00000000..602b24b0 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -4, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/villagers"], + "position": { + "x": 0, + "y": -4, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/houses/snowy_small_house_2" +} diff --git a/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_3.json b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_3.json new file mode 100644 index 00000000..348abbf0 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_3.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/houses/snowy_small_house_3" +} diff --git a/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_4.json b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_4.json new file mode 100644 index 00000000..f33cbea6 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_4.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/villagers"], + "position": { + "x": 0, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -1, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/houses/snowy_small_house_4" +} diff --git a/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_5.json b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_5.json new file mode 100644 index 00000000..e58f933a --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_5.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/villagers"], + "position": { + "x": -1, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -1, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/houses/snowy_small_house_5" +} diff --git a/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_6.json b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_6.json new file mode 100644 index 00000000..97d8eb7d --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_6.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -4, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/villagers"], + "position": { + "x": 0, + "y": -4, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/houses/snowy_small_house_6" +} diff --git a/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_7.json b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_7.json new file mode 100644 index 00000000..3de047a7 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_7.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/villagers"], + "position": { + "x": -1, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/houses/snowy_small_house_7" +} diff --git a/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_8.json b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_8.json new file mode 100644 index 00000000..a3216e71 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/houses/snowy_small_house_8.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/houses/snowy_small_house_8" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/corner_01.json b/jigsaw-pieces/village/snowy/zombie/streets/corner_01.json new file mode 100644 index 00000000..2f53e8ad --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/corner_01.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -5, + "y": -1, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -2, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": 3, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -3, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/corner_01" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/corner_02.json b/jigsaw-pieces/village/snowy/zombie/streets/corner_02.json new file mode 100644 index 00000000..6c161ccc --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/corner_02.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/corner_02" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/corner_03.json b/jigsaw-pieces/village/snowy/zombie/streets/corner_03.json new file mode 100644 index 00000000..517555c2 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/corner_03.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 1, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/corner_03" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/crossroad_01.json b/jigsaw-pieces/village/snowy/zombie/streets/crossroad_01.json new file mode 100644 index 00000000..e09fc70f --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/crossroad_01.json @@ -0,0 +1,232 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": 5, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": 3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": 4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/crossroad_01" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/crossroad_02.json b/jigsaw-pieces/village/snowy/zombie/streets/crossroad_02.json new file mode 100644 index 00000000..93ebe04f --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/crossroad_02.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -7, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -3, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -5, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": 4 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/crossroad_02" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/crossroad_03.json b/jigsaw-pieces/village/snowy/zombie/streets/crossroad_03.json new file mode 100644 index 00000000..c1127225 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/crossroad_03.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -4, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": 3, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 3, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 3, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/crossroad_03" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/crossroad_04.json b/jigsaw-pieces/village/snowy/zombie/streets/crossroad_04.json new file mode 100644 index 00000000..1e9d27ca --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/crossroad_04.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/crossroad_04" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/crossroad_05.json b/jigsaw-pieces/village/snowy/zombie/streets/crossroad_05.json new file mode 100644 index 00000000..c3f3d47a --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/crossroad_05.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/crossroad_05" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/crossroad_06.json b/jigsaw-pieces/village/snowy/zombie/streets/crossroad_06.json new file mode 100644 index 00000000..a5f9fa08 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/crossroad_06.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/crossroad_06" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/square_01.json b/jigsaw-pieces/village/snowy/zombie/streets/square_01.json new file mode 100644 index 00000000..7154733a --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/square_01.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": 4, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": 9, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 4, + "y": 0, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 8, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/square_01" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/straight_01.json b/jigsaw-pieces/village/snowy/zombie/streets/straight_01.json new file mode 100644 index 00000000..36d16258 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/straight_01.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -6, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -4, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": 3, + "y": -1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": 3, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": 4, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/straight_01" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/straight_02.json b/jigsaw-pieces/village/snowy/zombie/streets/straight_02.json new file mode 100644 index 00000000..664d381a --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/straight_02.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/straight_02" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/straight_03.json b/jigsaw-pieces/village/snowy/zombie/streets/straight_03.json new file mode 100644 index 00000000..d2ed2525 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/straight_03.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -6, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -6, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -5, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -5, + "y": 0, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/straight_03" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/straight_04.json b/jigsaw-pieces/village/snowy/zombie/streets/straight_04.json new file mode 100644 index 00000000..b7917dbc --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/straight_04.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -1, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/straight_04" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/straight_06.json b/jigsaw-pieces/village/snowy/zombie/streets/straight_06.json new file mode 100644 index 00000000..60b61527 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/straight_06.json @@ -0,0 +1,310 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -2, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -1, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -1, + "y": -1, + "z": 6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": -6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": -9 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": 5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": 6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -6 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/straight_06" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/straight_08.json b/jigsaw-pieces/village/snowy/zombie/streets/straight_08.json new file mode 100644 index 00000000..bbef4d80 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/straight_08.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -7, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -7, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/straight_08" +} diff --git a/jigsaw-pieces/village/snowy/zombie/streets/turn_01.json b/jigsaw-pieces/village/snowy/zombie/streets/turn_01.json new file mode 100644 index 00000000..2e5016f5 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/streets/turn_01.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -1, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/snowy/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/streets/turn_01" +} diff --git a/jigsaw-pieces/village/snowy/zombie/town_centers/snowy_meeting_point_1.json b/jigsaw-pieces/village/snowy/zombie/town_centers/snowy_meeting_point_1.json new file mode 100644 index 00000000..8af5ec19 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/town_centers/snowy_meeting_point_1.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": -4, + "y": -4, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -4, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -1, + "y": -4, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -1, + "y": -4, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/snowy/zombie/decor"], + "position": { + "x": 4, + "y": -4, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -6, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -4, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 2, + "y": -3, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 5, + "y": -3, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/town_centers/snowy_meeting_point_1" +} diff --git a/jigsaw-pieces/village/snowy/zombie/town_centers/snowy_meeting_point_2.json b/jigsaw-pieces/village/snowy/zombie/town_centers/snowy_meeting_point_2.json new file mode 100644 index 00000000..e2b063a7 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/town_centers/snowy_meeting_point_2.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -5, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -5, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 5, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/town_centers/snowy_meeting_point_2" +} diff --git a/jigsaw-pieces/village/snowy/zombie/town_centers/snowy_meeting_point_3.json b/jigsaw-pieces/village/snowy/zombie/town_centers/snowy_meeting_point_3.json new file mode 100644 index 00000000..f328fb7d --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/town_centers/snowy_meeting_point_3.json @@ -0,0 +1,141 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -3, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 0, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/snowy/zombie/streets"], + "position": { + "x": 3, + "y": -2, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/town_centers/snowy_meeting_point_3" +} diff --git a/jigsaw-pieces/village/snowy/zombie/villagers/nitwit.json b/jigsaw-pieces/village/snowy/zombie/villagers/nitwit.json new file mode 100644 index 00000000..62efd447 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/villagers/nitwit.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/villagers/nitwit" +} diff --git a/jigsaw-pieces/village/snowy/zombie/villagers/unemployed.json b/jigsaw-pieces/village/snowy/zombie/villagers/unemployed.json new file mode 100644 index 00000000..0f754042 --- /dev/null +++ b/jigsaw-pieces/village/snowy/zombie/villagers/unemployed.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/snowy/zombie/villagers/unemployed" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_animal_pen_1.json b/jigsaw-pieces/village/taiga/houses/taiga_animal_pen_1.json new file mode 100644 index 00000000..699d5934 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_animal_pen_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 0, + "y": -2, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/animals"], + "position": { + "x": 2, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_animal_pen_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_armorer_2.json b/jigsaw-pieces/village/taiga/houses/taiga_armorer_2.json new file mode 100644 index 00000000..d919504b --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_armorer_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -3, + "y": -4, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -4, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_armorer_2" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_armorer_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_armorer_house_1.json new file mode 100644 index 00000000..051f0355 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_armorer_house_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_armorer_house_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_butcher_shop_1.json b/jigsaw-pieces/village/taiga/houses/taiga_butcher_shop_1.json new file mode 100644 index 00000000..4193d46e --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_butcher_shop_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -3, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/butcher_animals"], + "position": { + "x": 2, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_butcher_shop_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_cartographer_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_cartographer_house_1.json new file mode 100644 index 00000000..3b000c08 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_cartographer_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -3, + "y": -5, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -4, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_cartographer_house_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_fisher_cottage_1.json b/jigsaw-pieces/village/taiga/houses/taiga_fisher_cottage_1.json new file mode 100644 index 00000000..5687c591 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_fisher_cottage_1.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -5, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -5, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 0, + "y": -3, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 4, + "y": -3, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_fisher_cottage_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_fletcher_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_fletcher_house_1.json new file mode 100644 index 00000000..c1893c6a --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_fletcher_house_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_fletcher_house_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_large_farm_1.json b/jigsaw-pieces/village/taiga/houses/taiga_large_farm_1.json new file mode 100644 index 00000000..9d48dadf --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_large_farm_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -2, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_large_farm_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_large_farm_2.json b/jigsaw-pieces/village/taiga/houses/taiga_large_farm_2.json new file mode 100644 index 00000000..61a9492b --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_large_farm_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 3, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_large_farm_2" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_library_1.json b/jigsaw-pieces/village/taiga/houses/taiga_library_1.json new file mode 100644 index 00000000..12b4501d --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_library_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -5, + "y": -5, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -5, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -5, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -4, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_library_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_masons_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_masons_house_1.json new file mode 100644 index 00000000..9f827316 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_masons_house_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_masons_house_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_1.json new file mode 100644 index 00000000..acbbb99d --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 1, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": -2, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": -1, + "y": 0, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_medium_house_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_2.json b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_2.json new file mode 100644 index 00000000..6f975283 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": -1, + "y": -5, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 1, + "y": -4, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": 0, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_medium_house_2" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_3.json b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_3.json new file mode 100644 index 00000000..f35c02f0 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_3.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_medium_house_3" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_medium_house_4.json b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_4.json new file mode 100644 index 00000000..591cdeb6 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_medium_house_4.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": -1, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 1, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_medium_house_4" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_shepherds_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_shepherds_house_1.json new file mode 100644 index 00000000..8f76bdb8 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_shepherds_house_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 3, + "y": -3, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/sheep"], + "position": { + "x": 3, + "y": -2, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_shepherds_house_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_farm_1.json b/jigsaw-pieces/village/taiga/houses/taiga_small_farm_1.json new file mode 100644 index 00000000..c88118f9 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_farm_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 3, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_small_farm_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_1.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_1.json new file mode 100644 index 00000000..41ef7a88 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": -1, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_small_house_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_2.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_2.json new file mode 100644 index 00000000..9d33e7dd --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_small_house_2" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_3.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_3.json new file mode 100644 index 00000000..eed68a1f --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_3.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_small_house_3" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_4.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_4.json new file mode 100644 index 00000000..9f44f9f6 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_4.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -3, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": -1, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_small_house_4" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_small_house_5.json b/jigsaw-pieces/village/taiga/houses/taiga_small_house_5.json new file mode 100644 index 00000000..06390997 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_small_house_5.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_small_house_5" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_tannery_1.json b/jigsaw-pieces/village/taiga/houses/taiga_tannery_1.json new file mode 100644 index 00000000..5041d573 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_tannery_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -3, + "z": 1 + }, + "direction": "WEST_NEGATIVE_X" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_tannery_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_temple_1.json b/jigsaw-pieces/village/taiga/houses/taiga_temple_1.json new file mode 100644 index 00000000..d3f4be29 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_temple_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -6, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_temple_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_tool_smith_1.json b/jigsaw-pieces/village/taiga/houses/taiga_tool_smith_1.json new file mode 100644 index 00000000..7522b2c1 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_tool_smith_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -4, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 4, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_tool_smith_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_1.json b/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_1.json new file mode 100644 index 00000000..add81c69 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_weaponsmith_1" +} diff --git a/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_2.json b/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_2.json new file mode 100644 index 00000000..9b2cc667 --- /dev/null +++ b/jigsaw-pieces/village/taiga/houses/taiga_weaponsmith_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 2, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/houses/taiga_weaponsmith_2" +} diff --git a/jigsaw-pieces/village/taiga/streets/corner_01.json b/jigsaw-pieces/village/taiga/streets/corner_01.json new file mode 100644 index 00000000..f4a7fa58 --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/corner_01.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -5, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -5, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 0, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 2, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 5, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/corner_01" +} diff --git a/jigsaw-pieces/village/taiga/streets/corner_02.json b/jigsaw-pieces/village/taiga/streets/corner_02.json new file mode 100644 index 00000000..c48afab9 --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/corner_02.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -8, + "y": -1, + "z": 7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -7, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 1, + "y": 0, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 7, + "y": 0, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/corner_02" +} diff --git a/jigsaw-pieces/village/taiga/streets/corner_03.json b/jigsaw-pieces/village/taiga/streets/corner_03.json new file mode 100644 index 00000000..1b66a18e --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/corner_03.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 1, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/corner_03" +} diff --git a/jigsaw-pieces/village/taiga/streets/crossroad_01.json b/jigsaw-pieces/village/taiga/streets/crossroad_01.json new file mode 100644 index 00000000..cc6f5f5a --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/crossroad_01.json @@ -0,0 +1,232 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 5, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -1, + "y": 0, + "z": -4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -1, + "y": 0, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -1, + "y": 0, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -1, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -1, + "y": 0, + "z": 3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -1, + "y": 0, + "z": 4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 0, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 0, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 1, + "y": 0, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/crossroad_01" +} diff --git a/jigsaw-pieces/village/taiga/streets/crossroad_02.json b/jigsaw-pieces/village/taiga/streets/crossroad_02.json new file mode 100644 index 00000000..e4438c01 --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/crossroad_02.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -5, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -3, + "y": -1, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 3, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 5, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 6, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 0, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 0, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/crossroad_02" +} diff --git a/jigsaw-pieces/village/taiga/streets/crossroad_03.json b/jigsaw-pieces/village/taiga/streets/crossroad_03.json new file mode 100644 index 00000000..9d72bd55 --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/crossroad_03.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -5, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 0, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -4, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 3, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 3, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/crossroad_03" +} diff --git a/jigsaw-pieces/village/taiga/streets/crossroad_04.json b/jigsaw-pieces/village/taiga/streets/crossroad_04.json new file mode 100644 index 00000000..daf1d3a9 --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/crossroad_04.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 1, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/crossroad_04" +} diff --git a/jigsaw-pieces/village/taiga/streets/crossroad_05.json b/jigsaw-pieces/village/taiga/streets/crossroad_05.json new file mode 100644 index 00000000..31f23c5a --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/crossroad_05.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/crossroad_05" +} diff --git a/jigsaw-pieces/village/taiga/streets/crossroad_06.json b/jigsaw-pieces/village/taiga/streets/crossroad_06.json new file mode 100644 index 00000000..9c95410c --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/crossroad_06.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/crossroad_06" +} diff --git a/jigsaw-pieces/village/taiga/streets/straight_01.json b/jigsaw-pieces/village/taiga/streets/straight_01.json new file mode 100644 index 00000000..f7b52e4b --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/straight_01.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -6, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -4, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 3, + "y": -1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 3, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 4, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -1, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/straight_01" +} diff --git a/jigsaw-pieces/village/taiga/streets/straight_02.json b/jigsaw-pieces/village/taiga/streets/straight_02.json new file mode 100644 index 00000000..36517d5c --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/straight_02.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -7, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -7, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -7, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/straight_02" +} diff --git a/jigsaw-pieces/village/taiga/streets/straight_03.json b/jigsaw-pieces/village/taiga/streets/straight_03.json new file mode 100644 index 00000000..32b87582 --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/straight_03.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -5, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -5, + "y": 0, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -4, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -4, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -4, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -4, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -4, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/straight_03" +} diff --git a/jigsaw-pieces/village/taiga/streets/straight_04.json b/jigsaw-pieces/village/taiga/streets/straight_04.json new file mode 100644 index 00000000..5f48dbb9 --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/straight_04.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -5, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -4, + "y": 0, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/straight_04" +} diff --git a/jigsaw-pieces/village/taiga/streets/straight_05.json b/jigsaw-pieces/village/taiga/streets/straight_05.json new file mode 100644 index 00000000..4ed551ca --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/straight_05.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -9, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -9, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -9, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -9, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -8, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -8, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -8, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/straight_05" +} diff --git a/jigsaw-pieces/village/taiga/streets/straight_06.json b/jigsaw-pieces/village/taiga/streets/straight_06.json new file mode 100644 index 00000000..d9e6c827 --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/straight_06.json @@ -0,0 +1,310 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -2, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -1, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -1, + "y": -1, + "z": 6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -3, + "y": 0, + "z": -6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -3, + "y": 0, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -2, + "y": 0, + "z": -9 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -2, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -2, + "y": 0, + "z": 5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -2, + "y": 0, + "z": 6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -1, + "y": 0, + "z": -7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -1, + "y": 0, + "z": -6 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -1, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 0, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 0, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 0, + "y": 0, + "z": 5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 0, + "y": 0, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/straight_06" +} diff --git a/jigsaw-pieces/village/taiga/streets/turn_01.json b/jigsaw-pieces/village/taiga/streets/turn_01.json new file mode 100644 index 00000000..f40e7839 --- /dev/null +++ b/jigsaw-pieces/village/taiga/streets/turn_01.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -2, + "y": 0, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -1, + "y": 0, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/streets/turn_01" +} diff --git a/jigsaw-pieces/village/taiga/taiga_decoration_1.json b/jigsaw-pieces/village/taiga/taiga_decoration_1.json new file mode 100644 index 00000000..9ca0881a --- /dev/null +++ b/jigsaw-pieces/village/taiga/taiga_decoration_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/taiga_decoration_1" +} diff --git a/jigsaw-pieces/village/taiga/taiga_decoration_2.json b/jigsaw-pieces/village/taiga/taiga_decoration_2.json new file mode 100644 index 00000000..03b516c6 --- /dev/null +++ b/jigsaw-pieces/village/taiga/taiga_decoration_2.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/taiga_decoration_2" +} diff --git a/jigsaw-pieces/village/taiga/taiga_decoration_3.json b/jigsaw-pieces/village/taiga/taiga_decoration_3.json new file mode 100644 index 00000000..e35fdf31 --- /dev/null +++ b/jigsaw-pieces/village/taiga/taiga_decoration_3.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": -1 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/taiga_decoration_3" +} diff --git a/jigsaw-pieces/village/taiga/taiga_decoration_4.json b/jigsaw-pieces/village/taiga/taiga_decoration_4.json new file mode 100644 index 00000000..3df2a9e9 --- /dev/null +++ b/jigsaw-pieces/village/taiga/taiga_decoration_4.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": -1 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/taiga_decoration_4" +} diff --git a/jigsaw-pieces/village/taiga/taiga_decoration_5.json b/jigsaw-pieces/village/taiga/taiga_decoration_5.json new file mode 100644 index 00000000..95915ae1 --- /dev/null +++ b/jigsaw-pieces/village/taiga/taiga_decoration_5.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/taiga_decoration_5" +} diff --git a/jigsaw-pieces/village/taiga/taiga_decoration_6.json b/jigsaw-pieces/village/taiga/taiga_decoration_6.json new file mode 100644 index 00000000..ca2e1e53 --- /dev/null +++ b/jigsaw-pieces/village/taiga/taiga_decoration_6.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/taiga_decoration_6" +} diff --git a/jigsaw-pieces/village/taiga/taiga_lamp_post_1.json b/jigsaw-pieces/village/taiga/taiga_lamp_post_1.json new file mode 100644 index 00000000..7e04fb27 --- /dev/null +++ b/jigsaw-pieces/village/taiga/taiga_lamp_post_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/taiga_lamp_post_1" +} diff --git a/jigsaw-pieces/village/taiga/town_centers/taiga_meeting_point_1.json b/jigsaw-pieces/village/taiga/town_centers/taiga_meeting_point_1.json new file mode 100644 index 00000000..5efe5b37 --- /dev/null +++ b/jigsaw-pieces/village/taiga/town_centers/taiga_meeting_point_1.json @@ -0,0 +1,297 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": -9, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -8, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -6, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -5, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": -4, + "y": -1, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": -2, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -11, + "y": 0, + "z": -6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -9, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -8, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -7, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -6, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -5, + "y": 0, + "z": -9 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -5, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": -4, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 0, + "y": 0, + "z": -6 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 0, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 0, + "y": 0, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/houses"], + "position": { + "x": 0, + "y": 0, + "z": -3 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/town_centers/taiga_meeting_point_1" +} diff --git a/jigsaw-pieces/village/taiga/town_centers/taiga_meeting_point_2.json b/jigsaw-pieces/village/taiga/town_centers/taiga_meeting_point_2.json new file mode 100644 index 00000000..7be8bd7d --- /dev/null +++ b/jigsaw-pieces/village/taiga/town_centers/taiga_meeting_point_2.json @@ -0,0 +1,219 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": -4, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": -4, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": -3, + "y": -2, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/iron_golem"], + "position": { + "x": -3, + "y": -2, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/villagers"], + "position": { + "x": 4, + "y": -2, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/decor"], + "position": { + "x": 4, + "y": -2, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": -4, + "y": -1, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 0, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 0, + "y": -1, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/streets"], + "position": { + "x": 4, + "y": -1, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/town_centers/taiga_meeting_point_2" +} diff --git a/jigsaw-pieces/village/taiga/villagers/baby.json b/jigsaw-pieces/village/taiga/villagers/baby.json new file mode 100644 index 00000000..1823e44e --- /dev/null +++ b/jigsaw-pieces/village/taiga/villagers/baby.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/villagers/baby" +} diff --git a/jigsaw-pieces/village/taiga/villagers/nitwit.json b/jigsaw-pieces/village/taiga/villagers/nitwit.json new file mode 100644 index 00000000..e86c5f9a --- /dev/null +++ b/jigsaw-pieces/village/taiga/villagers/nitwit.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/villagers/nitwit" +} diff --git a/jigsaw-pieces/village/taiga/villagers/unemployed.json b/jigsaw-pieces/village/taiga/villagers/unemployed.json new file mode 100644 index 00000000..8d770e0e --- /dev/null +++ b/jigsaw-pieces/village/taiga/villagers/unemployed.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/villagers/unemployed" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_cartographer_house_1.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_cartographer_house_1.json new file mode 100644 index 00000000..c342620d --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_cartographer_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -3, + "y": -5, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -4, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_cartographer_house_1" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_fisher_cottage_1.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_fisher_cottage_1.json new file mode 100644 index 00000000..5f996762 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_fisher_cottage_1.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -5, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -5, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 0, + "y": -3, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 4, + "y": -3, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_fisher_cottage_1" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_large_farm_2.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_large_farm_2.json new file mode 100644 index 00000000..0e1da91d --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_large_farm_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 3, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_large_farm_2" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_library_1.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_library_1.json new file mode 100644 index 00000000..2442c2d8 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_library_1.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -5, + "y": -5, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -5, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -5, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -4, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_library_1" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_medium_house_1.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_medium_house_1.json new file mode 100644 index 00000000..46b0c2b7 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_medium_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 1, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/villagers"], + "position": { + "x": -1, + "y": 0, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_medium_house_1" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_medium_house_2.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_medium_house_2.json new file mode 100644 index 00000000..3222c3cd --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_medium_house_2.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/villagers"], + "position": { + "x": -1, + "y": -5, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 1, + "y": -4, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/villagers"], + "position": { + "x": 0, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_medium_house_2" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_medium_house_3.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_medium_house_3.json new file mode 100644 index 00000000..ab529d60 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_medium_house_3.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -4, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_medium_house_3" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_medium_house_4.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_medium_house_4.json new file mode 100644 index 00000000..ae2944b6 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_medium_house_4.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 1, + "y": -2, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_medium_house_4" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_shepherds_house_1.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_shepherds_house_1.json new file mode 100644 index 00000000..326d3c4d --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_shepherds_house_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 3, + "y": -3, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -5, + "y": -2, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/sheep"], + "position": { + "x": 3, + "y": -2, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_shepherds_house_1" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_1.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_1.json new file mode 100644 index 00000000..6d1cebd0 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_1.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/villagers"], + "position": { + "x": -1, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_small_house_1" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_2.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_2.json new file mode 100644 index 00000000..b9ac4a49 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_small_house_2" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_3.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_3.json new file mode 100644 index 00000000..0a8d1d00 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_3.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -3, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_small_house_3" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_4.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_4.json new file mode 100644 index 00000000..edc2aa7b --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_4.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -3, + "y": -3, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/villagers"], + "position": { + "x": -1, + "y": -3, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_small_house_4" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_5.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_5.json new file mode 100644 index 00000000..282262b3 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_small_house_5.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -3, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/villagers"], + "position": { + "x": 0, + "y": -3, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_small_house_5" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_temple_1.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_temple_1.json new file mode 100644 index 00000000..95001fb9 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_temple_1.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -6, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_temple_1" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_tool_smith_1.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_tool_smith_1.json new file mode 100644 index 00000000..0385aa2f --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_tool_smith_1.json @@ -0,0 +1,102 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -4, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": 4, + "y": -3, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": 0, + "y": -2, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_tool_smith_1" +} diff --git a/jigsaw-pieces/village/taiga/zombie/houses/taiga_weaponsmith_2.json b/jigsaw-pieces/village/taiga/zombie/houses/taiga_weaponsmith_2.json new file mode 100644 index 00000000..2e82ee0b --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/houses/taiga_weaponsmith_2.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 2, + "y": -2, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["empty"], + "position": { + "x": -1, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/houses/taiga_weaponsmith_2" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/corner_01.json b/jigsaw-pieces/village/taiga/zombie/streets/corner_01.json new file mode 100644 index 00000000..960dea3c --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/corner_01.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 2, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 5, + "y": -1, + "z": 1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/corner_01" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/corner_02.json b/jigsaw-pieces/village/taiga/zombie/streets/corner_02.json new file mode 100644 index 00000000..649a755a --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/corner_02.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -8, + "y": -1, + "z": 7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -7, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/corner_02" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/corner_03.json b/jigsaw-pieces/village/taiga/zombie/streets/corner_03.json new file mode 100644 index 00000000..fea9e0f7 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/corner_03.json @@ -0,0 +1,89 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": 1 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 1, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/corner_03" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/crossroad_01.json b/jigsaw-pieces/village/taiga/zombie/streets/crossroad_01.json new file mode 100644 index 00000000..095f895b --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/crossroad_01.json @@ -0,0 +1,232 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 5, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": 3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": 4 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 1, + "y": 0, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/crossroad_01" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/crossroad_02.json b/jigsaw-pieces/village/taiga/zombie/streets/crossroad_02.json new file mode 100644 index 00000000..d2595740 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/crossroad_02.json @@ -0,0 +1,180 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -3, + "y": -1, + "z": -7 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 3, + "y": -1, + "z": -3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 5, + "y": -1, + "z": 4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 6, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/crossroad_02" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/crossroad_03.json b/jigsaw-pieces/village/taiga/zombie/streets/crossroad_03.json new file mode 100644 index 00000000..e4cd4a4a --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/crossroad_03.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 3, + "y": 0, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 3, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 7, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/crossroad_03" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/crossroad_04.json b/jigsaw-pieces/village/taiga/zombie/streets/crossroad_04.json new file mode 100644 index 00000000..45ad248d --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/crossroad_04.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 1, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/crossroad_04" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/crossroad_05.json b/jigsaw-pieces/village/taiga/zombie/streets/crossroad_05.json new file mode 100644 index 00000000..9b398050 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/crossroad_05.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/crossroad_05" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/crossroad_06.json b/jigsaw-pieces/village/taiga/zombie/streets/crossroad_06.json new file mode 100644 index 00000000..c626e4dd --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/crossroad_06.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 0, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 2, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/crossroad_06" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/straight_01.json b/jigsaw-pieces/village/taiga/zombie/streets/straight_01.json new file mode 100644 index 00000000..ceae04eb --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/straight_01.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -6, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -4, + "y": -1, + "z": -1 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 3, + "y": -1, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 3, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 4, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/straight_01" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/straight_02.json b/jigsaw-pieces/village/taiga/zombie/streets/straight_02.json new file mode 100644 index 00000000..c226caf4 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/straight_02.json @@ -0,0 +1,128 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -7, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -7, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -7, + "y": 0, + "z": 7 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -6, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/straight_02" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/straight_03.json b/jigsaw-pieces/village/taiga/zombie/streets/straight_03.json new file mode 100644 index 00000000..5cf21d5e --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/straight_03.json @@ -0,0 +1,154 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -5, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -5, + "y": 0, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": -2 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -4, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/straight_03" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/straight_04.json b/jigsaw-pieces/village/taiga/zombie/streets/straight_04.json new file mode 100644 index 00000000..ff7dc734 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/straight_04.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -5, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/straight_04" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/straight_05.json b/jigsaw-pieces/village/taiga/zombie/streets/straight_05.json new file mode 100644 index 00000000..132e5b78 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/straight_05.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -9, + "y": -1, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -9, + "y": -1, + "z": 5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -9, + "y": 0, + "z": -8 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -9, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -8, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -8, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -8, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -8, + "y": 0, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/straight_05" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/straight_06.json b/jigsaw-pieces/village/taiga/zombie/streets/straight_06.json new file mode 100644 index 00000000..14069e46 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/straight_06.json @@ -0,0 +1,310 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -2, + "y": -1, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -1, + "y": -1, + "z": 0 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -1, + "y": -1, + "z": 6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": -6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -3, + "y": 0, + "z": -5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -2, + "y": 0, + "z": -9 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": -1 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": 5 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": 6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -7 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -6 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -1, + "y": 0, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": 8 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": -1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 1 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 6 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/straight_06" +} diff --git a/jigsaw-pieces/village/taiga/zombie/streets/turn_01.json b/jigsaw-pieces/village/taiga/zombie/streets/turn_01.json new file mode 100644 index 00000000..5a8dce94 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/streets/turn_01.json @@ -0,0 +1,115 @@ +{ + "connectors": [ + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -4, + "y": 0, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -2, + "y": 0, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -1, + "y": 0, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 0, + "y": 0, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/streets/turn_01" +} diff --git a/jigsaw-pieces/village/taiga/zombie/town_centers/taiga_meeting_point_1.json b/jigsaw-pieces/village/taiga/zombie/town_centers/taiga_meeting_point_1.json new file mode 100644 index 00000000..04c09cfa --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/town_centers/taiga_meeting_point_1.json @@ -0,0 +1,245 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -8, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -6, + "y": -3, + "z": -6 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -11, + "y": -2, + "z": -6 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -9, + "y": -2, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -8, + "y": -2, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -7, + "y": -2, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -6, + "y": -2, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -5, + "y": -2, + "z": -9 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -5, + "y": -2, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": -4, + "y": -2, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 0, + "y": -2, + "z": -6 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 0, + "y": -2, + "z": -5 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 0, + "y": -2, + "z": -4 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "targetName": "minecraft:building_entrance", + "innerConnector": true, + "rotateConnector": false, + "name": "minecraft:building_entrance", + "pools": ["village/taiga/zombie/houses"], + "position": { + "x": 0, + "y": -2, + "z": -3 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/town_centers/taiga_meeting_point_1" +} diff --git a/jigsaw-pieces/village/taiga/zombie/town_centers/taiga_meeting_point_2.json b/jigsaw-pieces/village/taiga/zombie/town_centers/taiga_meeting_point_2.json new file mode 100644 index 00000000..bd7829dc --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/town_centers/taiga_meeting_point_2.json @@ -0,0 +1,167 @@ +{ + "connectors": [ + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": -4, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -4, + "y": -2, + "z": 2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/common/cats"], + "position": { + "x": -2, + "y": -2, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["village/taiga/zombie/decor"], + "position": { + "x": 4, + "y": -2, + "z": 3 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": -4, + "y": -1, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 0, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 0, + "y": -1, + "z": 4 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "minecraft:street", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:street", + "pools": ["village/taiga/zombie/streets"], + "position": { + "x": 4, + "y": -1, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/town_centers/taiga_meeting_point_2" +} diff --git a/jigsaw-pieces/village/taiga/zombie/villagers/nitwit.json b/jigsaw-pieces/village/taiga/zombie/villagers/nitwit.json new file mode 100644 index 00000000..a356ced5 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/villagers/nitwit.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/villagers/nitwit" +} diff --git a/jigsaw-pieces/village/taiga/zombie/villagers/unemployed.json b/jigsaw-pieces/village/taiga/zombie/villagers/unemployed.json new file mode 100644 index 00000000..6f6a4bb6 --- /dev/null +++ b/jigsaw-pieces/village/taiga/zombie/villagers/unemployed.json @@ -0,0 +1,74 @@ +{ + "connectors": [{ + "targetName": "minecraft:bottom", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:bottom", + "pools": ["empty"], + "position": { + "x": 0, + "y": -1, + "z": 0 + }, + "direction": "SOUTH_POSITIVE_Z" + }], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "village/taiga/zombie/villagers/unemployed" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_a1.json b/jigsaw-pieces/woodland_mansion/1x1_a1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_a1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_a2.json b/jigsaw-pieces/woodland_mansion/1x1_a2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_a2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_a3.json b/jigsaw-pieces/woodland_mansion/1x1_a3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_a3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_a4.json b/jigsaw-pieces/woodland_mansion/1x1_a4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_a4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_a5.json b/jigsaw-pieces/woodland_mansion/1x1_a5.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_a5.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_as1.json b/jigsaw-pieces/woodland_mansion/1x1_as1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_as1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_as2.json b/jigsaw-pieces/woodland_mansion/1x1_as2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_as2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_as3.json b/jigsaw-pieces/woodland_mansion/1x1_as3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_as3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_as4.json b/jigsaw-pieces/woodland_mansion/1x1_as4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_as4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_b1.json b/jigsaw-pieces/woodland_mansion/1x1_b1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_b1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_b2.json b/jigsaw-pieces/woodland_mansion/1x1_b2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_b2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_b3.json b/jigsaw-pieces/woodland_mansion/1x1_b3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_b3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_b4.json b/jigsaw-pieces/woodland_mansion/1x1_b4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_b4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x1_b5.json b/jigsaw-pieces/woodland_mansion/1x1_b5.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x1_b5.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a1.json b/jigsaw-pieces/woodland_mansion/1x2_a1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_a1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a2.json b/jigsaw-pieces/woodland_mansion/1x2_a2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_a2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a3.json b/jigsaw-pieces/woodland_mansion/1x2_a3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_a3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a4.json b/jigsaw-pieces/woodland_mansion/1x2_a4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_a4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a5.json b/jigsaw-pieces/woodland_mansion/1x2_a5.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_a5.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a6.json b/jigsaw-pieces/woodland_mansion/1x2_a6.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_a6.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a7.json b/jigsaw-pieces/woodland_mansion/1x2_a7.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_a7.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a8.json b/jigsaw-pieces/woodland_mansion/1x2_a8.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_a8.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a9.json b/jigsaw-pieces/woodland_mansion/1x2_a9.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_a9.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_b1.json b/jigsaw-pieces/woodland_mansion/1x2_b1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_b1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_b2.json b/jigsaw-pieces/woodland_mansion/1x2_b2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_b2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_b3.json b/jigsaw-pieces/woodland_mansion/1x2_b3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_b3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_b4.json b/jigsaw-pieces/woodland_mansion/1x2_b4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_b4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_b5.json b/jigsaw-pieces/woodland_mansion/1x2_b5.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_b5.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_c1.json b/jigsaw-pieces/woodland_mansion/1x2_c1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_c1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_c2.json b/jigsaw-pieces/woodland_mansion/1x2_c2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_c2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_c3.json b/jigsaw-pieces/woodland_mansion/1x2_c3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_c3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_c4.json b/jigsaw-pieces/woodland_mansion/1x2_c4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_c4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_c_stairs.json b/jigsaw-pieces/woodland_mansion/1x2_c_stairs.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_c_stairs.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_d1.json b/jigsaw-pieces/woodland_mansion/1x2_d1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_d1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_d2.json b/jigsaw-pieces/woodland_mansion/1x2_d2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_d2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_d3.json b/jigsaw-pieces/woodland_mansion/1x2_d3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_d3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_d4.json b/jigsaw-pieces/woodland_mansion/1x2_d4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_d4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_d5.json b/jigsaw-pieces/woodland_mansion/1x2_d5.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_d5.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_d_stairs.json b/jigsaw-pieces/woodland_mansion/1x2_d_stairs.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_d_stairs.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_s1.json b/jigsaw-pieces/woodland_mansion/1x2_s1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_s1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_s2.json b/jigsaw-pieces/woodland_mansion/1x2_s2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_s2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/1x2_se1.json b/jigsaw-pieces/woodland_mansion/1x2_se1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/1x2_se1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/2x2_a1.json b/jigsaw-pieces/woodland_mansion/2x2_a1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/2x2_a1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/2x2_a2.json b/jigsaw-pieces/woodland_mansion/2x2_a2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/2x2_a2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/2x2_a3.json b/jigsaw-pieces/woodland_mansion/2x2_a3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/2x2_a3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/2x2_a4.json b/jigsaw-pieces/woodland_mansion/2x2_a4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/2x2_a4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/2x2_b1.json b/jigsaw-pieces/woodland_mansion/2x2_b1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/2x2_b1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/2x2_b2.json b/jigsaw-pieces/woodland_mansion/2x2_b2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/2x2_b2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/2x2_b3.json b/jigsaw-pieces/woodland_mansion/2x2_b3.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/2x2_b3.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/2x2_b4.json b/jigsaw-pieces/woodland_mansion/2x2_b4.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/2x2_b4.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/2x2_b5.json b/jigsaw-pieces/woodland_mansion/2x2_b5.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/2x2_b5.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/2x2_s1.json b/jigsaw-pieces/woodland_mansion/2x2_s1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/2x2_s1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/carpet_east.json b/jigsaw-pieces/woodland_mansion/carpet_east.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/carpet_east.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/carpet_north.json b/jigsaw-pieces/woodland_mansion/carpet_north.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/carpet_north.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/carpet_south_1.json b/jigsaw-pieces/woodland_mansion/carpet_south_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/carpet_south_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/carpet_south_2.json b/jigsaw-pieces/woodland_mansion/carpet_south_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/carpet_south_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/carpet_west_1.json b/jigsaw-pieces/woodland_mansion/carpet_west_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/carpet_west_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/carpet_west_2.json b/jigsaw-pieces/woodland_mansion/carpet_west_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/carpet_west_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/corridor_floor.json b/jigsaw-pieces/woodland_mansion/corridor_floor.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/corridor_floor.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/entrance.json b/jigsaw-pieces/woodland_mansion/entrance.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/entrance.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/indoors_door_1.json b/jigsaw-pieces/woodland_mansion/indoors_door_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/indoors_door_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/indoors_door_2.json b/jigsaw-pieces/woodland_mansion/indoors_door_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/indoors_door_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/indoors_wall_1.json b/jigsaw-pieces/woodland_mansion/indoors_wall_1.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/indoors_wall_1.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/indoors_wall_2.json b/jigsaw-pieces/woodland_mansion/indoors_wall_2.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/indoors_wall_2.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/roof.json b/jigsaw-pieces/woodland_mansion/roof.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/roof.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/roof_corner.json b/jigsaw-pieces/woodland_mansion/roof_corner.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/roof_corner.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/roof_front.json b/jigsaw-pieces/woodland_mansion/roof_front.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/roof_front.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/roof_inner_corner.json b/jigsaw-pieces/woodland_mansion/roof_inner_corner.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/roof_inner_corner.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/small_wall.json b/jigsaw-pieces/woodland_mansion/small_wall.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/small_wall.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/small_wall_corner.json b/jigsaw-pieces/woodland_mansion/small_wall_corner.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/small_wall_corner.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/wall_corner.json b/jigsaw-pieces/woodland_mansion/wall_corner.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/wall_corner.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/wall_flat.json b/jigsaw-pieces/woodland_mansion/wall_flat.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/wall_flat.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pieces/woodland_mansion/wall_window.json b/jigsaw-pieces/woodland_mansion/wall_window.json new file mode 100644 index 00000000..c57cdb7d --- /dev/null +++ b/jigsaw-pieces/woodland_mansion/wall_window.json @@ -0,0 +1,62 @@ +{ + "connectors": [], + "placementOptions": { + "overStilt": 0, + "chance": 1, + "meld": false, + "density": 1, + "edit": [], + "bottom": false, + "translateCenter": false, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "zAxis": { + "min": 0, + "max": 0, + "interval": 0, + "enabled": false + }, + "enabled": true + }, + "boarExtendMinY": 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": [], + "boarExtendMaxY": 0, + "onwater": false, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "warp": { + "multiplier": 1, + "style": "FLAT", + "zoom": 1, + "maxFractureAccuracy": false, + "exponent": 1 + } + }, + "object": "" +} diff --git a/jigsaw-pools/bastion/blocks.json b/jigsaw-pools/bastion/blocks.json new file mode 100644 index 00000000..8b6913c0 --- /dev/null +++ b/jigsaw-pools/bastion/blocks.json @@ -0,0 +1,4 @@ +{"pieces": [ + "bastion/blocks/air", + "bastion/blocks/gold" +]} diff --git a/jigsaw-pools/bastion/blocks/gold.json b/jigsaw-pools/bastion/blocks/gold.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/blocks/gold.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/bridge/bridge_pieces.json b/jigsaw-pools/bastion/bridge/bridge_pieces.json new file mode 100644 index 00000000..6143bfc5 --- /dev/null +++ b/jigsaw-pools/bastion/bridge/bridge_pieces.json @@ -0,0 +1 @@ +{"pieces": ["bastion/bridge/bridge_pieces/bridge"]} diff --git a/jigsaw-pools/bastion/bridge/connectors.json b/jigsaw-pools/bastion/bridge/connectors.json new file mode 100644 index 00000000..a9ab1225 --- /dev/null +++ b/jigsaw-pools/bastion/bridge/connectors.json @@ -0,0 +1,4 @@ +{"pieces": [ + "bastion/bridge/connectors/back_bridge_bottom", + "bastion/bridge/connectors/back_bridge_top" +]} diff --git a/jigsaw-pools/bastion/bridge/legs.json b/jigsaw-pools/bastion/bridge/legs.json new file mode 100644 index 00000000..ae33397b --- /dev/null +++ b/jigsaw-pools/bastion/bridge/legs.json @@ -0,0 +1,4 @@ +{"pieces": [ + "bastion/bridge/legs/leg_0", + "bastion/bridge/legs/leg_1" +]} diff --git a/jigsaw-pools/bastion/bridge/rampart_plates.json b/jigsaw-pools/bastion/bridge/rampart_plates.json new file mode 100644 index 00000000..0eb84f16 --- /dev/null +++ b/jigsaw-pools/bastion/bridge/rampart_plates.json @@ -0,0 +1 @@ +{"pieces": ["bastion/bridge/rampart_plates/plate_0"]} diff --git a/jigsaw-pools/bastion/bridge/ramparts.json b/jigsaw-pools/bastion/bridge/ramparts.json new file mode 100644 index 00000000..6b222d05 --- /dev/null +++ b/jigsaw-pools/bastion/bridge/ramparts.json @@ -0,0 +1,4 @@ +{"pieces": [ + "bastion/bridge/ramparts/rampart_0", + "bastion/bridge/ramparts/rampart_1" +]} diff --git a/jigsaw-pools/bastion/bridge/starting_pieces.json b/jigsaw-pools/bastion/bridge/starting_pieces.json new file mode 100644 index 00000000..6a574003 --- /dev/null +++ b/jigsaw-pools/bastion/bridge/starting_pieces.json @@ -0,0 +1,5 @@ +{"pieces": [ + "bastion/bridge/starting_pieces/entrance", + "bastion/bridge/starting_pieces/entrance_base", + "bastion/bridge/starting_pieces/entrance_face" +]} diff --git a/jigsaw-pools/bastion/bridge/walls.json b/jigsaw-pools/bastion/bridge/walls.json new file mode 100644 index 00000000..0e66042d --- /dev/null +++ b/jigsaw-pools/bastion/bridge/walls.json @@ -0,0 +1,4 @@ +{"pieces": [ + "bastion/bridge/walls/wall_base_0", + "bastion/bridge/walls/wall_base_1" +]} diff --git a/jigsaw-pools/bastion/hoglin_stable.json b/jigsaw-pools/bastion/hoglin_stable.json new file mode 100644 index 00000000..fbd1f047 --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable.json @@ -0,0 +1 @@ +{"pieces": ["bastion/hoglin_stable/air_base"]} diff --git a/jigsaw-pools/bastion/hoglin_stable/connectors.json b/jigsaw-pools/bastion/hoglin_stable/connectors.json new file mode 100644 index 00000000..2c4b50e4 --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/connectors.json @@ -0,0 +1 @@ +{"pieces": ["bastion/hoglin_stable/connectors/end_post_connector"]} diff --git a/jigsaw-pools/bastion/hoglin_stable/large_stables.json b/jigsaw-pools/bastion/hoglin_stable/large_stables.json new file mode 100644 index 00000000..f15aedc7 --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/large_stables.json @@ -0,0 +1,12 @@ +{"pieces": [ + "bastion/hoglin_stable/large_stables/inner_0", + "bastion/hoglin_stable/large_stables/inner_1", + "bastion/hoglin_stable/large_stables/inner_2", + "bastion/hoglin_stable/large_stables/inner_3", + "bastion/hoglin_stable/large_stables/inner_4", + "bastion/hoglin_stable/large_stables/outer_0", + "bastion/hoglin_stable/large_stables/outer_1", + "bastion/hoglin_stable/large_stables/outer_2", + "bastion/hoglin_stable/large_stables/outer_3", + "bastion/hoglin_stable/large_stables/outer_4" +]} diff --git a/jigsaw-pools/bastion/hoglin_stable/large_stables/inner.json b/jigsaw-pools/bastion/hoglin_stable/large_stables/inner.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/large_stables/inner.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/hoglin_stable/large_stables/outer.json b/jigsaw-pools/bastion/hoglin_stable/large_stables/outer.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/large_stables/outer.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/hoglin_stable/mirrored_starting_pieces.json b/jigsaw-pools/bastion/hoglin_stable/mirrored_starting_pieces.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/mirrored_starting_pieces.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/hoglin_stable/posts.json b/jigsaw-pools/bastion/hoglin_stable/posts.json new file mode 100644 index 00000000..b5294d44 --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/posts.json @@ -0,0 +1,4 @@ +{"pieces": [ + "bastion/hoglin_stable/posts/end_post", + "bastion/hoglin_stable/posts/stair_post" +]} diff --git a/jigsaw-pools/bastion/hoglin_stable/rampart_plates.json b/jigsaw-pools/bastion/hoglin_stable/rampart_plates.json new file mode 100644 index 00000000..e74470ed --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/rampart_plates.json @@ -0,0 +1 @@ +{"pieces": ["bastion/hoglin_stable/rampart_plates/rampart_plate_1"]} diff --git a/jigsaw-pools/bastion/hoglin_stable/ramparts.json b/jigsaw-pools/bastion/hoglin_stable/ramparts.json new file mode 100644 index 00000000..b800d157 --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/ramparts.json @@ -0,0 +1,5 @@ +{"pieces": [ + "bastion/hoglin_stable/ramparts/ramparts_1", + "bastion/hoglin_stable/ramparts/ramparts_2", + "bastion/hoglin_stable/ramparts/ramparts_3" +]} diff --git a/jigsaw-pools/bastion/hoglin_stable/small_stables.json b/jigsaw-pools/bastion/hoglin_stable/small_stables.json new file mode 100644 index 00000000..79d2bf04 --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/small_stables.json @@ -0,0 +1,10 @@ +{"pieces": [ + "bastion/hoglin_stable/small_stables/inner_0", + "bastion/hoglin_stable/small_stables/inner_1", + "bastion/hoglin_stable/small_stables/inner_2", + "bastion/hoglin_stable/small_stables/inner_3", + "bastion/hoglin_stable/small_stables/outer_0", + "bastion/hoglin_stable/small_stables/outer_1", + "bastion/hoglin_stable/small_stables/outer_2", + "bastion/hoglin_stable/small_stables/outer_3" +]} diff --git a/jigsaw-pools/bastion/hoglin_stable/small_stables/inner.json b/jigsaw-pools/bastion/hoglin_stable/small_stables/inner.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/small_stables/inner.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/hoglin_stable/small_stables/outer.json b/jigsaw-pools/bastion/hoglin_stable/small_stables/outer.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/small_stables/outer.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/hoglin_stable/stairs.json b/jigsaw-pools/bastion/hoglin_stable/stairs.json new file mode 100644 index 00000000..93ff965b --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/stairs.json @@ -0,0 +1,17 @@ +{"pieces": [ + "bastion/hoglin_stable/stairs/stairs_1_0", + "bastion/hoglin_stable/stairs/stairs_1_1", + "bastion/hoglin_stable/stairs/stairs_1_2", + "bastion/hoglin_stable/stairs/stairs_1_3", + "bastion/hoglin_stable/stairs/stairs_1_4", + "bastion/hoglin_stable/stairs/stairs_2_0", + "bastion/hoglin_stable/stairs/stairs_2_1", + "bastion/hoglin_stable/stairs/stairs_2_2", + "bastion/hoglin_stable/stairs/stairs_2_3", + "bastion/hoglin_stable/stairs/stairs_2_4", + "bastion/hoglin_stable/stairs/stairs_3_0", + "bastion/hoglin_stable/stairs/stairs_3_1", + "bastion/hoglin_stable/stairs/stairs_3_2", + "bastion/hoglin_stable/stairs/stairs_3_3", + "bastion/hoglin_stable/stairs/stairs_3_4" +]} diff --git a/jigsaw-pools/bastion/hoglin_stable/starting_pieces.json b/jigsaw-pools/bastion/hoglin_stable/starting_pieces.json new file mode 100644 index 00000000..9c5f0943 --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/starting_pieces.json @@ -0,0 +1,12 @@ +{"pieces": [ + "bastion/hoglin_stable/starting_pieces/stairs_0_mirrored", + "bastion/hoglin_stable/starting_pieces/stairs_1_mirrored", + "bastion/hoglin_stable/starting_pieces/stairs_2_mirrored", + "bastion/hoglin_stable/starting_pieces/stairs_3_mirrored", + "bastion/hoglin_stable/starting_pieces/stairs_4_mirrored", + "bastion/hoglin_stable/starting_pieces/starting_stairs_0", + "bastion/hoglin_stable/starting_pieces/starting_stairs_1", + "bastion/hoglin_stable/starting_pieces/starting_stairs_2", + "bastion/hoglin_stable/starting_pieces/starting_stairs_3", + "bastion/hoglin_stable/starting_pieces/starting_stairs_4" +]} diff --git a/jigsaw-pools/bastion/hoglin_stable/wall_bases.json b/jigsaw-pools/bastion/hoglin_stable/wall_bases.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/wall_bases.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/hoglin_stable/walls.json b/jigsaw-pools/bastion/hoglin_stable/walls.json new file mode 100644 index 00000000..c982221c --- /dev/null +++ b/jigsaw-pools/bastion/hoglin_stable/walls.json @@ -0,0 +1,5 @@ +{"pieces": [ + "bastion/hoglin_stable/walls/side_wall_0", + "bastion/hoglin_stable/walls/side_wall_1", + "bastion/hoglin_stable/walls/wall_base" +]} diff --git a/jigsaw-pools/bastion/mobs.json b/jigsaw-pools/bastion/mobs.json new file mode 100644 index 00000000..f5c3a2a2 --- /dev/null +++ b/jigsaw-pools/bastion/mobs.json @@ -0,0 +1,8 @@ +{"pieces": [ + "bastion/mobs/crossbow_piglin", + "bastion/mobs/empty", + "bastion/mobs/hoglin", + "bastion/mobs/melee_piglin", + "bastion/mobs/melee_piglin_always", + "bastion/mobs/sword_piglin" +]} diff --git a/jigsaw-pools/bastion/mobs/hoglin.json b/jigsaw-pools/bastion/mobs/hoglin.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/mobs/hoglin.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/mobs/piglin.json b/jigsaw-pools/bastion/mobs/piglin.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/mobs/piglin.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/mobs/piglin_melee.json b/jigsaw-pools/bastion/mobs/piglin_melee.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/mobs/piglin_melee.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/treasure.json b/jigsaw-pools/bastion/treasure.json new file mode 100644 index 00000000..fa6d2981 --- /dev/null +++ b/jigsaw-pools/bastion/treasure.json @@ -0,0 +1 @@ +{"pieces": ["bastion/treasure/big_air_full"]} diff --git a/jigsaw-pools/bastion/treasure/bases.json b/jigsaw-pools/bastion/treasure/bases.json new file mode 100644 index 00000000..2487c6af --- /dev/null +++ b/jigsaw-pools/bastion/treasure/bases.json @@ -0,0 +1 @@ +{"pieces": ["bastion/treasure/bases/lava_basin"]} diff --git a/jigsaw-pools/bastion/treasure/bases/centers.json b/jigsaw-pools/bastion/treasure/bases/centers.json new file mode 100644 index 00000000..bb1731a4 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/bases/centers.json @@ -0,0 +1,6 @@ +{"pieces": [ + "bastion/treasure/bases/centers/center_0", + "bastion/treasure/bases/centers/center_1", + "bastion/treasure/bases/centers/center_2", + "bastion/treasure/bases/centers/center_3" +]} diff --git a/jigsaw-pools/bastion/treasure/brains.json b/jigsaw-pools/bastion/treasure/brains.json new file mode 100644 index 00000000..0d754bab --- /dev/null +++ b/jigsaw-pools/bastion/treasure/brains.json @@ -0,0 +1 @@ +{"pieces": ["bastion/treasure/brains/center_brain"]} diff --git a/jigsaw-pools/bastion/treasure/connectors.json b/jigsaw-pools/bastion/treasure/connectors.json new file mode 100644 index 00000000..0ba021b7 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/connectors.json @@ -0,0 +1,5 @@ +{"pieces": [ + "bastion/treasure/connectors/center_to_wall_middle", + "bastion/treasure/connectors/center_to_wall_top", + "bastion/treasure/connectors/center_to_wall_top_entrance" +]} diff --git a/jigsaw-pools/bastion/treasure/corners/bottom.json b/jigsaw-pools/bastion/treasure/corners/bottom.json new file mode 100644 index 00000000..f5963d72 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/corners/bottom.json @@ -0,0 +1,4 @@ +{"pieces": [ + "bastion/treasure/corners/bottom/corner_0", + "bastion/treasure/corners/bottom/corner_1" +]} diff --git a/jigsaw-pools/bastion/treasure/corners/edges.json b/jigsaw-pools/bastion/treasure/corners/edges.json new file mode 100644 index 00000000..de4475f6 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/corners/edges.json @@ -0,0 +1,5 @@ +{"pieces": [ + "bastion/treasure/corners/edges/bottom", + "bastion/treasure/corners/edges/middle", + "bastion/treasure/corners/edges/top" +]} diff --git a/jigsaw-pools/bastion/treasure/corners/middle.json b/jigsaw-pools/bastion/treasure/corners/middle.json new file mode 100644 index 00000000..c4edc2a7 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/corners/middle.json @@ -0,0 +1,4 @@ +{"pieces": [ + "bastion/treasure/corners/middle/corner_0", + "bastion/treasure/corners/middle/corner_1" +]} diff --git a/jigsaw-pools/bastion/treasure/corners/top.json b/jigsaw-pools/bastion/treasure/corners/top.json new file mode 100644 index 00000000..2dffe148 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/corners/top.json @@ -0,0 +1,4 @@ +{"pieces": [ + "bastion/treasure/corners/top/corner_0", + "bastion/treasure/corners/top/corner_1" +]} diff --git a/jigsaw-pools/bastion/treasure/entrances.json b/jigsaw-pools/bastion/treasure/entrances.json new file mode 100644 index 00000000..f3725133 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/entrances.json @@ -0,0 +1 @@ +{"pieces": ["bastion/treasure/entrances/entrance_0"]} diff --git a/jigsaw-pools/bastion/treasure/extensions.json b/jigsaw-pools/bastion/treasure/extensions.json new file mode 100644 index 00000000..6a65208c --- /dev/null +++ b/jigsaw-pools/bastion/treasure/extensions.json @@ -0,0 +1,15 @@ +{"pieces": [ + "bastion/treasure/extensions/empty", + "bastion/treasure/extensions/fire_room", + "bastion/treasure/extensions/house_0", + "bastion/treasure/extensions/house_1", + "bastion/treasure/extensions/large_bridge_0", + "bastion/treasure/extensions/large_bridge_1", + "bastion/treasure/extensions/large_bridge_2", + "bastion/treasure/extensions/large_bridge_3", + "bastion/treasure/extensions/roofed_bridge", + "bastion/treasure/extensions/small_bridge_0", + "bastion/treasure/extensions/small_bridge_1", + "bastion/treasure/extensions/small_bridge_2", + "bastion/treasure/extensions/small_bridge_3" +]} diff --git a/jigsaw-pools/bastion/treasure/extensions/houses.json b/jigsaw-pools/bastion/treasure/extensions/houses.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/extensions/houses.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/treasure/extensions/large_pool.json b/jigsaw-pools/bastion/treasure/extensions/large_pool.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/extensions/large_pool.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/treasure/extensions/small_pool.json b/jigsaw-pools/bastion/treasure/extensions/small_pool.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/extensions/small_pool.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/treasure/ramparts.json b/jigsaw-pools/bastion/treasure/ramparts.json new file mode 100644 index 00000000..3aa0bd6b --- /dev/null +++ b/jigsaw-pools/bastion/treasure/ramparts.json @@ -0,0 +1,8 @@ +{"pieces": [ + "bastion/treasure/ramparts/bottom_wall_0", + "bastion/treasure/ramparts/lava_basin_main", + "bastion/treasure/ramparts/lava_basin_side", + "bastion/treasure/ramparts/mid_wall_main", + "bastion/treasure/ramparts/mid_wall_side", + "bastion/treasure/ramparts/top_wall" +]} diff --git a/jigsaw-pools/bastion/treasure/roofs.json b/jigsaw-pools/bastion/treasure/roofs.json new file mode 100644 index 00000000..96034b46 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/roofs.json @@ -0,0 +1,5 @@ +{"pieces": [ + "bastion/treasure/roofs/center_roof", + "bastion/treasure/roofs/corner_roof", + "bastion/treasure/roofs/wall_roof" +]} diff --git a/jigsaw-pools/bastion/treasure/stairs.json b/jigsaw-pools/bastion/treasure/stairs.json new file mode 100644 index 00000000..88b91b4c --- /dev/null +++ b/jigsaw-pools/bastion/treasure/stairs.json @@ -0,0 +1 @@ +{"pieces": ["bastion/treasure/stairs/lower_stairs"]} diff --git a/jigsaw-pools/bastion/treasure/walls.json b/jigsaw-pools/bastion/treasure/walls.json new file mode 100644 index 00000000..9c2857ec --- /dev/null +++ b/jigsaw-pools/bastion/treasure/walls.json @@ -0,0 +1,4 @@ +{"pieces": [ + "bastion/treasure/walls/entrance_wall", + "bastion/treasure/walls/lava_wall" +]} diff --git a/jigsaw-pools/bastion/treasure/walls/bottom.json b/jigsaw-pools/bastion/treasure/walls/bottom.json new file mode 100644 index 00000000..8012e890 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/walls/bottom.json @@ -0,0 +1,6 @@ +{"pieces": [ + "bastion/treasure/walls/bottom/wall_0", + "bastion/treasure/walls/bottom/wall_1", + "bastion/treasure/walls/bottom/wall_2", + "bastion/treasure/walls/bottom/wall_3" +]} diff --git a/jigsaw-pools/bastion/treasure/walls/mid.json b/jigsaw-pools/bastion/treasure/walls/mid.json new file mode 100644 index 00000000..b4246e4b --- /dev/null +++ b/jigsaw-pools/bastion/treasure/walls/mid.json @@ -0,0 +1,5 @@ +{"pieces": [ + "bastion/treasure/walls/mid/wall_0", + "bastion/treasure/walls/mid/wall_1", + "bastion/treasure/walls/mid/wall_2" +]} diff --git a/jigsaw-pools/bastion/treasure/walls/outer.json b/jigsaw-pools/bastion/treasure/walls/outer.json new file mode 100644 index 00000000..bc3addd4 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/walls/outer.json @@ -0,0 +1,8 @@ +{"pieces": [ + "bastion/treasure/walls/outer/bottom_corner", + "bastion/treasure/walls/outer/medium_outer_wall", + "bastion/treasure/walls/outer/mid_corner", + "bastion/treasure/walls/outer/outer_wall", + "bastion/treasure/walls/outer/tall_outer_wall", + "bastion/treasure/walls/outer/top_corner" +]} diff --git a/jigsaw-pools/bastion/treasure/walls/top.json b/jigsaw-pools/bastion/treasure/walls/top.json new file mode 100644 index 00000000..3e378ce0 --- /dev/null +++ b/jigsaw-pools/bastion/treasure/walls/top.json @@ -0,0 +1,5 @@ +{"pieces": [ + "bastion/treasure/walls/top/main_entrance", + "bastion/treasure/walls/top/wall_0", + "bastion/treasure/walls/top/wall_1" +]} diff --git a/jigsaw-pools/bastion/units.json b/jigsaw-pools/bastion/units.json new file mode 100644 index 00000000..a36ce337 --- /dev/null +++ b/jigsaw-pools/bastion/units.json @@ -0,0 +1 @@ +{"pieces": ["bastion/units/air_base"]} diff --git a/jigsaw-pools/bastion/units/center_pieces.json b/jigsaw-pools/bastion/units/center_pieces.json new file mode 100644 index 00000000..15c54390 --- /dev/null +++ b/jigsaw-pools/bastion/units/center_pieces.json @@ -0,0 +1,5 @@ +{"pieces": [ + "bastion/units/center_pieces/center_0", + "bastion/units/center_pieces/center_1", + "bastion/units/center_pieces/center_2" +]} diff --git a/jigsaw-pools/bastion/units/edge_wall_units.json b/jigsaw-pools/bastion/units/edge_wall_units.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/units/edge_wall_units.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/units/edges.json b/jigsaw-pools/bastion/units/edges.json new file mode 100644 index 00000000..89f836e4 --- /dev/null +++ b/jigsaw-pools/bastion/units/edges.json @@ -0,0 +1 @@ +{"pieces": ["bastion/units/edges/edge_0"]} diff --git a/jigsaw-pools/bastion/units/fillers.json b/jigsaw-pools/bastion/units/fillers.json new file mode 100644 index 00000000..040b173e --- /dev/null +++ b/jigsaw-pools/bastion/units/fillers.json @@ -0,0 +1 @@ +{"pieces": ["bastion/units/fillers/stage_0"]} diff --git a/jigsaw-pools/bastion/units/fillers/stage_0.json b/jigsaw-pools/bastion/units/fillers/stage_0.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/units/fillers/stage_0.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/units/large_ramparts.json b/jigsaw-pools/bastion/units/large_ramparts.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/units/large_ramparts.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/units/pathways.json b/jigsaw-pools/bastion/units/pathways.json new file mode 100644 index 00000000..a220c263 --- /dev/null +++ b/jigsaw-pools/bastion/units/pathways.json @@ -0,0 +1,4 @@ +{"pieces": [ + "bastion/units/pathways/pathway_0", + "bastion/units/pathways/pathway_wall_0" +]} diff --git a/jigsaw-pools/bastion/units/rampart_plates.json b/jigsaw-pools/bastion/units/rampart_plates.json new file mode 100644 index 00000000..78ed3b7c --- /dev/null +++ b/jigsaw-pools/bastion/units/rampart_plates.json @@ -0,0 +1 @@ +{"pieces": ["bastion/units/rampart_plates/plate_0"]} diff --git a/jigsaw-pools/bastion/units/ramparts.json b/jigsaw-pools/bastion/units/ramparts.json new file mode 100644 index 00000000..01c8ae6c --- /dev/null +++ b/jigsaw-pools/bastion/units/ramparts.json @@ -0,0 +1,5 @@ +{"pieces": [ + "bastion/units/ramparts/ramparts_0", + "bastion/units/ramparts/ramparts_1", + "bastion/units/ramparts/ramparts_2" +]} diff --git a/jigsaw-pools/bastion/units/stages.json b/jigsaw-pools/bastion/units/stages.json new file mode 100644 index 00000000..5f22d67a --- /dev/null +++ b/jigsaw-pools/bastion/units/stages.json @@ -0,0 +1,16 @@ +{"pieces": [ + "bastion/units/stages/stage_0_0", + "bastion/units/stages/stage_0_1", + "bastion/units/stages/stage_0_2", + "bastion/units/stages/stage_0_3", + "bastion/units/stages/stage_1_0", + "bastion/units/stages/stage_1_1", + "bastion/units/stages/stage_1_2", + "bastion/units/stages/stage_1_3", + "bastion/units/stages/stage_2_0", + "bastion/units/stages/stage_2_1", + "bastion/units/stages/stage_3_0", + "bastion/units/stages/stage_3_1", + "bastion/units/stages/stage_3_2", + "bastion/units/stages/stage_3_3" +]} diff --git a/jigsaw-pools/bastion/units/stages/rot.json b/jigsaw-pools/bastion/units/stages/rot.json new file mode 100644 index 00000000..3e16ed66 --- /dev/null +++ b/jigsaw-pools/bastion/units/stages/rot.json @@ -0,0 +1 @@ +{"pieces": ["bastion/units/stages/rot/stage_1_0"]} diff --git a/jigsaw-pools/bastion/units/stages/rot/stage_1.json b/jigsaw-pools/bastion/units/stages/rot/stage_1.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/units/stages/rot/stage_1.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/units/stages/stage_0.json b/jigsaw-pools/bastion/units/stages/stage_0.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/units/stages/stage_0.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/units/stages/stage_1.json b/jigsaw-pools/bastion/units/stages/stage_1.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/units/stages/stage_1.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/units/stages/stage_2.json b/jigsaw-pools/bastion/units/stages/stage_2.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/units/stages/stage_2.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/units/stages/stage_3.json b/jigsaw-pools/bastion/units/stages/stage_3.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/units/stages/stage_3.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/bastion/units/wall_units.json b/jigsaw-pools/bastion/units/wall_units.json new file mode 100644 index 00000000..9db8167d --- /dev/null +++ b/jigsaw-pools/bastion/units/wall_units.json @@ -0,0 +1,4 @@ +{"pieces": [ + "bastion/units/wall_units/edge_0_large", + "bastion/units/wall_units/unit_0" +]} diff --git a/jigsaw-pools/bastion/units/walls.json b/jigsaw-pools/bastion/units/walls.json new file mode 100644 index 00000000..c87c1ff3 --- /dev/null +++ b/jigsaw-pools/bastion/units/walls.json @@ -0,0 +1,4 @@ +{"pieces": [ + "bastion/units/walls/connected_wall", + "bastion/units/walls/wall_base" +]} diff --git a/jigsaw-pools/bastion/units/walls/wall_bases.json b/jigsaw-pools/bastion/units/walls/wall_bases.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/bastion/units/walls/wall_bases.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/empty.json b/jigsaw-pools/empty.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/empty.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/end_city.json b/jigsaw-pools/end_city.json new file mode 100644 index 00000000..0afc146d --- /dev/null +++ b/jigsaw-pools/end_city.json @@ -0,0 +1,22 @@ +{"pieces": [ + "end_city/base_floor", + "end_city/base_roof", + "end_city/bridge_end", + "end_city/bridge_gentle_stairs", + "end_city/bridge_piece", + "end_city/bridge_steep_stairs", + "end_city/fat_tower_base", + "end_city/fat_tower_middle", + "end_city/fat_tower_top", + "end_city/second_floor_1", + "end_city/second_floor_2", + "end_city/second_roof", + "end_city/ship", + "end_city/third_floor_1", + "end_city/third_floor_2", + "end_city/third_roof", + "end_city/tower_base", + "end_city/tower_floor", + "end_city/tower_piece", + "end_city/tower_top" +]} diff --git a/jigsaw-pools/fossil.json b/jigsaw-pools/fossil.json new file mode 100644 index 00000000..8fd50893 --- /dev/null +++ b/jigsaw-pools/fossil.json @@ -0,0 +1,18 @@ +{"pieces": [ + "fossil/skull_1", + "fossil/skull_1_coal", + "fossil/skull_2", + "fossil/skull_2_coal", + "fossil/skull_3", + "fossil/skull_3_coal", + "fossil/skull_4", + "fossil/skull_4_coal", + "fossil/spine_1", + "fossil/spine_1_coal", + "fossil/spine_2", + "fossil/spine_2_coal", + "fossil/spine_3", + "fossil/spine_3_coal", + "fossil/spine_4", + "fossil/spine_4_coal" +]} diff --git a/jigsaw-pools/igloo.json b/jigsaw-pools/igloo.json new file mode 100644 index 00000000..838cf81f --- /dev/null +++ b/jigsaw-pools/igloo.json @@ -0,0 +1,5 @@ +{"pieces": [ + "igloo/bottom", + "igloo/middle", + "igloo/top" +]} diff --git a/jigsaw-pools/nether_fossils.json b/jigsaw-pools/nether_fossils.json new file mode 100644 index 00000000..dfd99f81 --- /dev/null +++ b/jigsaw-pools/nether_fossils.json @@ -0,0 +1,16 @@ +{"pieces": [ + "nether_fossils/fossil_1", + "nether_fossils/fossil_10", + "nether_fossils/fossil_11", + "nether_fossils/fossil_12", + "nether_fossils/fossil_13", + "nether_fossils/fossil_14", + "nether_fossils/fossil_2", + "nether_fossils/fossil_3", + "nether_fossils/fossil_4", + "nether_fossils/fossil_5", + "nether_fossils/fossil_6", + "nether_fossils/fossil_7", + "nether_fossils/fossil_8", + "nether_fossils/fossil_9" +]} diff --git a/jigsaw-pools/pillager_outpost.json b/jigsaw-pools/pillager_outpost.json new file mode 100644 index 00000000..95ee27ba --- /dev/null +++ b/jigsaw-pools/pillager_outpost.json @@ -0,0 +1,12 @@ +{"pieces": [ + "pillager_outpost/base_plate", + "pillager_outpost/feature_cage1", + "pillager_outpost/feature_cage2", + "pillager_outpost/feature_logs", + "pillager_outpost/feature_plate", + "pillager_outpost/feature_targets", + "pillager_outpost/feature_tent1", + "pillager_outpost/feature_tent2", + "pillager_outpost/watchtower", + "pillager_outpost/watchtower_overgrown" +]} diff --git a/jigsaw-pools/pillager_outpost/feature_plates.json b/jigsaw-pools/pillager_outpost/feature_plates.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/pillager_outpost/feature_plates.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/pillager_outpost/features.json b/jigsaw-pools/pillager_outpost/features.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/pillager_outpost/features.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/pillager_outpost/towers.json b/jigsaw-pools/pillager_outpost/towers.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/pillager_outpost/towers.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/pool.json b/jigsaw-pools/pool.json deleted file mode 100644 index 0e0dcd23..00000000 --- a/jigsaw-pools/pool.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - -} \ No newline at end of file diff --git a/jigsaw-pools/ruined_portal.json b/jigsaw-pools/ruined_portal.json new file mode 100644 index 00000000..714a0f8b --- /dev/null +++ b/jigsaw-pools/ruined_portal.json @@ -0,0 +1,15 @@ +{"pieces": [ + "ruined_portal/giant_portal_1", + "ruined_portal/giant_portal_2", + "ruined_portal/giant_portal_3", + "ruined_portal/portal_1", + "ruined_portal/portal_10", + "ruined_portal/portal_2", + "ruined_portal/portal_3", + "ruined_portal/portal_4", + "ruined_portal/portal_5", + "ruined_portal/portal_6", + "ruined_portal/portal_7", + "ruined_portal/portal_8", + "ruined_portal/portal_9" +]} diff --git a/jigsaw-pools/shipwreck.json b/jigsaw-pools/shipwreck.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/shipwreck.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/underwater_ruin.json b/jigsaw-pools/underwater_ruin.json new file mode 100644 index 00000000..beac0362 --- /dev/null +++ b/jigsaw-pools/underwater_ruin.json @@ -0,0 +1,50 @@ +{"pieces": [ + "underwater_ruin/big_brick_1", + "underwater_ruin/big_brick_2", + "underwater_ruin/big_brick_3", + "underwater_ruin/big_brick_8", + "underwater_ruin/big_cracked_1", + "underwater_ruin/big_cracked_2", + "underwater_ruin/big_cracked_3", + "underwater_ruin/big_cracked_8", + "underwater_ruin/big_mossy_1", + "underwater_ruin/big_mossy_2", + "underwater_ruin/big_mossy_3", + "underwater_ruin/big_mossy_8", + "underwater_ruin/big_warm_4", + "underwater_ruin/big_warm_5", + "underwater_ruin/big_warm_6", + "underwater_ruin/big_warm_7", + "underwater_ruin/brick_1", + "underwater_ruin/brick_2", + "underwater_ruin/brick_3", + "underwater_ruin/brick_4", + "underwater_ruin/brick_5", + "underwater_ruin/brick_6", + "underwater_ruin/brick_7", + "underwater_ruin/brick_8", + "underwater_ruin/cracked_1", + "underwater_ruin/cracked_2", + "underwater_ruin/cracked_3", + "underwater_ruin/cracked_4", + "underwater_ruin/cracked_5", + "underwater_ruin/cracked_6", + "underwater_ruin/cracked_7", + "underwater_ruin/cracked_8", + "underwater_ruin/mossy_1", + "underwater_ruin/mossy_2", + "underwater_ruin/mossy_3", + "underwater_ruin/mossy_4", + "underwater_ruin/mossy_5", + "underwater_ruin/mossy_6", + "underwater_ruin/mossy_7", + "underwater_ruin/mossy_8", + "underwater_ruin/warm_1", + "underwater_ruin/warm_2", + "underwater_ruin/warm_3", + "underwater_ruin/warm_4", + "underwater_ruin/warm_5", + "underwater_ruin/warm_6", + "underwater_ruin/warm_7", + "underwater_ruin/warm_8" +]} diff --git a/jigsaw-pools/village/common.json b/jigsaw-pools/village/common.json new file mode 100644 index 00000000..7250d04d --- /dev/null +++ b/jigsaw-pools/village/common.json @@ -0,0 +1,4 @@ +{"pieces": [ + "village/common/iron_golem", + "village/common/well_bottom" +]} diff --git a/jigsaw-pools/village/common/animals.json b/jigsaw-pools/village/common/animals.json new file mode 100644 index 00000000..8fe6972f --- /dev/null +++ b/jigsaw-pools/village/common/animals.json @@ -0,0 +1,21 @@ +{"pieces": [ + "village/common/animals/cat_black", + "village/common/animals/cat_british", + "village/common/animals/cat_calico", + "village/common/animals/cat_jellie", + "village/common/animals/cat_persian", + "village/common/animals/cat_ragdoll", + "village/common/animals/cat_red", + "village/common/animals/cat_siamese", + "village/common/animals/cat_tabby", + "village/common/animals/cat_white", + "village/common/animals/cows_1", + "village/common/animals/horses_1", + "village/common/animals/horses_2", + "village/common/animals/horses_3", + "village/common/animals/horses_4", + "village/common/animals/horses_5", + "village/common/animals/pigs_1", + "village/common/animals/sheep_1", + "village/common/animals/sheep_2" +]} diff --git a/jigsaw-pools/village/common/butcher_animals.json b/jigsaw-pools/village/common/butcher_animals.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/common/butcher_animals.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/common/cats.json b/jigsaw-pools/village/common/cats.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/common/cats.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/common/iron_golem.json b/jigsaw-pools/village/common/iron_golem.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/common/iron_golem.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/common/sheep.json b/jigsaw-pools/village/common/sheep.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/common/sheep.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/common/well_bottoms.json b/jigsaw-pools/village/common/well_bottoms.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/common/well_bottoms.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/decays.json b/jigsaw-pools/village/decays.json new file mode 100644 index 00000000..bf192ae7 --- /dev/null +++ b/jigsaw-pools/village/decays.json @@ -0,0 +1,5 @@ +{"pieces": [ + "village/decays/grass_11x13", + "village/decays/grass_16x16", + "village/decays/grass_9x9" +]} diff --git a/jigsaw-pools/village/desert.json b/jigsaw-pools/village/desert.json new file mode 100644 index 00000000..60cd9f86 --- /dev/null +++ b/jigsaw-pools/village/desert.json @@ -0,0 +1 @@ +{"pieces": ["village/desert/desert_lamp_1"]} diff --git a/jigsaw-pools/village/desert/decor.json b/jigsaw-pools/village/desert/decor.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/desert/decor.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/desert/houses.json b/jigsaw-pools/village/desert/houses.json new file mode 100644 index 00000000..24c3485b --- /dev/null +++ b/jigsaw-pools/village/desert/houses.json @@ -0,0 +1,30 @@ +{"pieces": [ + "village/desert/houses/desert_animal_pen_1", + "village/desert/houses/desert_animal_pen_2", + "village/desert/houses/desert_armorer_1", + "village/desert/houses/desert_butcher_shop_1", + "village/desert/houses/desert_cartographer_house_1", + "village/desert/houses/desert_farm_1", + "village/desert/houses/desert_farm_2", + "village/desert/houses/desert_fisher_1", + "village/desert/houses/desert_fletcher_house_1", + "village/desert/houses/desert_large_farm_1", + "village/desert/houses/desert_library_1", + "village/desert/houses/desert_mason_1", + "village/desert/houses/desert_medium_house_1", + "village/desert/houses/desert_medium_house_2", + "village/desert/houses/desert_shepherd_house_1", + "village/desert/houses/desert_small_house_1", + "village/desert/houses/desert_small_house_2", + "village/desert/houses/desert_small_house_3", + "village/desert/houses/desert_small_house_4", + "village/desert/houses/desert_small_house_5", + "village/desert/houses/desert_small_house_6", + "village/desert/houses/desert_small_house_7", + "village/desert/houses/desert_small_house_8", + "village/desert/houses/desert_tannery_1", + "village/desert/houses/desert_temple_1", + "village/desert/houses/desert_temple_2", + "village/desert/houses/desert_tool_smith_1", + "village/desert/houses/desert_weaponsmith_1" +]} diff --git a/jigsaw-pools/village/desert/streets.json b/jigsaw-pools/village/desert/streets.json new file mode 100644 index 00000000..d8e86f9d --- /dev/null +++ b/jigsaw-pools/village/desert/streets.json @@ -0,0 +1,13 @@ +{"pieces": [ + "village/desert/streets/corner_01", + "village/desert/streets/corner_02", + "village/desert/streets/crossroad_01", + "village/desert/streets/crossroad_02", + "village/desert/streets/crossroad_03", + "village/desert/streets/square_01", + "village/desert/streets/square_02", + "village/desert/streets/straight_01", + "village/desert/streets/straight_02", + "village/desert/streets/straight_03", + "village/desert/streets/turn_01" +]} diff --git a/jigsaw-pools/village/desert/terminators.json b/jigsaw-pools/village/desert/terminators.json new file mode 100644 index 00000000..223469e9 --- /dev/null +++ b/jigsaw-pools/village/desert/terminators.json @@ -0,0 +1,4 @@ +{"pieces": [ + "village/desert/terminators/terminator_01", + "village/desert/terminators/terminator_02" +]} diff --git a/jigsaw-pools/village/desert/town_centers.json b/jigsaw-pools/village/desert/town_centers.json new file mode 100644 index 00000000..3dfba6fc --- /dev/null +++ b/jigsaw-pools/village/desert/town_centers.json @@ -0,0 +1,5 @@ +{"pieces": [ + "village/desert/town_centers/desert_meeting_point_1", + "village/desert/town_centers/desert_meeting_point_2", + "village/desert/town_centers/desert_meeting_point_3" +]} diff --git a/jigsaw-pools/village/desert/villagers.json b/jigsaw-pools/village/desert/villagers.json new file mode 100644 index 00000000..4fd5fd02 --- /dev/null +++ b/jigsaw-pools/village/desert/villagers.json @@ -0,0 +1,5 @@ +{"pieces": [ + "village/desert/villagers/baby", + "village/desert/villagers/nitwit", + "village/desert/villagers/unemployed" +]} diff --git a/jigsaw-pools/village/desert/zombie/decor.json b/jigsaw-pools/village/desert/zombie/decor.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/desert/zombie/decor.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/desert/zombie/houses.json b/jigsaw-pools/village/desert/zombie/houses.json new file mode 100644 index 00000000..e4f7177c --- /dev/null +++ b/jigsaw-pools/village/desert/zombie/houses.json @@ -0,0 +1,12 @@ +{"pieces": [ + "village/desert/zombie/houses/desert_medium_house_1", + "village/desert/zombie/houses/desert_medium_house_2", + "village/desert/zombie/houses/desert_small_house_1", + "village/desert/zombie/houses/desert_small_house_2", + "village/desert/zombie/houses/desert_small_house_3", + "village/desert/zombie/houses/desert_small_house_4", + "village/desert/zombie/houses/desert_small_house_5", + "village/desert/zombie/houses/desert_small_house_6", + "village/desert/zombie/houses/desert_small_house_7", + "village/desert/zombie/houses/desert_small_house_8" +]} diff --git a/jigsaw-pools/village/desert/zombie/streets.json b/jigsaw-pools/village/desert/zombie/streets.json new file mode 100644 index 00000000..083248ff --- /dev/null +++ b/jigsaw-pools/village/desert/zombie/streets.json @@ -0,0 +1,13 @@ +{"pieces": [ + "village/desert/zombie/streets/corner_01", + "village/desert/zombie/streets/corner_02", + "village/desert/zombie/streets/crossroad_01", + "village/desert/zombie/streets/crossroad_02", + "village/desert/zombie/streets/crossroad_03", + "village/desert/zombie/streets/square_01", + "village/desert/zombie/streets/square_02", + "village/desert/zombie/streets/straight_01", + "village/desert/zombie/streets/straight_02", + "village/desert/zombie/streets/straight_03", + "village/desert/zombie/streets/turn_01" +]} diff --git a/jigsaw-pools/village/desert/zombie/terminators.json b/jigsaw-pools/village/desert/zombie/terminators.json new file mode 100644 index 00000000..b06ad689 --- /dev/null +++ b/jigsaw-pools/village/desert/zombie/terminators.json @@ -0,0 +1 @@ +{"pieces": ["village/desert/zombie/terminators/terminator_02"]} diff --git a/jigsaw-pools/village/desert/zombie/town_centers.json b/jigsaw-pools/village/desert/zombie/town_centers.json new file mode 100644 index 00000000..7bc6ef58 --- /dev/null +++ b/jigsaw-pools/village/desert/zombie/town_centers.json @@ -0,0 +1,5 @@ +{"pieces": [ + "village/desert/zombie/town_centers/desert_meeting_point_1", + "village/desert/zombie/town_centers/desert_meeting_point_2", + "village/desert/zombie/town_centers/desert_meeting_point_3" +]} diff --git a/jigsaw-pools/village/desert/zombie/villagers.json b/jigsaw-pools/village/desert/zombie/villagers.json new file mode 100644 index 00000000..02b61dd6 --- /dev/null +++ b/jigsaw-pools/village/desert/zombie/villagers.json @@ -0,0 +1,4 @@ +{"pieces": [ + "village/desert/zombie/villagers/nitwit", + "village/desert/zombie/villagers/unemployed" +]} diff --git a/jigsaw-pools/village/plains.json b/jigsaw-pools/village/plains.json new file mode 100644 index 00000000..5360eef8 --- /dev/null +++ b/jigsaw-pools/village/plains.json @@ -0,0 +1 @@ +{"pieces": ["village/plains/plains_lamp_1"]} diff --git a/jigsaw-pools/village/plains/decor.json b/jigsaw-pools/village/plains/decor.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/plains/decor.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/plains/houses.json b/jigsaw-pools/village/plains/houses.json new file mode 100644 index 00000000..7ccbfd77 --- /dev/null +++ b/jigsaw-pools/village/plains/houses.json @@ -0,0 +1,38 @@ +{"pieces": [ + "village/plains/houses/plains_accessory_1", + "village/plains/houses/plains_animal_pen_1", + "village/plains/houses/plains_animal_pen_2", + "village/plains/houses/plains_animal_pen_3", + "village/plains/houses/plains_armorer_house_1", + "village/plains/houses/plains_big_house_1", + "village/plains/houses/plains_butcher_shop_1", + "village/plains/houses/plains_butcher_shop_2", + "village/plains/houses/plains_cartographer_1", + "village/plains/houses/plains_fisher_cottage_1", + "village/plains/houses/plains_fletcher_house_1", + "village/plains/houses/plains_large_farm_1", + "village/plains/houses/plains_library_1", + "village/plains/houses/plains_library_2", + "village/plains/houses/plains_masons_house_1", + "village/plains/houses/plains_medium_house_1", + "village/plains/houses/plains_medium_house_2", + "village/plains/houses/plains_meeting_point_4", + "village/plains/houses/plains_meeting_point_5", + "village/plains/houses/plains_shepherds_house_1", + "village/plains/houses/plains_small_farm_1", + "village/plains/houses/plains_small_house_1", + "village/plains/houses/plains_small_house_2", + "village/plains/houses/plains_small_house_3", + "village/plains/houses/plains_small_house_4", + "village/plains/houses/plains_small_house_5", + "village/plains/houses/plains_small_house_6", + "village/plains/houses/plains_small_house_7", + "village/plains/houses/plains_small_house_8", + "village/plains/houses/plains_stable_1", + "village/plains/houses/plains_stable_2", + "village/plains/houses/plains_tannery_1", + "village/plains/houses/plains_temple_3", + "village/plains/houses/plains_temple_4", + "village/plains/houses/plains_tool_smith_1", + "village/plains/houses/plains_weaponsmith_1" +]} diff --git a/jigsaw-pools/village/plains/streets.json b/jigsaw-pools/village/plains/streets.json new file mode 100644 index 00000000..28e7d562 --- /dev/null +++ b/jigsaw-pools/village/plains/streets.json @@ -0,0 +1,18 @@ +{"pieces": [ + "village/plains/streets/corner_01", + "village/plains/streets/corner_02", + "village/plains/streets/corner_03", + "village/plains/streets/crossroad_01", + "village/plains/streets/crossroad_02", + "village/plains/streets/crossroad_03", + "village/plains/streets/crossroad_04", + "village/plains/streets/crossroad_05", + "village/plains/streets/crossroad_06", + "village/plains/streets/straight_01", + "village/plains/streets/straight_02", + "village/plains/streets/straight_03", + "village/plains/streets/straight_04", + "village/plains/streets/straight_05", + "village/plains/streets/straight_06", + "village/plains/streets/turn_01" +]} diff --git a/jigsaw-pools/village/plains/terminators.json b/jigsaw-pools/village/plains/terminators.json new file mode 100644 index 00000000..9795bfe5 --- /dev/null +++ b/jigsaw-pools/village/plains/terminators.json @@ -0,0 +1,6 @@ +{"pieces": [ + "village/plains/terminators/terminator_01", + "village/plains/terminators/terminator_02", + "village/plains/terminators/terminator_03", + "village/plains/terminators/terminator_04" +]} diff --git a/jigsaw-pools/village/plains/town_centers.json b/jigsaw-pools/village/plains/town_centers.json new file mode 100644 index 00000000..4a7700b6 --- /dev/null +++ b/jigsaw-pools/village/plains/town_centers.json @@ -0,0 +1,6 @@ +{"pieces": [ + "village/plains/town_centers/plains_fountain_01", + "village/plains/town_centers/plains_meeting_point_1", + "village/plains/town_centers/plains_meeting_point_2", + "village/plains/town_centers/plains_meeting_point_3" +]} diff --git a/jigsaw-pools/village/plains/trees.json b/jigsaw-pools/village/plains/trees.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/plains/trees.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/plains/villagers.json b/jigsaw-pools/village/plains/villagers.json new file mode 100644 index 00000000..6b4b67e4 --- /dev/null +++ b/jigsaw-pools/village/plains/villagers.json @@ -0,0 +1,5 @@ +{"pieces": [ + "village/plains/villagers/baby", + "village/plains/villagers/nitwit", + "village/plains/villagers/unemployed" +]} diff --git a/jigsaw-pools/village/plains/zombie/decor.json b/jigsaw-pools/village/plains/zombie/decor.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/plains/zombie/decor.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/plains/zombie/houses.json b/jigsaw-pools/village/plains/zombie/houses.json new file mode 100644 index 00000000..b1d19e6b --- /dev/null +++ b/jigsaw-pools/village/plains/zombie/houses.json @@ -0,0 +1,20 @@ +{"pieces": [ + "village/plains/zombie/houses/plains_animal_pen_3", + "village/plains/zombie/houses/plains_big_house_1", + "village/plains/zombie/houses/plains_butcher_shop_2", + "village/plains/zombie/houses/plains_fletcher_house_1", + "village/plains/zombie/houses/plains_medium_house_1", + "village/plains/zombie/houses/plains_medium_house_2", + "village/plains/zombie/houses/plains_meeting_point_4", + "village/plains/zombie/houses/plains_meeting_point_5", + "village/plains/zombie/houses/plains_shepherds_house_1", + "village/plains/zombie/houses/plains_small_house_1", + "village/plains/zombie/houses/plains_small_house_2", + "village/plains/zombie/houses/plains_small_house_3", + "village/plains/zombie/houses/plains_small_house_4", + "village/plains/zombie/houses/plains_small_house_5", + "village/plains/zombie/houses/plains_small_house_6", + "village/plains/zombie/houses/plains_small_house_7", + "village/plains/zombie/houses/plains_small_house_8", + "village/plains/zombie/houses/plains_stable_1" +]} diff --git a/jigsaw-pools/village/plains/zombie/streets.json b/jigsaw-pools/village/plains/zombie/streets.json new file mode 100644 index 00000000..5c1ede91 --- /dev/null +++ b/jigsaw-pools/village/plains/zombie/streets.json @@ -0,0 +1,18 @@ +{"pieces": [ + "village/plains/zombie/streets/corner_01", + "village/plains/zombie/streets/corner_02", + "village/plains/zombie/streets/corner_03", + "village/plains/zombie/streets/crossroad_01", + "village/plains/zombie/streets/crossroad_02", + "village/plains/zombie/streets/crossroad_03", + "village/plains/zombie/streets/crossroad_04", + "village/plains/zombie/streets/crossroad_05", + "village/plains/zombie/streets/crossroad_06", + "village/plains/zombie/streets/straight_01", + "village/plains/zombie/streets/straight_02", + "village/plains/zombie/streets/straight_03", + "village/plains/zombie/streets/straight_04", + "village/plains/zombie/streets/straight_05", + "village/plains/zombie/streets/straight_06", + "village/plains/zombie/streets/turn_01" +]} diff --git a/jigsaw-pools/village/plains/zombie/town_centers.json b/jigsaw-pools/village/plains/zombie/town_centers.json new file mode 100644 index 00000000..a3f7709a --- /dev/null +++ b/jigsaw-pools/village/plains/zombie/town_centers.json @@ -0,0 +1,6 @@ +{"pieces": [ + "village/plains/zombie/town_centers/plains_fountain_01", + "village/plains/zombie/town_centers/plains_meeting_point_1", + "village/plains/zombie/town_centers/plains_meeting_point_2", + "village/plains/zombie/town_centers/plains_meeting_point_3" +]} diff --git a/jigsaw-pools/village/plains/zombie/villagers.json b/jigsaw-pools/village/plains/zombie/villagers.json new file mode 100644 index 00000000..499350f7 --- /dev/null +++ b/jigsaw-pools/village/plains/zombie/villagers.json @@ -0,0 +1,4 @@ +{"pieces": [ + "village/plains/zombie/villagers/nitwit", + "village/plains/zombie/villagers/unemployed" +]} diff --git a/jigsaw-pools/village/savanna.json b/jigsaw-pools/village/savanna.json new file mode 100644 index 00000000..89e10ce7 --- /dev/null +++ b/jigsaw-pools/village/savanna.json @@ -0,0 +1 @@ +{"pieces": ["village/savanna/savanna_lamp_post_01"]} diff --git a/jigsaw-pools/village/savanna/decor.json b/jigsaw-pools/village/savanna/decor.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/savanna/decor.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/savanna/houses.json b/jigsaw-pools/village/savanna/houses.json new file mode 100644 index 00000000..37f3bc3c --- /dev/null +++ b/jigsaw-pools/village/savanna/houses.json @@ -0,0 +1,33 @@ +{"pieces": [ + "village/savanna/houses/savanna_animal_pen_1", + "village/savanna/houses/savanna_animal_pen_2", + "village/savanna/houses/savanna_animal_pen_3", + "village/savanna/houses/savanna_armorer_1", + "village/savanna/houses/savanna_butchers_shop_1", + "village/savanna/houses/savanna_butchers_shop_2", + "village/savanna/houses/savanna_cartographer_1", + "village/savanna/houses/savanna_fisher_cottage_1", + "village/savanna/houses/savanna_fletcher_house_1", + "village/savanna/houses/savanna_large_farm_1", + "village/savanna/houses/savanna_large_farm_2", + "village/savanna/houses/savanna_library_1", + "village/savanna/houses/savanna_mason_1", + "village/savanna/houses/savanna_medium_house_1", + "village/savanna/houses/savanna_medium_house_2", + "village/savanna/houses/savanna_shepherd_1", + "village/savanna/houses/savanna_small_farm", + "village/savanna/houses/savanna_small_house_1", + "village/savanna/houses/savanna_small_house_2", + "village/savanna/houses/savanna_small_house_3", + "village/savanna/houses/savanna_small_house_4", + "village/savanna/houses/savanna_small_house_5", + "village/savanna/houses/savanna_small_house_6", + "village/savanna/houses/savanna_small_house_7", + "village/savanna/houses/savanna_small_house_8", + "village/savanna/houses/savanna_tannery_1", + "village/savanna/houses/savanna_temple_1", + "village/savanna/houses/savanna_temple_2", + "village/savanna/houses/savanna_tool_smith_1", + "village/savanna/houses/savanna_weaponsmith_1", + "village/savanna/houses/savanna_weaponsmith_2" +]} diff --git a/jigsaw-pools/village/savanna/streets.json b/jigsaw-pools/village/savanna/streets.json new file mode 100644 index 00000000..17941f9b --- /dev/null +++ b/jigsaw-pools/village/savanna/streets.json @@ -0,0 +1,21 @@ +{"pieces": [ + "village/savanna/streets/corner_01", + "village/savanna/streets/corner_03", + "village/savanna/streets/crossroad_02", + "village/savanna/streets/crossroad_03", + "village/savanna/streets/crossroad_04", + "village/savanna/streets/crossroad_05", + "village/savanna/streets/crossroad_06", + "village/savanna/streets/crossroad_07", + "village/savanna/streets/split_01", + "village/savanna/streets/split_02", + "village/savanna/streets/straight_02", + "village/savanna/streets/straight_04", + "village/savanna/streets/straight_05", + "village/savanna/streets/straight_06", + "village/savanna/streets/straight_08", + "village/savanna/streets/straight_09", + "village/savanna/streets/straight_10", + "village/savanna/streets/straight_11", + "village/savanna/streets/turn_01" +]} diff --git a/jigsaw-pools/village/savanna/terminators.json b/jigsaw-pools/village/savanna/terminators.json new file mode 100644 index 00000000..cb35671c --- /dev/null +++ b/jigsaw-pools/village/savanna/terminators.json @@ -0,0 +1 @@ +{"pieces": ["village/savanna/terminators/terminator_05"]} diff --git a/jigsaw-pools/village/savanna/town_centers.json b/jigsaw-pools/village/savanna/town_centers.json new file mode 100644 index 00000000..39f98a6b --- /dev/null +++ b/jigsaw-pools/village/savanna/town_centers.json @@ -0,0 +1,6 @@ +{"pieces": [ + "village/savanna/town_centers/savanna_meeting_point_1", + "village/savanna/town_centers/savanna_meeting_point_2", + "village/savanna/town_centers/savanna_meeting_point_3", + "village/savanna/town_centers/savanna_meeting_point_4" +]} diff --git a/jigsaw-pools/village/savanna/trees.json b/jigsaw-pools/village/savanna/trees.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/savanna/trees.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/savanna/villagers.json b/jigsaw-pools/village/savanna/villagers.json new file mode 100644 index 00000000..0369a9d6 --- /dev/null +++ b/jigsaw-pools/village/savanna/villagers.json @@ -0,0 +1,5 @@ +{"pieces": [ + "village/savanna/villagers/baby", + "village/savanna/villagers/nitwit", + "village/savanna/villagers/unemployed" +]} diff --git a/jigsaw-pools/village/savanna/zombie/decor.json b/jigsaw-pools/village/savanna/zombie/decor.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/savanna/zombie/decor.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/savanna/zombie/houses.json b/jigsaw-pools/village/savanna/zombie/houses.json new file mode 100644 index 00000000..6120a132 --- /dev/null +++ b/jigsaw-pools/village/savanna/zombie/houses.json @@ -0,0 +1,15 @@ +{"pieces": [ + "village/savanna/zombie/houses/savanna_animal_pen_2", + "village/savanna/zombie/houses/savanna_animal_pen_3", + "village/savanna/zombie/houses/savanna_large_farm_2", + "village/savanna/zombie/houses/savanna_medium_house_1", + "village/savanna/zombie/houses/savanna_medium_house_2", + "village/savanna/zombie/houses/savanna_small_house_1", + "village/savanna/zombie/houses/savanna_small_house_2", + "village/savanna/zombie/houses/savanna_small_house_3", + "village/savanna/zombie/houses/savanna_small_house_4", + "village/savanna/zombie/houses/savanna_small_house_5", + "village/savanna/zombie/houses/savanna_small_house_6", + "village/savanna/zombie/houses/savanna_small_house_7", + "village/savanna/zombie/houses/savanna_small_house_8" +]} diff --git a/jigsaw-pools/village/savanna/zombie/streets.json b/jigsaw-pools/village/savanna/zombie/streets.json new file mode 100644 index 00000000..66d18c83 --- /dev/null +++ b/jigsaw-pools/village/savanna/zombie/streets.json @@ -0,0 +1,21 @@ +{"pieces": [ + "village/savanna/zombie/streets/corner_01", + "village/savanna/zombie/streets/corner_03", + "village/savanna/zombie/streets/crossroad_02", + "village/savanna/zombie/streets/crossroad_03", + "village/savanna/zombie/streets/crossroad_04", + "village/savanna/zombie/streets/crossroad_05", + "village/savanna/zombie/streets/crossroad_06", + "village/savanna/zombie/streets/crossroad_07", + "village/savanna/zombie/streets/split_01", + "village/savanna/zombie/streets/split_02", + "village/savanna/zombie/streets/straight_02", + "village/savanna/zombie/streets/straight_04", + "village/savanna/zombie/streets/straight_05", + "village/savanna/zombie/streets/straight_06", + "village/savanna/zombie/streets/straight_08", + "village/savanna/zombie/streets/straight_09", + "village/savanna/zombie/streets/straight_10", + "village/savanna/zombie/streets/straight_11", + "village/savanna/zombie/streets/turn_01" +]} diff --git a/jigsaw-pools/village/savanna/zombie/terminators.json b/jigsaw-pools/village/savanna/zombie/terminators.json new file mode 100644 index 00000000..c6189cee --- /dev/null +++ b/jigsaw-pools/village/savanna/zombie/terminators.json @@ -0,0 +1 @@ +{"pieces": ["village/savanna/zombie/terminators/terminator_05"]} diff --git a/jigsaw-pools/village/savanna/zombie/town_centers.json b/jigsaw-pools/village/savanna/zombie/town_centers.json new file mode 100644 index 00000000..8ae70c7f --- /dev/null +++ b/jigsaw-pools/village/savanna/zombie/town_centers.json @@ -0,0 +1,6 @@ +{"pieces": [ + "village/savanna/zombie/town_centers/savanna_meeting_point_1", + "village/savanna/zombie/town_centers/savanna_meeting_point_2", + "village/savanna/zombie/town_centers/savanna_meeting_point_3", + "village/savanna/zombie/town_centers/savanna_meeting_point_4" +]} diff --git a/jigsaw-pools/village/savanna/zombie/villagers.json b/jigsaw-pools/village/savanna/zombie/villagers.json new file mode 100644 index 00000000..4aabcc8c --- /dev/null +++ b/jigsaw-pools/village/savanna/zombie/villagers.json @@ -0,0 +1,4 @@ +{"pieces": [ + "village/savanna/zombie/villagers/nitwit", + "village/savanna/zombie/villagers/unemployed" +]} diff --git a/jigsaw-pools/village/snowy.json b/jigsaw-pools/village/snowy.json new file mode 100644 index 00000000..56760c11 --- /dev/null +++ b/jigsaw-pools/village/snowy.json @@ -0,0 +1,5 @@ +{"pieces": [ + "village/snowy/snowy_lamp_post_01", + "village/snowy/snowy_lamp_post_02", + "village/snowy/snowy_lamp_post_03" +]} diff --git a/jigsaw-pools/village/snowy/decor.json b/jigsaw-pools/village/snowy/decor.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/snowy/decor.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/snowy/houses.json b/jigsaw-pools/village/snowy/houses.json new file mode 100644 index 00000000..26ea9f74 --- /dev/null +++ b/jigsaw-pools/village/snowy/houses.json @@ -0,0 +1,32 @@ +{"pieces": [ + "village/snowy/houses/snowy_animal_pen_1", + "village/snowy/houses/snowy_animal_pen_2", + "village/snowy/houses/snowy_armorer_house_1", + "village/snowy/houses/snowy_armorer_house_2", + "village/snowy/houses/snowy_butchers_shop_1", + "village/snowy/houses/snowy_butchers_shop_2", + "village/snowy/houses/snowy_cartographer_house_1", + "village/snowy/houses/snowy_farm_1", + "village/snowy/houses/snowy_farm_2", + "village/snowy/houses/snowy_fisher_cottage", + "village/snowy/houses/snowy_fletcher_house_1", + "village/snowy/houses/snowy_library_1", + "village/snowy/houses/snowy_masons_house_1", + "village/snowy/houses/snowy_masons_house_2", + "village/snowy/houses/snowy_medium_house_1", + "village/snowy/houses/snowy_medium_house_2", + "village/snowy/houses/snowy_medium_house_3", + "village/snowy/houses/snowy_shepherds_house_1", + "village/snowy/houses/snowy_small_house_1", + "village/snowy/houses/snowy_small_house_2", + "village/snowy/houses/snowy_small_house_3", + "village/snowy/houses/snowy_small_house_4", + "village/snowy/houses/snowy_small_house_5", + "village/snowy/houses/snowy_small_house_6", + "village/snowy/houses/snowy_small_house_7", + "village/snowy/houses/snowy_small_house_8", + "village/snowy/houses/snowy_tannery_1", + "village/snowy/houses/snowy_temple_1", + "village/snowy/houses/snowy_tool_smith_1", + "village/snowy/houses/snowy_weapon_smith_1" +]} diff --git a/jigsaw-pools/village/snowy/streets.json b/jigsaw-pools/village/snowy/streets.json new file mode 100644 index 00000000..9d088065 --- /dev/null +++ b/jigsaw-pools/village/snowy/streets.json @@ -0,0 +1,19 @@ +{"pieces": [ + "village/snowy/streets/corner_01", + "village/snowy/streets/corner_02", + "village/snowy/streets/corner_03", + "village/snowy/streets/crossroad_01", + "village/snowy/streets/crossroad_02", + "village/snowy/streets/crossroad_03", + "village/snowy/streets/crossroad_04", + "village/snowy/streets/crossroad_05", + "village/snowy/streets/crossroad_06", + "village/snowy/streets/square_01", + "village/snowy/streets/straight_01", + "village/snowy/streets/straight_02", + "village/snowy/streets/straight_03", + "village/snowy/streets/straight_04", + "village/snowy/streets/straight_06", + "village/snowy/streets/straight_08", + "village/snowy/streets/turn_01" +]} diff --git a/jigsaw-pools/village/snowy/town_centers.json b/jigsaw-pools/village/snowy/town_centers.json new file mode 100644 index 00000000..2956df21 --- /dev/null +++ b/jigsaw-pools/village/snowy/town_centers.json @@ -0,0 +1,5 @@ +{"pieces": [ + "village/snowy/town_centers/snowy_meeting_point_1", + "village/snowy/town_centers/snowy_meeting_point_2", + "village/snowy/town_centers/snowy_meeting_point_3" +]} diff --git a/jigsaw-pools/village/snowy/villagers.json b/jigsaw-pools/village/snowy/villagers.json new file mode 100644 index 00000000..ceb6d924 --- /dev/null +++ b/jigsaw-pools/village/snowy/villagers.json @@ -0,0 +1,5 @@ +{"pieces": [ + "village/snowy/villagers/baby", + "village/snowy/villagers/nitwit", + "village/snowy/villagers/unemployed" +]} diff --git a/jigsaw-pools/village/snowy/zombie/decor.json b/jigsaw-pools/village/snowy/zombie/decor.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/snowy/zombie/decor.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/snowy/zombie/houses.json b/jigsaw-pools/village/snowy/zombie/houses.json new file mode 100644 index 00000000..9f099e87 --- /dev/null +++ b/jigsaw-pools/village/snowy/zombie/houses.json @@ -0,0 +1,13 @@ +{"pieces": [ + "village/snowy/zombie/houses/snowy_medium_house_1", + "village/snowy/zombie/houses/snowy_medium_house_2", + "village/snowy/zombie/houses/snowy_medium_house_3", + "village/snowy/zombie/houses/snowy_small_house_1", + "village/snowy/zombie/houses/snowy_small_house_2", + "village/snowy/zombie/houses/snowy_small_house_3", + "village/snowy/zombie/houses/snowy_small_house_4", + "village/snowy/zombie/houses/snowy_small_house_5", + "village/snowy/zombie/houses/snowy_small_house_6", + "village/snowy/zombie/houses/snowy_small_house_7", + "village/snowy/zombie/houses/snowy_small_house_8" +]} diff --git a/jigsaw-pools/village/snowy/zombie/streets.json b/jigsaw-pools/village/snowy/zombie/streets.json new file mode 100644 index 00000000..53ca9490 --- /dev/null +++ b/jigsaw-pools/village/snowy/zombie/streets.json @@ -0,0 +1,19 @@ +{"pieces": [ + "village/snowy/zombie/streets/corner_01", + "village/snowy/zombie/streets/corner_02", + "village/snowy/zombie/streets/corner_03", + "village/snowy/zombie/streets/crossroad_01", + "village/snowy/zombie/streets/crossroad_02", + "village/snowy/zombie/streets/crossroad_03", + "village/snowy/zombie/streets/crossroad_04", + "village/snowy/zombie/streets/crossroad_05", + "village/snowy/zombie/streets/crossroad_06", + "village/snowy/zombie/streets/square_01", + "village/snowy/zombie/streets/straight_01", + "village/snowy/zombie/streets/straight_02", + "village/snowy/zombie/streets/straight_03", + "village/snowy/zombie/streets/straight_04", + "village/snowy/zombie/streets/straight_06", + "village/snowy/zombie/streets/straight_08", + "village/snowy/zombie/streets/turn_01" +]} diff --git a/jigsaw-pools/village/snowy/zombie/town_centers.json b/jigsaw-pools/village/snowy/zombie/town_centers.json new file mode 100644 index 00000000..c2f24826 --- /dev/null +++ b/jigsaw-pools/village/snowy/zombie/town_centers.json @@ -0,0 +1,5 @@ +{"pieces": [ + "village/snowy/zombie/town_centers/snowy_meeting_point_1", + "village/snowy/zombie/town_centers/snowy_meeting_point_2", + "village/snowy/zombie/town_centers/snowy_meeting_point_3" +]} diff --git a/jigsaw-pools/village/snowy/zombie/villagers.json b/jigsaw-pools/village/snowy/zombie/villagers.json new file mode 100644 index 00000000..2d06f850 --- /dev/null +++ b/jigsaw-pools/village/snowy/zombie/villagers.json @@ -0,0 +1,4 @@ +{"pieces": [ + "village/snowy/zombie/villagers/nitwit", + "village/snowy/zombie/villagers/unemployed" +]} diff --git a/jigsaw-pools/village/taiga.json b/jigsaw-pools/village/taiga.json new file mode 100644 index 00000000..7ffa61d6 --- /dev/null +++ b/jigsaw-pools/village/taiga.json @@ -0,0 +1,9 @@ +{"pieces": [ + "village/taiga/taiga_decoration_1", + "village/taiga/taiga_decoration_2", + "village/taiga/taiga_decoration_3", + "village/taiga/taiga_decoration_4", + "village/taiga/taiga_decoration_5", + "village/taiga/taiga_decoration_6", + "village/taiga/taiga_lamp_post_1" +]} diff --git a/jigsaw-pools/village/taiga/decor.json b/jigsaw-pools/village/taiga/decor.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/taiga/decor.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/taiga/houses.json b/jigsaw-pools/village/taiga/houses.json new file mode 100644 index 00000000..dbb09e2d --- /dev/null +++ b/jigsaw-pools/village/taiga/houses.json @@ -0,0 +1,29 @@ +{"pieces": [ + "village/taiga/houses/taiga_animal_pen_1", + "village/taiga/houses/taiga_armorer_2", + "village/taiga/houses/taiga_armorer_house_1", + "village/taiga/houses/taiga_butcher_shop_1", + "village/taiga/houses/taiga_cartographer_house_1", + "village/taiga/houses/taiga_fisher_cottage_1", + "village/taiga/houses/taiga_fletcher_house_1", + "village/taiga/houses/taiga_large_farm_1", + "village/taiga/houses/taiga_large_farm_2", + "village/taiga/houses/taiga_library_1", + "village/taiga/houses/taiga_masons_house_1", + "village/taiga/houses/taiga_medium_house_1", + "village/taiga/houses/taiga_medium_house_2", + "village/taiga/houses/taiga_medium_house_3", + "village/taiga/houses/taiga_medium_house_4", + "village/taiga/houses/taiga_shepherds_house_1", + "village/taiga/houses/taiga_small_farm_1", + "village/taiga/houses/taiga_small_house_1", + "village/taiga/houses/taiga_small_house_2", + "village/taiga/houses/taiga_small_house_3", + "village/taiga/houses/taiga_small_house_4", + "village/taiga/houses/taiga_small_house_5", + "village/taiga/houses/taiga_tannery_1", + "village/taiga/houses/taiga_temple_1", + "village/taiga/houses/taiga_tool_smith_1", + "village/taiga/houses/taiga_weaponsmith_1", + "village/taiga/houses/taiga_weaponsmith_2" +]} diff --git a/jigsaw-pools/village/taiga/streets.json b/jigsaw-pools/village/taiga/streets.json new file mode 100644 index 00000000..f001f60b --- /dev/null +++ b/jigsaw-pools/village/taiga/streets.json @@ -0,0 +1,18 @@ +{"pieces": [ + "village/taiga/streets/corner_01", + "village/taiga/streets/corner_02", + "village/taiga/streets/corner_03", + "village/taiga/streets/crossroad_01", + "village/taiga/streets/crossroad_02", + "village/taiga/streets/crossroad_03", + "village/taiga/streets/crossroad_04", + "village/taiga/streets/crossroad_05", + "village/taiga/streets/crossroad_06", + "village/taiga/streets/straight_01", + "village/taiga/streets/straight_02", + "village/taiga/streets/straight_03", + "village/taiga/streets/straight_04", + "village/taiga/streets/straight_05", + "village/taiga/streets/straight_06", + "village/taiga/streets/turn_01" +]} diff --git a/jigsaw-pools/village/taiga/town_centers.json b/jigsaw-pools/village/taiga/town_centers.json new file mode 100644 index 00000000..0cb8796a --- /dev/null +++ b/jigsaw-pools/village/taiga/town_centers.json @@ -0,0 +1,4 @@ +{"pieces": [ + "village/taiga/town_centers/taiga_meeting_point_1", + "village/taiga/town_centers/taiga_meeting_point_2" +]} diff --git a/jigsaw-pools/village/taiga/villagers.json b/jigsaw-pools/village/taiga/villagers.json new file mode 100644 index 00000000..a4caf7a9 --- /dev/null +++ b/jigsaw-pools/village/taiga/villagers.json @@ -0,0 +1,5 @@ +{"pieces": [ + "village/taiga/villagers/baby", + "village/taiga/villagers/nitwit", + "village/taiga/villagers/unemployed" +]} diff --git a/jigsaw-pools/village/taiga/zombie/decor.json b/jigsaw-pools/village/taiga/zombie/decor.json new file mode 100644 index 00000000..bf5e2ec7 --- /dev/null +++ b/jigsaw-pools/village/taiga/zombie/decor.json @@ -0,0 +1 @@ +{"pieces": []} diff --git a/jigsaw-pools/village/taiga/zombie/houses.json b/jigsaw-pools/village/taiga/zombie/houses.json new file mode 100644 index 00000000..14a67361 --- /dev/null +++ b/jigsaw-pools/village/taiga/zombie/houses.json @@ -0,0 +1,19 @@ +{"pieces": [ + "village/taiga/zombie/houses/taiga_cartographer_house_1", + "village/taiga/zombie/houses/taiga_fisher_cottage_1", + "village/taiga/zombie/houses/taiga_large_farm_2", + "village/taiga/zombie/houses/taiga_library_1", + "village/taiga/zombie/houses/taiga_medium_house_1", + "village/taiga/zombie/houses/taiga_medium_house_2", + "village/taiga/zombie/houses/taiga_medium_house_3", + "village/taiga/zombie/houses/taiga_medium_house_4", + "village/taiga/zombie/houses/taiga_shepherds_house_1", + "village/taiga/zombie/houses/taiga_small_house_1", + "village/taiga/zombie/houses/taiga_small_house_2", + "village/taiga/zombie/houses/taiga_small_house_3", + "village/taiga/zombie/houses/taiga_small_house_4", + "village/taiga/zombie/houses/taiga_small_house_5", + "village/taiga/zombie/houses/taiga_temple_1", + "village/taiga/zombie/houses/taiga_tool_smith_1", + "village/taiga/zombie/houses/taiga_weaponsmith_2" +]} diff --git a/jigsaw-pools/village/taiga/zombie/streets.json b/jigsaw-pools/village/taiga/zombie/streets.json new file mode 100644 index 00000000..c42bbe1d --- /dev/null +++ b/jigsaw-pools/village/taiga/zombie/streets.json @@ -0,0 +1,18 @@ +{"pieces": [ + "village/taiga/zombie/streets/corner_01", + "village/taiga/zombie/streets/corner_02", + "village/taiga/zombie/streets/corner_03", + "village/taiga/zombie/streets/crossroad_01", + "village/taiga/zombie/streets/crossroad_02", + "village/taiga/zombie/streets/crossroad_03", + "village/taiga/zombie/streets/crossroad_04", + "village/taiga/zombie/streets/crossroad_05", + "village/taiga/zombie/streets/crossroad_06", + "village/taiga/zombie/streets/straight_01", + "village/taiga/zombie/streets/straight_02", + "village/taiga/zombie/streets/straight_03", + "village/taiga/zombie/streets/straight_04", + "village/taiga/zombie/streets/straight_05", + "village/taiga/zombie/streets/straight_06", + "village/taiga/zombie/streets/turn_01" +]} diff --git a/jigsaw-pools/village/taiga/zombie/town_centers.json b/jigsaw-pools/village/taiga/zombie/town_centers.json new file mode 100644 index 00000000..d8d2f9c8 --- /dev/null +++ b/jigsaw-pools/village/taiga/zombie/town_centers.json @@ -0,0 +1,4 @@ +{"pieces": [ + "village/taiga/zombie/town_centers/taiga_meeting_point_1", + "village/taiga/zombie/town_centers/taiga_meeting_point_2" +]} diff --git a/jigsaw-pools/village/taiga/zombie/villagers.json b/jigsaw-pools/village/taiga/zombie/villagers.json new file mode 100644 index 00000000..5b5b6412 --- /dev/null +++ b/jigsaw-pools/village/taiga/zombie/villagers.json @@ -0,0 +1,4 @@ +{"pieces": [ + "village/taiga/zombie/villagers/nitwit", + "village/taiga/zombie/villagers/unemployed" +]} diff --git a/jigsaw-pools/woodland_mansion.json b/jigsaw-pools/woodland_mansion.json new file mode 100644 index 00000000..1e34979e --- /dev/null +++ b/jigsaw-pools/woodland_mansion.json @@ -0,0 +1,75 @@ +{"pieces": [ + "woodland_mansion/1x1_a1", + "woodland_mansion/1x1_a2", + "woodland_mansion/1x1_a3", + "woodland_mansion/1x1_a4", + "woodland_mansion/1x1_a5", + "woodland_mansion/1x1_as1", + "woodland_mansion/1x1_as2", + "woodland_mansion/1x1_as3", + "woodland_mansion/1x1_as4", + "woodland_mansion/1x1_b1", + "woodland_mansion/1x1_b2", + "woodland_mansion/1x1_b3", + "woodland_mansion/1x1_b4", + "woodland_mansion/1x1_b5", + "woodland_mansion/1x2_a1", + "woodland_mansion/1x2_a2", + "woodland_mansion/1x2_a3", + "woodland_mansion/1x2_a4", + "woodland_mansion/1x2_a5", + "woodland_mansion/1x2_a6", + "woodland_mansion/1x2_a7", + "woodland_mansion/1x2_a8", + "woodland_mansion/1x2_a9", + "woodland_mansion/1x2_b1", + "woodland_mansion/1x2_b2", + "woodland_mansion/1x2_b3", + "woodland_mansion/1x2_b4", + "woodland_mansion/1x2_b5", + "woodland_mansion/1x2_c1", + "woodland_mansion/1x2_c2", + "woodland_mansion/1x2_c3", + "woodland_mansion/1x2_c4", + "woodland_mansion/1x2_c_stairs", + "woodland_mansion/1x2_d1", + "woodland_mansion/1x2_d2", + "woodland_mansion/1x2_d3", + "woodland_mansion/1x2_d4", + "woodland_mansion/1x2_d5", + "woodland_mansion/1x2_d_stairs", + "woodland_mansion/1x2_s1", + "woodland_mansion/1x2_s2", + "woodland_mansion/1x2_se1", + "woodland_mansion/2x2_a1", + "woodland_mansion/2x2_a2", + "woodland_mansion/2x2_a3", + "woodland_mansion/2x2_a4", + "woodland_mansion/2x2_b1", + "woodland_mansion/2x2_b2", + "woodland_mansion/2x2_b3", + "woodland_mansion/2x2_b4", + "woodland_mansion/2x2_b5", + "woodland_mansion/2x2_s1", + "woodland_mansion/carpet_east", + "woodland_mansion/carpet_north", + "woodland_mansion/carpet_south_1", + "woodland_mansion/carpet_south_2", + "woodland_mansion/carpet_west_1", + "woodland_mansion/carpet_west_2", + "woodland_mansion/corridor_floor", + "woodland_mansion/entrance", + "woodland_mansion/indoors_door_1", + "woodland_mansion/indoors_door_2", + "woodland_mansion/indoors_wall_1", + "woodland_mansion/indoors_wall_2", + "woodland_mansion/roof", + "woodland_mansion/roof_corner", + "woodland_mansion/roof_front", + "woodland_mansion/roof_inner_corner", + "woodland_mansion/small_wall", + "woodland_mansion/small_wall_corner", + "woodland_mansion/wall_corner", + "woodland_mansion/wall_flat", + "woodland_mansion/wall_window" +]}