From e7ba598e8092bae468ab44d4908ef72023f58e65 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Sun, 18 Jul 2021 23:35:01 -0700 Subject: [PATCH] ???????? --- jigsaw-structures/desert-pyramid.json | 4 ++++ jigsaw-structures/igloo.json | 7 +++++++ jigsaw-structures/jungle-pyramid.json | 4 ++++ jigsaw-structures/murky_stronghold.json | 4 ++++ jigsaw-structures/mush-huts.json | 5 +++++ jigsaw-structures/pillager_outpost.json | 9 +++++++++ jigsaw-structures/stronghold.json | 5 +++++ jigsaw-structures/village-hot.json | 15 +++++++++++++++ jigsaw-structures/village-jap.json | 13 +++++++++++++ jigsaw-structures/village-savanna.json | 16 ++++++++++++++++ jigsaw-structures/village-snowy.json | 15 +++++++++++++++ jigsaw-structures/village-temperate.json | 16 ++++++++++++++++ jigsaw-structures/village-tundra.json | 14 ++++++++++++++ 13 files changed, 127 insertions(+) create mode 100644 jigsaw-structures/desert-pyramid.json create mode 100644 jigsaw-structures/igloo.json create mode 100644 jigsaw-structures/jungle-pyramid.json create mode 100644 jigsaw-structures/murky_stronghold.json create mode 100644 jigsaw-structures/mush-huts.json create mode 100644 jigsaw-structures/pillager_outpost.json create mode 100644 jigsaw-structures/stronghold.json create mode 100644 jigsaw-structures/village-hot.json create mode 100644 jigsaw-structures/village-jap.json create mode 100644 jigsaw-structures/village-savanna.json create mode 100644 jigsaw-structures/village-snowy.json create mode 100644 jigsaw-structures/village-temperate.json create mode 100644 jigsaw-structures/village-tundra.json diff --git a/jigsaw-structures/desert-pyramid.json b/jigsaw-structures/desert-pyramid.json new file mode 100644 index 00000000..41b6b47f --- /dev/null +++ b/jigsaw-structures/desert-pyramid.json @@ -0,0 +1,4 @@ +{ + "maxDepth": 1, + "pieces": ["pyramid-desert"] +} diff --git a/jigsaw-structures/igloo.json b/jigsaw-structures/igloo.json new file mode 100644 index 00000000..5639e7df --- /dev/null +++ b/jigsaw-structures/igloo.json @@ -0,0 +1,7 @@ +{ + "maxDepth": 3, + "pieces": [ + "igloo/top1", + "igloo/top2" + ] +} diff --git a/jigsaw-structures/jungle-pyramid.json b/jigsaw-structures/jungle-pyramid.json new file mode 100644 index 00000000..208f3b7f --- /dev/null +++ b/jigsaw-structures/jungle-pyramid.json @@ -0,0 +1,4 @@ +{ + "maxDepth": 1, + "pieces": ["jungle_pyramid/jungle_pyramid"] +} diff --git a/jigsaw-structures/murky_stronghold.json b/jigsaw-structures/murky_stronghold.json new file mode 100644 index 00000000..f89fc57e --- /dev/null +++ b/jigsaw-structures/murky_stronghold.json @@ -0,0 +1,4 @@ +{ + "maxDepth": 6, + "pieces": ["murky_stronghold/void/1"] +} diff --git a/jigsaw-structures/mush-huts.json b/jigsaw-structures/mush-huts.json new file mode 100644 index 00000000..55bd285d --- /dev/null +++ b/jigsaw-structures/mush-huts.json @@ -0,0 +1,5 @@ +{ + "pieces": ["mushhut/paths/path4"], + "maxDepth": 5, + "terminate": true +} diff --git a/jigsaw-structures/pillager_outpost.json b/jigsaw-structures/pillager_outpost.json new file mode 100644 index 00000000..e8c23496 --- /dev/null +++ b/jigsaw-structures/pillager_outpost.json @@ -0,0 +1,9 @@ +{ + "pieces": [ + "pillager_outpost/watchtower", + "pillager_outpost/watchtower", + "pillager_outpost/watchtower", + "pillager_outpost/watchtower_overgrown" + ], + "terminate": true +} diff --git a/jigsaw-structures/stronghold.json b/jigsaw-structures/stronghold.json new file mode 100644 index 00000000..3147c272 --- /dev/null +++ b/jigsaw-structures/stronghold.json @@ -0,0 +1,5 @@ +{ + "maxDepth": 9, + "pieces": ["stronghold/portal/main"], + "terminate": true +} diff --git a/jigsaw-structures/village-hot.json b/jigsaw-structures/village-hot.json new file mode 100644 index 00000000..50d84b6d --- /dev/null +++ b/jigsaw-structures/village-hot.json @@ -0,0 +1,15 @@ +{ + "maxDepth": 5, + "terminate": true, + "feature": { + "objectChance": 0, + "strength": 1, + "interpolationRadius": 64, + "interpolator": "BILINEAR" + }, + "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-structures/village-jap.json b/jigsaw-structures/village-jap.json new file mode 100644 index 00000000..b065486c --- /dev/null +++ b/jigsaw-structures/village-jap.json @@ -0,0 +1,13 @@ +{ + "maxDepth": 5, + "terminate": true, + "feature": { + "objectChance": 0, + "strength": 1, + "interpolationRadius": 64, + "interpolator": "BILINEAR" + }, + "pieces": [ + "houses/jap/j5", "houses/jap/j4", "houses/jap/j3", "houses/jap/j2", "houses/jap/j1" + ] +} diff --git a/jigsaw-structures/village-savanna.json b/jigsaw-structures/village-savanna.json new file mode 100644 index 00000000..f9dfb4b1 --- /dev/null +++ b/jigsaw-structures/village-savanna.json @@ -0,0 +1,16 @@ +{ + "maxDepth": 3, + "terminate": true, + "feature": { + "objectChance": 0, + "strength": 1, + "interpolationRadius": 64, + "interpolator": "BILINEAR" + }, + "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-structures/village-snowy.json b/jigsaw-structures/village-snowy.json new file mode 100644 index 00000000..e8d1f07e --- /dev/null +++ b/jigsaw-structures/village-snowy.json @@ -0,0 +1,15 @@ +{ + "maxDepth": 5, + "terminate": true, + "feature": { + "objectChance": 0, + "strength": 1, + "interpolationRadius": 64, + "interpolator": "BILINEAR" + }, + "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-structures/village-temperate.json b/jigsaw-structures/village-temperate.json new file mode 100644 index 00000000..1ea91d05 --- /dev/null +++ b/jigsaw-structures/village-temperate.json @@ -0,0 +1,16 @@ +{ + "maxDepth": 5, + "terminate": true, + "feature": { + "objectChance": 0, + "strength": 1, + "interpolationRadius": 64, + "interpolator": "BILINEAR" + }, + "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-structures/village-tundra.json b/jigsaw-structures/village-tundra.json new file mode 100644 index 00000000..b3989f06 --- /dev/null +++ b/jigsaw-structures/village-tundra.json @@ -0,0 +1,14 @@ +{ + "maxDepth": 5, + "terminate": true, + "feature": { + "objectChance": 0, + "strength": 1, + "interpolationRadius": 64, + "interpolator": "BILINEAR" + }, + "pieces": [ + "village/taiga/town_centers/taiga_meeting_point_1", + "village/taiga/town_centers/taiga_meeting_point_2" + ] +}