9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/overworld/regions/swamp.json
2020-08-07 15:36:36 -07:00

38 lines
752 B
JSON

{
"name": "Swamp",
"rarity": 2,
"biomeImplosionRatio": 0.26,
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"swamp-roofed",
"swamp-mountains",
"swamp-willow-forest"
],
"seaBiomes": [
"swamp-ocean"
],
"shoreBiomes": [
"swamp-beach"
],
"caveBiomes":[
"swamp-murky-cavern"
],
"deposits":[
{
"minHeight": 35,
"maxHeight": 67,
"minSize": 4,
"maxSize": 9,
"minPerChunk": 1,
"maxPerChunk": 3,
"varience": 4,
"palette": [
"COAL_ORE"
]
}
]
}