9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/regions/tundra.json
Brian Fopiano b6505a9c61 more removes
2021-06-08 19:28:22 -07:00

68 lines
1.4 KiB
JSON

{
"riverBiomes": [
"tundra-river"
],
"landBiomes": [
"tundra-taiga",
"tundra-redwoods-forest",
"tundra-sequia-redwoods",
"tundra-forest",
"tundra-spruce-denmyre",
"tundra-lake",
"tundra-mountains",
"tundra-mountains",
"tundra-mountains-cliffs",
"mountain-forest"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"tundra-river"
],
"deposits": [
{
"minHeight": 15,
"maxPerChunk": 3,
"maxHeight": 60,
"minPerChunk": 2,
"minSize": 1,
"maxSize": 2,
"palette": [
{
"block": "emerald_ore"
}
],
"varience": 2
}
],
"riverRarity": 1,
"caveBiomes": [
"tundra-cavern",
"tundra-spiked-cavern"
],
"landBiomeZoom": 1.25,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"shoreHeightMin": 2.2,
"shoreBiomes": [
"tundra-beach",
"tundra-beach-stone"
],
"name": "Tundra",
"shoreHeightMax": 5.2,
"loot": {
"tables": [
"cold-food",
"cold-treasure"
]
},
"shoreHeightZoom": 1.14,
"riverThickness": 0.025,
"rarity": 4
}