9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-19 14:59:24 +00:00
Files
Iris-Pack-EarthWorld/biomes/mesa/green.json
Brian Neumann-Fopiano a8598e0b78 RR Additives
I modified a load but yea
2023-04-09 14:07:20 -04:00

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
}