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
2020-08-18 19:10:03 -07:00
parent 5084704161
commit b47b1fe35b
3 changed files with 118 additions and 2 deletions

View File

@@ -0,0 +1,106 @@
{
"name": "Yellow Mesa",
"lockLayers": true,
"rarity": 3,
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"BROWN_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"GRAY_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"YELLOW_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"LIGHT_GRAY_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"BROWN_TERRACOTTA"
]
}
],
"wall": {
"style": {"style":"IRIS"},
"palette": [
"BROWN_TERRACOTTA",
"GRAY_TERRACOTTA",
"BLACK_TERRACOTTA"
]
},
"decorators": [
{
"zoom": 0.3,
"chance": 0.009,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.01,
"palette": [
"DEAD_BUSH"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"children":[
"hot-mesa-cliffs"
],
"generators":[
{
"generator": "plain",
"min": 9,
"max": 16
},
{
"generator": "mesa-sharp-5",
"min": 7,
"max": 13
},
{
"generator": "mesa-sharp-7",
"min": 7,
"max": 16
}
],
"derivative": "SHATTERED_SAVANNA"
}

View File

@@ -123,8 +123,17 @@
"replace": [
"stripped_dark_oak_wood"
]
}
},
{
"find": ["SPRUCE_LEAVES"],
"replace": ["OAK_LEAVES"]
},
{
"find": ["BIRCH_LEAVES"],
"replace": ["DARK_OAK_LEAVES"]
}
],
"rotation": {
"yAxis": {
"min": 0,

View File

@@ -13,7 +13,8 @@
"hot-mesa-blue",
"hot-desert-red",
"hot-savanna",
"hot-mesa-red"
"hot-mesa-red",
"hot-mesa-yellow"
],
"seaBiomes": [
"hot-ocean"