9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/regions/temperate.json
Brian Fopiano 963c702246 last tweaks
2020-10-19 23:02:40 -07:00

88 lines
1.9 KiB
JSON

{
"riverBiomes": [
"temperate-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
}
],
"spotBiomes": [
{
"as": "LAND",
"biome": "temperate-island",
"scale": 1.65,
"type": "SEA",
"rarity": 119
}
],
"landBiomes": [
"temperate-plains",
"temperate-birch-forest",
"temperate-oak-forest"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"temperate-ocean",
"temperate-ocean-deep"
],
"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-old-cavern",
"temperate-cracked-cavern"
],
"landBiomeZoom": 1.25,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"shoreHeightMin": 2.2,
"shoreBiomes": [
"temperate-beach"
],
"name": "Temperate",
"shoreHeightMax": 5.2,
"loot": {
"tables": [
"temperate-food",
"temperate-clutter"
]
},
"shoreHeightZoom": 1.14,
"riverThickness": 0.025
}