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

Region Enrichment (Height) [Mountain]

This commit is contained in:
Brian Fopiano
2022-05-14 14:16:00 -07:00
parent f85363fd12
commit 728e2fdba5
8 changed files with 69 additions and 11 deletions

View File

@@ -0,0 +1,51 @@
{
"name": "Mountain Cliffs",
"rarity": 3,
"color": "#D4DEE3",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"generators": [{
"max": 223,
"min": 106,
"generator": "cracked-cliffs"
}],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 2.6
},
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 1,
"maxHeight": 2,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:gravel"},
{"block": "minecraft:cyan_terracotta"}
]
}
}

View File

@@ -4,6 +4,7 @@
"color": "#D4DEE3",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"children": ["mountain/cliffs-extended"],
"generators": [{
"min": 26,
"max": 90,

View File

@@ -4,10 +4,11 @@
"color": "#C1CED5",
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"children": ["mountain/forest-extended"],
"generators": [{
"generator": "mountain",
"max": 35,
"min": 11
"max": 135,
"min": 91
}],
"jigsawStructures": [
{

View File

@@ -7,8 +7,8 @@
"children": ["mountain/forest"],
"generators": [{
"generator": "smooth-dunes",
"max": 23,
"min": 5
"max": 33,
"min": 15
}],
"jigsawStructures": [
{

View File

@@ -6,8 +6,8 @@
"children": ["mountain/cliffs"],
"generators": [{
"generator": "mountain",
"max": 190,
"min": 40
"max": 223,
"min": 106
}],
"layers": [
{

View File

@@ -4,7 +4,7 @@
"rarity": 1,
"color": "#6E7D85",
"vanillaDerivative": "WINDSWEPT_HILLS",
"children": ["mountain/middle"],
"children": ["mountain/mountain-extended"],
"generators": [{
"min": 73,
"max": 145,

View File

@@ -6,8 +6,12 @@
"vanillaDerivative": "PLAINS",
"generators": [{
"generator": "smooth-dunes",
"max": 20,
"min": 10
"max": 70,
"min": 50
},{
"generator": "mountain",
"max": 5,
"min": 1
}],
"jigsawStructures": [
{

View File

@@ -4,6 +4,7 @@
"color": "#4E5A61",
"derivative": "OLD_GROWTH_SPRUCE_TAIGA",
"vanillaDerivative": "OLD_GROWTH_SPRUCE_TAIGA",
"children": ["mountain/plain-extended"],
"jigsawStructures": [
{
"rarity": 1700,
@@ -16,8 +17,8 @@
],
"generators": [{
"generator": "mountain",
"max": 23,
"min": 15
"max": 53,
"min": 45
}],
"layers": [
{