9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/biomes/tropical/tro-mountain-water.json

89 lines
2.2 KiB
JSON

{
"name": "Tropical Mountain Water",
"derivative": "MODIFIED_JUNGLE",
"vanillaDerivative": "MODIFIED_JUNGLE",
"generators": [
{
"generator": "mountain",
"max": 5,
"min": 2
}
],
"layers": [
{
"minHeight": 0,
"maxHeight": 2,
"palette": [{"block": "cave_air"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{
"block": "water",
"data": {"level": 1}
}]
},
{
"minHeight": 1,
"maxHeight": 4,
"palette": [{
"block": "water",
"data": {"level": 0}
}]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "gravel"}]
}
],
"wall": {"palette": [{
"block": "water",
"data": {"level": 1}
}]},
"decorators": [
{
"chance": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10
}
},
"style": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.3,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"palette": [
{"block": "dandelion"},
{"block": "poppy"},
{"block": "blue_orchid"},
{"block": "allium"},
{"block": "azure_bluet"},
{"block": "red_tulip"},
{"block": "orange_tulip"},
{"block": "white_tulip"},
{"block": "pink_tulip"},
{"block": "oxeye_daisy"},
{"block": "cornflower"},
{"block": "lily_of_the_valley"}
]
},
{
"chance": 0.01,
"palette": [{"block": "tall_grass"}]
},
{
"chance": 0.5,
"palette": [{"block": "grass"}]
}
]
}