9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 12:19:14 +00:00
Files
Iris-Pack-EarthWorld/biomes/mountain/mtn-middle.json

155 lines
3.9 KiB
JSON

{
"name": "Mountain Middle",
"derivative": "TAIGA_MOUNTAINS",
"vanillaDerivative": "TAIGA_MOUNTAINS",
"children": ["mountain/mtn-cliffs"],
"generators": [
{
"generator": "mountain",
"max": 95,
"min": 0
},
{
"generator": "plain",
"max": 95,
"min": 40
}
],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 2.6
},
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "gravel"},
{"block": "cyan_terracotta"}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"slopeCondition": {"minimumSlope": 3.95},
"palette": [
{"block": "stone"},
{"block": "stone"},
{"block": "cobblestone"}
]
},
{
"minHeight": 1,
"maxHeight": 1,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 4
},
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 3,
"maxHeight": 3,
"slopeCondition": {
"minimumSlope": 0,
"maximumSlope": 3
},
"palette": [{"block": "dirt"}]
}
],
"childStyle": {
"style": "STATIC",
"exponent": 0.625,
"zoom": 1,
"fracture": {
"style": "SIMPLEX",
"multiplier": 4,
"zoom": 0.9
}
},
"biomeStyle": {"style": "SIMPLEX"},
"biomeZoom": 0.4,
"slab": {
"style": {"style": "STATIC"},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "stone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "cobblestone_slab"
},
{
"weight": 2,
"block": "air"
}
]
},
"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"}]
}
],
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "gravel"},
{"block": "cyan_terracotta"}
]
}
}