9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/tropical/volcanoes.json
2021-08-08 21:22:19 -07:00

63 lines
1.5 KiB
JSON

{
"name": "Tropical Volcanoes",
"derivative": "THE_VOID",
"vanillaDerivative": "THE_VOID",
"rarity": 1,
"color": "#609F61",
"customDerivitives": [{
"category": "jungle",
"id": "tropical_volcano",
"grassColor": "#BDBF0B",
"foliageColor": "#BDBF0B",
"fogColor": "#DD793C",
"downfallType": "none"
}],
"children": ["tropical/volcanoes-lava"],
"generators": [{
"generator": "mountain",
"max": 180,
"min": 30
}],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:basalt"}]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "minecraft:basalt",
"data": {"axis": "x"}
},
{
"block": "minecraft:basalt",
"data": {"axis": "y"}
},
{
"block": "minecraft:basalt",
"data": {"axis": "z"}
}
]
},
{
"minHeight": 3,
"maxHeight": 10,
"palette": [{"block": "minecraft:blackstone"}]
},
{
"minHeight": 1,
"maxHeight": 2,
"palette": [{"block": "minecraft:tuff"}]
}
],
"childStyle": {
"style": "GLOB",
"zoom": 0.2,
"exponent": 4
},
"childShrinkFactor": 1
}