9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/iris.overworld.temperate/regions/temperate.json
Daniel Mills 1c3e442e0a Loads of fix
2020-07-26 04:47:54 -04:00

35 lines
772 B
JSON

{
"name": "Temperate",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 2.2,
"shoreHeightMax": 4.2,
"shoreHeightZoom": 1.14,
"landBiomes": [
"temperate-plains",
"temperate-bamboo-forest",
"temperate-birch-forest",
"temperate-oak-sephora",
"temperate-highlands"
],
"seaBiomes": [
"temperate-ocean"
],
"shoreBiomes": [
"temperate-beach"
],
"deposits":[
{
"minHeight": 15,
"maxHeight": 57,
"minSize": 4,
"maxSize": 12,
"minPerChunk": 2,
"maxPerChunk": 3,
"varience": 4,
"palette": [
"IRON_ORE",
"COAL_ORE"
]
}
]
}