9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/regions/mountain.json
Brian Fopiano 5d9bdeb0f2 Addy the Ammy
2021-06-24 02:21:25 -07:00

145 lines
3.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"
],
"enabled": true,
"xAxis": {
"interval": 15,
"max": 360,
"min": 0
}
},
{
"chance": 0.05,
"bottom": true,
"density": 1,
"place": [
"amethyst/ame1",
"amethyst/ame2",
"amethyst/ame3",
"amethyst/ame4",
"amethyst/ame5",
"amethyst/ame6"
],
"edit": [
{
"find": [
{
"block": "glass"
}
],
"replace": {
"palette": [
{
"block": "void_air"
}
]
}
}
],
"enabled": true,
"xAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"yAxis": {
"interval": 90,
"max": 360,
"min": 0
},
"translate": {"yRandom": 10, "y": 5},
"bore": true
}
],
"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
}