mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-19 14:59:24 +00:00
90 lines
2.4 KiB
JSON
90 lines
2.4 KiB
JSON
{
|
|
"name": "Mesa Green",
|
|
"color": "#D66B3C",
|
|
"rarity": 1,
|
|
"derivative": "WINDSWEPT_SAVANNA",
|
|
"vanillaDerivative": "BADLANDS",
|
|
"generators": [
|
|
{
|
|
"min": 50,
|
|
"max": 70,
|
|
"generator": "highplains"
|
|
},
|
|
{
|
|
"min": 70,
|
|
"max": 110,
|
|
"generator": "mountain"
|
|
}
|
|
],
|
|
"wall": {
|
|
"style": {"style": "NOWHERE"},
|
|
"palette": [
|
|
{"block": "minecraft:lime_terracotta"},
|
|
{"block": "minecraft:green_terracotta"},
|
|
{"block": "minecraft:terracotta"},
|
|
{"block": "minecraft:brown_terracotta"}
|
|
]
|
|
},
|
|
"layers": [
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 3,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "minecraft:lime_terracotta"}]
|
|
},
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 3,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "minecraft:green_terracotta"}]
|
|
},
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 3,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "minecraft:terracotta"}]
|
|
},
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 3,
|
|
"style": {"style": "STATIC"},
|
|
"palette": [{"block": "minecraft:brown_terracotta"}]
|
|
}
|
|
],
|
|
|
|
"decorators": [
|
|
{
|
|
"chance": 0.009,
|
|
"variance": {"style": "STATIC"},
|
|
"zoom": 0.3,
|
|
"palette": [
|
|
{
|
|
"data": {
|
|
"face": "floor",
|
|
"powered": false,
|
|
"facing": "east"
|
|
},
|
|
"block": "minecraft:stone_button"
|
|
},
|
|
{
|
|
"data": {
|
|
"face": "floor",
|
|
"powered": false,
|
|
"facing": "south"
|
|
},
|
|
"block": "minecraft:stone_button"
|
|
}
|
|
],
|
|
"style": {"style": "STATIC"}
|
|
},
|
|
{
|
|
"chance": 0.01,
|
|
"variance": {"style": "STATIC"},
|
|
"zoom": 0.3,
|
|
"palette": [{"block": "minecraft:dead_bush"}],
|
|
"style": {"style": "STATIC"}
|
|
}
|
|
],
|
|
"lockLayers": true
|
|
}
|