9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/regions/tropical-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

103 lines
2.3 KiB
JSON

{
"name": "Tropical mountain",
"landBiomes": [
"tropical/tropical-plains",
"tropical/tropical-mountain",
"temperate/temperate-wilds",
"tropical/tropical-plains",
"tropical/tropical-mountain-extreme",
"tropical/tropical-wilds",
"tropical/tropical-plains-hills"
],
"shoreBiomes": [
"tropical/tropical-beach"
],
"seaBiomes": [
"tropical/tropical-river-steep",
"tropical/tropical-river-soft"
],
"riverBiomes": [
"tropical/tropical-river-steep",
"tropical/tropical-river-soft"
],
"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,
"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
}
}
}
],
"deposits": [
{
"minHeight": 15,
"maxPerChunk": 2,
"maxHeight": 122,
"minPerChunk": 0,
"minSize": 4,
"maxSize": 12,
"palette": [
{
"block": "iron_ore"
},
{
"block": "coal_ore"
}
],
"varience": 4
}
],
"riverRarity": 1,
"caveBiomes": [
"temperate/temperate-old-cavern"
],
"landBiomeZoom": 2,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"shoreHeightMin": 2.2,
"shoreHeightMax": 1.2,
"shoreHeightZoom": 1.14,
"riverThickness": 0.025,
"rarity": 4
}