diff --git a/jigsaw-structures/igloo.json b/jigsaw-structures/igloo.json index 9dc931c3..e9687595 100644 --- a/jigsaw-structures/igloo.json +++ b/jigsaw-structures/igloo.json @@ -1,7 +1,5 @@ { - "feature": { - "entitySpawners": ["villager"] - }, + "maxDepth": 3, "pieces": [ "igloo/top1", diff --git a/jigsaw-structures/village-jap.json b/jigsaw-structures/village-jap.json index a2306493..f26f80e5 100644 --- a/jigsaw-structures/village-jap.json +++ b/jigsaw-structures/village-jap.json @@ -1,9 +1,7 @@ { "maxDepth": 5, "terminate": true, - "feature": { - "entitySpawners": ["villager"] - }, + "pieces": [ "houses/jap/j5", "houses/jap/j4", diff --git a/jigsaw-structures/village-savanna.json b/jigsaw-structures/village-savanna.json index 06bf1e67..67a4565f 100644 --- a/jigsaw-structures/village-savanna.json +++ b/jigsaw-structures/village-savanna.json @@ -1,9 +1,7 @@ { "maxDepth": 3, "terminate": true, - "feature": { - "entitySpawners": ["villager"] - }, + "pieces": [ "village/savanna/town_centers/savanna_meeting_point_1", "village/savanna/town_centers/savanna_meeting_point_2", diff --git a/jigsaw-structures/village-snowy.json b/jigsaw-structures/village-snowy.json index 143b2264..9cc23994 100644 --- a/jigsaw-structures/village-snowy.json +++ b/jigsaw-structures/village-snowy.json @@ -1,9 +1,7 @@ { "maxDepth": 5, "terminate": true, - "feature": { - "entitySpawners": ["villager"] - }, + "pieces": [ "village/snowy/town_centers/snowy_meeting_point_1", "village/snowy/town_centers/snowy_meeting_point_2", diff --git a/jigsaw-structures/village-temperate.json b/jigsaw-structures/village-temperate.json index 606614e7..be6b81d8 100644 --- a/jigsaw-structures/village-temperate.json +++ b/jigsaw-structures/village-temperate.json @@ -1,9 +1,7 @@ { "maxDepth": 5, "terminate": true, - "feature": { - "entitySpawners": ["villager"] - }, + "pieces": [ "village/plains/town_centers/plains_fountain_01", "village/plains/town_centers/plains_meeting_point_1", diff --git a/jigsaw-structures/village-tundra.json b/jigsaw-structures/village-tundra.json index 52960524..543cfce4 100644 --- a/jigsaw-structures/village-tundra.json +++ b/jigsaw-structures/village-tundra.json @@ -1,9 +1,7 @@ { "maxDepth": 5, "terminate": true, - "feature": { - "entitySpawners": ["villager"] - }, + "pieces": [ "village/taiga/town_centers/taiga_meeting_point_1", "village/taiga/town_centers/taiga_meeting_point_2"