9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00

add structure keys to jigsaw structures for treasure maps

This commit is contained in:
Julian Krings
2025-01-02 13:36:40 +01:00
parent 7c141c889d
commit d57a5128dd
18 changed files with 19 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{ {
"maxDepth": 3, "maxDepth": 3,
"structureKey": "minecraft:igloo",
"pieces": [ "pieces": [
"igloo/top1" "igloo/top1"
], ],

View File

@@ -1,5 +1,6 @@
{ {
"maxDepth": 10, "maxDepth": 10,
"structureKey": "#minecraft:mineshaft",
"pieces": ["mineshaft/intersection"], "pieces": ["mineshaft/intersection"],
"overrideYRange" :{ "overrideYRange" :{
"max": 45, "max": 45,

View File

@@ -1,4 +1,5 @@
{ {
"maxDepth": 1, "maxDepth": 1,
"structureKey": "minecraft:monument",
"pieces": ["ocean-monument/ocean-monument"] "pieces": ["ocean-monument/ocean-monument"]
} }

View File

@@ -1,5 +1,6 @@
{ {
"maxDepth": 2, "maxDepth": 2,
"structureKey": "minecraft:pillager_outpost",
"pieces": [ "pieces": [
"pillager-outpost/watchtower", "pillager-outpost/watchtower",
"pillager-outpost/watchtower", "pillager-outpost/watchtower",

View File

@@ -1,4 +1,5 @@
{ {
"maxDepth": 1, "maxDepth": 1,
"structureKey": "minecraft:desert_pyramid",
"pieces": ["pyramid-desert/pyramid-desert"] "pieces": ["pyramid-desert/pyramid-desert"]
} }

View File

@@ -1,4 +1,5 @@
{ {
"maxDepth": 1, "maxDepth": 1,
"structureKey": "minecraft:jungle_pyramid",
"pieces": ["pyramid-jungle/pyramid"] "pieces": ["pyramid-jungle/pyramid"]
} }

View File

@@ -1,5 +1,6 @@
{ {
"maxDepth": 1, "maxDepth": 1,
"structureKey": "#minecraft:ruined_portal",
"pieces": [ "pieces": [
"ruined-portal/giant_portal_1", "ruined-portal/giant_portal_1",
"ruined-portal/giant_portal_2", "ruined-portal/giant_portal_2",

View File

@@ -1,5 +1,6 @@
{ {
"maxDepth": 5, "maxDepth": 5,
"structureKey": "minecraft:stronghold",
"pieces": ["stronghold/portal/main"], "pieces": ["stronghold/portal/main"],
"terminate": false, "terminate": false,
"lockY": 50, "lockY": 50,

View File

@@ -1,4 +1,5 @@
{ {
"structureKey": "minecraft:trail_ruins",
"pieces": [ "pieces": [
"trail-ruins/trail-ruins1", "trail-ruins/trail-ruins1",
"trail-ruins/trail-ruins2", "trail-ruins/trail-ruins2",

View File

@@ -1,6 +1,8 @@
{ {
"maxDepth": 5, "maxDepth": 5,
"terminate": true, "terminate": true,
"forcePlace": true,
"structureKey": "minecraft:trial_chambers",
"pieces": [ "pieces": [
"trail_chambers/trail_chambers1", "trail_chambers/trail_chambers1",
"trail_chambers/trail_chambers2", "trail_chambers/trail_chambers2",

View File

@@ -1,5 +1,6 @@
{ {
"maxDepth": 1, "maxDepth": 1,
"structureKey": "#minecraft:ocean_ruin",
"pieces": [ "pieces": [
"underwater-ruin/big_brick_1", "underwater-ruin/big_brick_1",
"underwater-ruin/big_brick_2", "underwater-ruin/big_brick_2",

View File

@@ -1,6 +1,7 @@
{ {
"maxDepth": 5, "maxDepth": 5,
"terminate": true, "terminate": true,
"structureKey": "minecraft:village_desert",
"pieces": [ "pieces": [
"village/desert/town_centers/meeting_point_1", "village/desert/town_centers/meeting_point_1",
"village/desert/town_centers/meeting_point_2", "village/desert/town_centers/meeting_point_2",

View File

@@ -1,6 +1,7 @@
{ {
"maxDepth": 5, "maxDepth": 5,
"terminate": true, "terminate": true,
"structureKey": "minecraft:village_plains",
"pieces": [ "pieces": [
"village/plains/town_centers/fountain_01", "village/plains/town_centers/fountain_01",
"village/plains/town_centers/meeting_point_1", "village/plains/town_centers/meeting_point_1",

View File

@@ -1,6 +1,7 @@
{ {
"maxDepth": 3, "maxDepth": 3,
"terminate": true, "terminate": true,
"structureKey": "minecraft:village_savanna",
"pieces": [ "pieces": [
"village/savanna/town_centers/meeting_point_1", "village/savanna/town_centers/meeting_point_1",
"village/savanna/town_centers/meeting_point_2", "village/savanna/town_centers/meeting_point_2",

View File

@@ -1,4 +1,5 @@
{ {
"structureKey": "minecraft:village_snowy",
"pieces": [ "pieces": [
"village/frosty/frosty-village" "village/frosty/frosty-village"
] ]

View File

@@ -1,6 +1,7 @@
{ {
"maxDepth": 5, "maxDepth": 5,
"terminate": true, "terminate": true,
"structureKey": "minecraft:village_snowy",
"pieces": [ "pieces": [
"village/snowy/town_centers/meeting_point_1", "village/snowy/town_centers/meeting_point_1",
"village/snowy/town_centers/meeting_point_2", "village/snowy/town_centers/meeting_point_2",

View File

@@ -1,6 +1,7 @@
{ {
"maxDepth": 5, "maxDepth": 5,
"terminate": true, "terminate": true,
"structureKey": "minecraft:village_taiga",
"pieces": [ "pieces": [
"village/taiga/town_centers/meeting_point_1", "village/taiga/town_centers/meeting_point_1",
"village/taiga/town_centers/meeting_point_2" "village/taiga/town_centers/meeting_point_2"

View File

@@ -1,4 +1,5 @@
{ {
"maxDepth": 1, "maxDepth": 1,
"structureKey": "minecraft:mansion",
"pieces": ["woodland-mansion/woodland-mansion"] "pieces": ["woodland-mansion/woodland-mansion"]
} }