9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/overworld/regions/temperate.json
Daniel Mills 9b1cd2bb73 More loot
2020-08-21 12:42:31 -04:00

41 lines
878 B
JSON

{
"name": "Temperate",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 2.2,
"shoreHeightMax": 5.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"landBiomes": [
"temperate-plains",
"temperate-birch-forest",
"temperate-oak-forest"
],
"seaBiomes": [
"temperate-ocean",
"temperate-ocean-deep"
],
"shoreBiomes": [
"temperate-beach"
],
"loot": {
"tables": [
"temperate-food",
"temperate-clutter"
]
},
"deposits":[
{
"minHeight": 15,
"maxHeight": 122,
"minSize": 4,
"maxSize": 12,
"minPerChunk": 0,
"maxPerChunk": 2,
"varience": 4,
"palette": [
"IRON_ORE",
"COAL_ORE"
]
}
]
}