From 010e44ddbb5185ca5d313af6dbb1760c71749c3d Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Sat, 19 Jun 2021 13:55:54 +0200 Subject: [PATCH 1/3] Update main.json --- jigsaw-pieces/stronghold/portal/main.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/jigsaw-pieces/stronghold/portal/main.json b/jigsaw-pieces/stronghold/portal/main.json index 599eb4b4..07dfcfa8 100644 --- a/jigsaw-pieces/stronghold/portal/main.json +++ b/jigsaw-pieces/stronghold/portal/main.json @@ -31,6 +31,25 @@ } ] } + },{ + "find": [ + {"block": "end_portal_frame"} + ], + "replace": { + "palette": [ + { + "weight": 3, + "block": "end_portal_frame", + "data": { + "eye": true + } + }, + { + "weight": 10, + "block": "end_portal_frame" + } + ] + } }], "bottom": false, "translateCenter": false, From 5b157cb9eeee724c79a5622c15ceca22cd0a2f5b Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Sat, 19 Jun 2021 21:56:02 +0200 Subject: [PATCH 2/3] Patches "Can't find jigsaw pool: " --- jigsaw-pieces/stronghold/room/witch-room-end.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jigsaw-pieces/stronghold/room/witch-room-end.json b/jigsaw-pieces/stronghold/room/witch-room-end.json index 8bf1c866..71b272da 100644 --- a/jigsaw-pieces/stronghold/room/witch-room-end.json +++ b/jigsaw-pieces/stronghold/room/witch-room-end.json @@ -6,7 +6,7 @@ "entityCount": 1, "rotateConnector": false, "name": "", - "pools": [""], + "pools": [], "position": { "x": 0, "y": -3, From 7110197dd66ead192e00141646c32f0168695900 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Sat, 19 Jun 2021 22:13:16 +0200 Subject: [PATCH 3/3] Move irongolem spawners to the center (broken because edited objects) --- .../pillager_outpost/feature_cage1.json | 30 +++++++++---------- .../pillager_outpost/feature_cage2.json | 30 +++++++++---------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/jigsaw-pieces/pillager_outpost/feature_cage1.json b/jigsaw-pieces/pillager_outpost/feature_cage1.json index 8070855e..90595ac6 100644 --- a/jigsaw-pieces/pillager_outpost/feature_cage1.json +++ b/jigsaw-pieces/pillager_outpost/feature_cage1.json @@ -28,21 +28,6 @@ }, "direction": "SOUTH_POSITIVE_Z" }, - { - "targetName": "minecraft:feature", - "innerConnector": true, - "entityCount": 1, - "spawnEntity": "iron_golem", - "rotateConnector": false, - "name": "minecraft:feature", - "pools": ["empty"], - "position": { - "x": 1, - "y": -3, - "z": 0 - }, - "direction": "UP_POSITIVE_Y" - }, { "targetName": "minecraft:feature", "innerConnector": false, @@ -70,6 +55,21 @@ "z": 3 }, "direction": "SOUTH_POSITIVE_Z" + }, + { + "targetName": "*", + "innerConnector": false, + "entityCount": 1, + "rotateConnector": false, + "spawnEntity": "iron_golem", + "name": "", + "pools": [], + "position": { + "x": 0, + "y": -2, + "z": 0 + }, + "direction": "UP_POSITIVE_Y" } ], "placementOptions": { diff --git a/jigsaw-pieces/pillager_outpost/feature_cage2.json b/jigsaw-pieces/pillager_outpost/feature_cage2.json index b2b5f9fb..b1b01612 100644 --- a/jigsaw-pieces/pillager_outpost/feature_cage2.json +++ b/jigsaw-pieces/pillager_outpost/feature_cage2.json @@ -42,25 +42,10 @@ }, "direction": "SOUTH_POSITIVE_Z" }, - { - "targetName": "minecraft:feature", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "minecraft:feature", - "pools": ["empty"], - "position": { - "x": 3, - "y": -2, - "z": 3 - }, - "direction": "SOUTH_POSITIVE_Z" - }, { "targetName": "*", "innerConnector": true, "entityCount": 1, - "spawnEntity": "iron_golem", "rotateConnector": false, "name": "", "pools": [], @@ -70,6 +55,21 @@ "z": 0 }, "direction": "UP_POSITIVE_Y" + }, + { + "targetName": "*", + "innerConnector": false, + "entityCount": 1, + "rotateConnector": false, + "spawnEntity": "iron_golem", + "name": "", + "pools": [], + "position": { + "x": 0, + "y": -2, + "z": 0 + }, + "direction": "UP_POSITIVE_Y" } ], "placementOptions": {