9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00
Files
Iris-Pack-EarthWorld/regions/mesa.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

97 lines
2.1 KiB
JSON

{
"name": "Mesa",
"landBiomes": [
"mesa/mesa-plateau",
"mesa/mesa-valleys",
"mesa/mesa-plateau-high",
"mesa/mesa-valleys",
"mesa/mesa",
"mesa/mesa-cliffs"
],
"shoreBiomes": [
"mesa/mesa-beach"
],
"seaBiomes": [
"mesa/mesa-river"
],
"caveBiomes": [
"temperate/temperate-old-cavern"
],
"riverBiomes": [
"mesa/mesa-river"
],
"structures": [
{
"tileset": "soul-temple",
"height": 26,
"rarity": 3,
"ratio": 0.9,
"zoom": 1
}
],
"spotBiomes": [
{
"biome": "hot/hot-ocean",
"scale": 5,
"type": "SEA",
"shuffle": 328,
"rarity": 36
}
],
"biomeImplosionRatio": 0.75,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"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": 8,
"maxPerChunk": 12,
"maxHeight": 57,
"minPerChunk": 7,
"minSize": 12,
"maxSize": 22,
"palette": [
{
"block": "blackstone"
}
],
"varience": 4
}
],
"riverRarity": 1,
"landBiomeZoom": 1.5,
"shoreHeightMin": 4,
"shoreHeightMax": 6,
"shoreHeightZoom": 1.14,
"riverThickness": 0.006,
"rarity": 30
}