9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/regions/mountain.json
2021-06-08 18:40:27 -07:00

84 lines
1.8 KiB
JSON

{
"riverBiomes": [
"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
}
],
"landBiomes": [
"mountain",
"mountain-hills",
"mountain-forest-hills",
"mountain-forest",
"mountain-plains",
"mountain-cliffs",
"mountain"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"mountain-river-soft"
],
"deposits": [
{
"minHeight": 15,
"maxPerChunk": 2,
"maxHeight": 122,
"minPerChunk": 0,
"minSize": 4,
"maxSize": 12,
"palette": [
{
"block": "iron_ore"
},
{
"block": "coal_ore"
}
],
"varience": 4
}
],
"riverRarity": 200,
"caveBiomes": [
"temperate-old-cavern",
"temperate-cracked-cavern",
"tundra-cavern"
],
"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,
"shoreBiomes": [
"mountain-beach"
],
"name": "Mountains",
"shoreHeightMax": 1.2,
"shoreHeightZoom": 1.14,
"riverThickness": 0.5,
"rarity": 4
}