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/hot.json
Daniel Mills 1b101283a0 f
2020-08-04 00:58:48 -04:00

78 lines
1.7 KiB
JSON

{
"name": "Hot",
"biomeImplosionRatio": 0.25,
"shoreHeightMin": 3.2,
"shoreHeightMax": 6.2,
"shoreHeightZoom": 1.14,
"landBiomeZoom": 1.25,
"biomeShuffle": 12,
"landBiomes": [
"hot-mesa-green",
"hot-desert",
"hot-mesa",
"hot-dry-forest",
"hot-mesa-blue",
"hot-desert-red",
"hot-savanna",
"hot-mesa-red"
],
"seaBiomes": [
"hot-ocean"
],
"shoreBiomes": [
"hot-beach"
],
"caveBiomes": [
"hot-sandy-red-cave",
"hot-sandy-cave"
],
"spotBiomes": [
{
"biome": "hot-volcanic",
"type": "LAND",
"scale": 5,
"rarity": 215,
"shuffle": 328
}
],
"deposits":[
{
"minHeight": 25,
"maxHeight": 67,
"minSize": 3,
"maxSize": 5,
"minPerChunk": 1,
"maxPerChunk": 3,
"varience": 5,
"palette": [
"GOLD_ORE"
]
},
{
"minHeight": 15,
"maxHeight": 47,
"minSize": 3,
"maxSize": 5,
"minPerChunk": 1,
"maxPerChunk": 2,
"varience": 5,
"palette": [
"LAPIS_ORE"
]
},
{
"minHeight": 22,
"maxHeight": 81,
"minSize": 12,
"maxSize": 22,
"minPerChunk": 7,
"maxPerChunk": 12,
"varience": 4,
"palette": [
"minecraft:basalt[axis=x]",
"minecraft:basalt[axis=y]",
"minecraft:basalt[axis=z]"
]
}
]
}