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
Daniel Mills 9c49c23377 R3
2020-08-01 04:27:56 -04:00

54 lines
1.1 KiB
JSON

{
"name": "Swamp",
"biomeImplosionRatio": 0.26,
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"swamp-roofed",
"swamp-mountains",
"swamp-mushroom",
"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"
]
}
],
"spotBiomes":[
{
"biome": "swamp-crimson-mushroom",
"type": "LAND",
"scale": 0.78,
"rarity": 262,
"shuffle": 44
},
{
"biome": "swamp-warped-mushroom",
"type": "LAND",
"scale": 0.77,
"rarity": 261,
"shuffle": 44
}
]
}