9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00

im HEAT-ed

get it???
This commit is contained in:
Brian Fopiano
2020-08-23 23:41:15 -07:00
parent beb7da955d
commit 05114f239f
5 changed files with 174 additions and 2 deletions

View File

@@ -0,0 +1,132 @@
{
"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": [
"WHITE_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"RED_TERRACOTTA"
]
},
{
"minHeight": 2,
"maxHeight": 2,
"style": {"style": "STATIC"},
"palette": [
"TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"YELLOW_TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"TERRACOTTA"
]
},
{
"minHeight": 1,
"maxHeight": 1,
"style": {"style": "STATIC"},
"palette": [
"BROWN_TERRACOTTA"
]
}
],
"wall": {
"style": {"style":"IRIS"},
"palette": [
"RED_TERRACOTTA",
"GRAY_TERRACOTTA",
"YELLOW_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": "mesa-sharp-4",
"min": 3,
"max": 6
},
{
"generator": "mesa-sharp-5",
"min": 3,
"max": 6
},
{
"generator": "mesa-sharp-6",
"min": 3,
"max": 7
},
{
"generator": "mesa-sharp-7",
"min": 3,
"max": 7
},
{
"generator": "plain-cliffs",
"min": 14,
"max": 40
}
],
"derivative": "SHATTERED_SAVANNA"
}

View File

@@ -99,7 +99,7 @@
}
],
"children":[
"hot-mesa-cliffs"
"hot-mesa-cliffs-yellow"
],
"generators":[
{
@@ -116,6 +116,11 @@
"generator": "mesa-sharp-7",
"min": 7,
"max": 16
},
{
"generator": "plain-cliffs",
"min": 14,
"max": 40
}
],
"derivative": "SHATTERED_SAVANNA"

View File

@@ -13,7 +13,23 @@
"MAGMA_BLOCK",
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]"
"minecraft:basalt[axis=z]",
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]",
"MAGMA_BLOCK",
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]",
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]",
"MAGMA_BLOCK",
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]",
"LAVA"
]
},
{

View File

@@ -69,6 +69,24 @@
"COBBLESTONE",
"MOSSY_COBBLESTONE",
"MOSSY_COBBLESTONE",
"MOSSY_STONE_BRICK",
"STONE",
"COBBLESTONE",
"COBBLESTONE",
"MOSSY_COBBLESTONE",
"MOSSY_COBBLESTONE",
"MOSSY_STONE_BRICK",
"STONE",
"COBBLESTONE",
"COBBLESTONE",
"MOSSY_COBBLESTONE",
"MOSSY_COBBLESTONE",
"MOSSY_STONE_BRICK",
"STONE",
"COBBLESTONE",
"COBBLESTONE",
"MOSSY_COBBLESTONE",
"MOSSY_COBBLESTONE",
"MOSSY_STONE_BRICK",
"SHROOMLIGHT"
]

View File

@@ -15,6 +15,7 @@
"hot-savanna",
"hot-mesa-red",
"hot-mesa-yellow"
],
"seaBiomes": [
"hot-ocean"