9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-19 14:59:24 +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,
"structureKey": "minecraft:igloo",
"pieces": [
"igloo/top1"
],

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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