9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/overworld/regions/frozen.json
Daniel Mills 9c49c23377 R3
2020-08-01 04:27:56 -04:00

52 lines
1.1 KiB
JSON

{
"name": "Frozen",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 2.2,
"shoreHeightMax": 4.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"frozen-plains",
"frozen-mountains",
"frozen-mountains-cliffs"
],
"seaBiomes": [
"frozen-ocean"
],
"shoreBiomes": [
"frozen-beach"
],
"caveBiomes": [
"frozen-ice-cavern"
],
"spotBiomes": [
{
"biome": "frozen-ocean",
"type": "SEA",
"scale": 5,
"rarity": 36,
"shuffle": 328
},
{
"biome": "frozen-vander",
"type": "LAND",
"scale": 5,
"rarity": 10,
"shuffle": 328
}
],
"deposits":[
{
"minHeight": 8,
"maxHeight": 57,
"minSize": 12,
"maxSize": 22,
"minPerChunk": 7,
"maxPerChunk": 12,
"varience": 4,
"palette": [
"BLACKSTONE"
]
}
]
}