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:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"maxDepth": 3,
|
||||
"structureKey": "minecraft:igloo",
|
||||
"pieces": [
|
||||
"igloo/top1"
|
||||
],
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"maxDepth": 10,
|
||||
"structureKey": "#minecraft:mineshaft",
|
||||
"pieces": ["mineshaft/intersection"],
|
||||
"overrideYRange" :{
|
||||
"max": 45,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"maxDepth": 1,
|
||||
"structureKey": "minecraft:monument",
|
||||
"pieces": ["ocean-monument/ocean-monument"]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"maxDepth": 2,
|
||||
"structureKey": "minecraft:pillager_outpost",
|
||||
"pieces": [
|
||||
"pillager-outpost/watchtower",
|
||||
"pillager-outpost/watchtower",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"maxDepth": 1,
|
||||
"structureKey": "minecraft:desert_pyramid",
|
||||
"pieces": ["pyramid-desert/pyramid-desert"]
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"maxDepth": 1,
|
||||
"structureKey": "minecraft:jungle_pyramid",
|
||||
"pieces": ["pyramid-jungle/pyramid"]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"maxDepth": 1,
|
||||
"structureKey": "#minecraft:ruined_portal",
|
||||
"pieces": [
|
||||
"ruined-portal/giant_portal_1",
|
||||
"ruined-portal/giant_portal_2",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"maxDepth": 5,
|
||||
"structureKey": "minecraft:stronghold",
|
||||
"pieces": ["stronghold/portal/main"],
|
||||
"terminate": false,
|
||||
"lockY": 50,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"structureKey": "minecraft:trail_ruins",
|
||||
"pieces": [
|
||||
"trail-ruins/trail-ruins1",
|
||||
"trail-ruins/trail-ruins2",
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"maxDepth": 5,
|
||||
"terminate": true,
|
||||
"forcePlace": true,
|
||||
"structureKey": "minecraft:trial_chambers",
|
||||
"pieces": [
|
||||
"trail_chambers/trail_chambers1",
|
||||
"trail_chambers/trail_chambers2",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"maxDepth": 1,
|
||||
"structureKey": "#minecraft:ocean_ruin",
|
||||
"pieces": [
|
||||
"underwater-ruin/big_brick_1",
|
||||
"underwater-ruin/big_brick_2",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"structureKey": "minecraft:village_snowy",
|
||||
"pieces": [
|
||||
"village/frosty/frosty-village"
|
||||
]
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"maxDepth": 1,
|
||||
"structureKey": "minecraft:mansion",
|
||||
"pieces": ["woodland-mansion/woodland-mansion"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user