diff --git a/jigsaw-pieces/pillager_outpost/base_plate.json b/jigsaw-pieces/pillager_outpost/base_plate.json index b2949c7e..b7d70b4a 100644 --- a/jigsaw-pieces/pillager_outpost/base_plate.json +++ b/jigsaw-pieces/pillager_outpost/base_plate.json @@ -108,7 +108,7 @@ "translate": { "yRandom": 0, "x": 0, - "y": -1, + "y": 1, "z": 0 }, "mode": "FAST_MAX_HEIGHT", diff --git a/jigsaw-pieces/pillager_outpost/feature_cage1.json b/jigsaw-pieces/pillager_outpost/feature_cage1.json index 87e80578..8070855e 100644 --- a/jigsaw-pieces/pillager_outpost/feature_cage1.json +++ b/jigsaw-pieces/pillager_outpost/feature_cage1.json @@ -112,7 +112,7 @@ "y": 0, "z": 0 }, - "mode": "VACUUM", + "mode": "FAST_MIN_HEIGHT", "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/pillager_outpost/feature_cage2.json b/jigsaw-pieces/pillager_outpost/feature_cage2.json index 511182a6..b2b5f9fb 100644 --- a/jigsaw-pieces/pillager_outpost/feature_cage2.json +++ b/jigsaw-pieces/pillager_outpost/feature_cage2.json @@ -112,7 +112,7 @@ "y": 0, "z": 0 }, - "mode": "VACUUM", + "mode": "FAST_MIN_HEIGHT", "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/pillager_outpost/feature_logs.json b/jigsaw-pieces/pillager_outpost/feature_logs.json index e6bb2f96..1a92d6de 100644 --- a/jigsaw-pieces/pillager_outpost/feature_logs.json +++ b/jigsaw-pieces/pillager_outpost/feature_logs.json @@ -89,10 +89,10 @@ "translate": { "yRandom": 0, "x": 0, - "y": -1, + "y": 1, "z": 0 }, - "mode": "VACUUM", + "mode": "CENTER_HEIGHT", "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/pillager_outpost/feature_targets.json b/jigsaw-pieces/pillager_outpost/feature_targets.json index 4618b2c0..9241853b 100644 --- a/jigsaw-pieces/pillager_outpost/feature_targets.json +++ b/jigsaw-pieces/pillager_outpost/feature_targets.json @@ -105,7 +105,7 @@ "y": -1, "z": 0 }, - "mode": "VACUUM", + "mode": "FAST_MAX_HEIGHT", "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/pillager_outpost/feature_tent1.json b/jigsaw-pieces/pillager_outpost/feature_tent1.json index 290f802a..f0e1b520 100644 --- a/jigsaw-pieces/pillager_outpost/feature_tent1.json +++ b/jigsaw-pieces/pillager_outpost/feature_tent1.json @@ -58,7 +58,22 @@ "chance": 1, "meld": false, "density": 1, - "edit": [], + "edit": [ + { + "find": [ + { + "block": "glass" + } + ], + "replace": { + "palette": [ + { + "block": "air" + } + ] + } + } + ], "bottom": false, "translateCenter": false, "rotation": { @@ -89,10 +104,10 @@ "translate": { "yRandom": 0, "x": 0, - "y": -1, + "y": 1, "z": 0 }, - "mode": "VACUUM", + "mode": "FAST_MIN_HEIGHT", "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/jigsaw-pieces/pillager_outpost/feature_tent2.json b/jigsaw-pieces/pillager_outpost/feature_tent2.json index e83ffed3..eff7a311 100644 --- a/jigsaw-pieces/pillager_outpost/feature_tent2.json +++ b/jigsaw-pieces/pillager_outpost/feature_tent2.json @@ -58,7 +58,22 @@ "chance": 1, "meld": false, "density": 1, - "edit": [], + "edit": [ + { + "find": [ + { + "block": "glass" + } + ], + "replace": { + "palette": [ + { + "block": "air" + } + ] + } + } + ], "bottom": false, "translateCenter": false, "rotation": { @@ -89,10 +104,10 @@ "translate": { "yRandom": 0, "x": 0, - "y": -1, + "y": 1, "z": 0 }, - "mode": "VACUUM", + "mode": "FAST_MIN_HEIGHT", "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, diff --git a/objects/pillager_outpost/feature_cage1.iob b/objects/pillager_outpost/feature_cage1.iob index f29a5642..c327e352 100644 Binary files a/objects/pillager_outpost/feature_cage1.iob and b/objects/pillager_outpost/feature_cage1.iob differ diff --git a/objects/pillager_outpost/feature_cage2.iob b/objects/pillager_outpost/feature_cage2.iob index f29a5642..fff145b3 100644 Binary files a/objects/pillager_outpost/feature_cage2.iob and b/objects/pillager_outpost/feature_cage2.iob differ diff --git a/objects/pillager_outpost/feature_tent1.iob b/objects/pillager_outpost/feature_tent1.iob index 07cb4061..ed4b72db 100644 Binary files a/objects/pillager_outpost/feature_tent1.iob and b/objects/pillager_outpost/feature_tent1.iob differ diff --git a/objects/pillager_outpost/feature_tent2.iob b/objects/pillager_outpost/feature_tent2.iob index b5a6e9b0..153144d8 100644 Binary files a/objects/pillager_outpost/feature_tent2.iob and b/objects/pillager_outpost/feature_tent2.iob differ