9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/regions/mountain.json
Brian Fopiano 64dfad6f13 Added the deepslate to the regions
I did not make it jigsaw for the sheer amount of deep-slate i needed to add
2021-06-23 19:57:32 -07:00

107 lines
2.4 KiB
JSON

{
"name": "Mountains",
"landBiomes": [
"mountain/mountain",
"mountain/mountain-hills",
"mountain/mountain-forest-hills",
"mountain/mountain-forest",
"mountain/mountain-plains",
"mountain/mountain-cliffs",
"mountain/mountain"
],
"shoreBiomes": [
"mountain/mountain-beach"
],
"seaBiomes": [
"mountain/mountain-river-soft"
],
"caveBiomes": [
"temperate/temperate-old-cavern",
"temperate/temperate-cracked-cavern",
"tundra/tundra-cavern"
],
"riverBiomes": [
"mountain/mountain-river"
],
"structures": [
{
"tileset": "murky-stronghold",
"height": 26,
"rarity": 10,
"ratio": 0.9,
"zoom": 0.5
},
{
"tileset": "ruins",
"rarity": 25,
"shuffle": 22,
"ratio": 0.9,
"zoom": 0.5
}
],
"biomeImplosionRatio": 0.25,
"deposits": [
{
"minHeight": 15,
"maxPerChunk": 2,
"maxHeight": 122,
"minPerChunk": 0,
"minSize": 4,
"maxSize": 12,
"palette": [
{
"block": "iron_ore"
},
{
"block": "coal_ore"
}
],
"varience": 4
}
],
"objects": [
{
"chance": 1,
"bottom": true,
"place": [
"deepslate/ds1",
"deepslate/ds2",
"deepslate/ds3"
],
"clamp": {
"maximumHeight": 7
},
"rotation": {
"enabled": true,
"xAxis": {
"interval": 15,
"max": 360,
"min": 0
}
}
}
],
"riverRarity": 200,
"landBiomeZoom": 1.9,
"lakes": false,
"lakeBiomeZoom": 4,
"lakeStyle": {
"style": "SIMPLEX"
},
"lakeRarity": 60,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4,
"fracture": {
"multiplier": 100,
"style": "IRIS",
"zoom": 1
}
},
"shoreHeightMin": 2.2,
"shoreHeightMax": 1.2,
"shoreHeightZoom": 1.14,
"riverThickness": 0.5,
"rarity": 4
}