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
RaydenKonig 12d81cde64 update overworld v2.2
a lot of changes
2021-05-08 18:03:42 -03:00

82 lines
1.7 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-plains",
"mountain-plains",
"mountain-plains",
"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
}