9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/regions/temperate.json
2020-09-10 00:10:12 -04:00

79 lines
1.7 KiB
JSON

{
"riverBiomes": [
"temperate-river"
],
"structures": [
{
"tileset": "ruins",
"zoom": 1,
"rarity": 600
}
],
"spotBiomes": [
{
"as": "LAND",
"biome": "temperate-island",
"scale": 1.65,
"type": "SEA",
"rarity": 119
}
],
"landBiomes": [
"temperate-plains",
"temperate-birch-forest",
"temperate-oak-forest"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"temperate-ocean",
"temperate-ocean-deep"
],
"deposits": [
{
"minHeight": 15,
"maxPerChunk": 2,
"maxHeight": 122,
"minPerChunk": 0,
"minSize": 4,
"maxSize": 12,
"palette": [
{
"block": "iron_ore"
},
{
"block": "coal_ore"
}
],
"varience": 4
}
],
"riverRarity": 1,
"caveBiomes": [
"temperate-old-cavern",
"temperate-cracked-cavern"
],
"landBiomeZoom": 1.25,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"shoreHeightMin": 2.2,
"shoreBiomes": [
"temperate-beach"
],
"name": "Temperate",
"shoreHeightMax": 5.2,
"loot": {
"tables": [
"temperate-food",
"temperate-clutter"
]
},
"shoreHeightZoom": 1.14,
"riverThickness": 0.025
}