9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
This commit is contained in:
Brian Fopiano
2021-07-18 23:35:01 -07:00
parent fc9ffe69a8
commit e7ba598e80
13 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"maxDepth": 1,
"pieces": ["pyramid-desert"]
}

View File

@@ -0,0 +1,7 @@
{
"maxDepth": 3,
"pieces": [
"igloo/top1",
"igloo/top2"
]
}

View File

@@ -0,0 +1,4 @@
{
"maxDepth": 1,
"pieces": ["jungle_pyramid/jungle_pyramid"]
}

View File

@@ -0,0 +1,4 @@
{
"maxDepth": 6,
"pieces": ["murky_stronghold/void/1"]
}

View File

@@ -0,0 +1,5 @@
{
"pieces": ["mushhut/paths/path4"],
"maxDepth": 5,
"terminate": true
}

View File

@@ -0,0 +1,9 @@
{
"pieces": [
"pillager_outpost/watchtower",
"pillager_outpost/watchtower",
"pillager_outpost/watchtower",
"pillager_outpost/watchtower_overgrown"
],
"terminate": true
}

View File

@@ -0,0 +1,5 @@
{
"maxDepth": 9,
"pieces": ["stronghold/portal/main"],
"terminate": true
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}