mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
130 lines
3.0 KiB
JSON
130 lines
3.0 KiB
JSON
{
|
|
"name": "Mesa",
|
|
"landBiomes": [
|
|
"mesa/msa-plateau",
|
|
"mesa/msa-valleys",
|
|
"mesa/msa-plateau-high",
|
|
"mesa/msa-valleys",
|
|
"mesa/msa-mesa",
|
|
"mesa/msa-cliffs"
|
|
],
|
|
"shoreBiomes": ["mesa/msa-beach"],
|
|
"seaBiomes": ["ocean/oce-hot-river"],
|
|
"jigsawStructures": [{
|
|
"structure": "murky_stronghold",
|
|
"rarity": 750
|
|
}],
|
|
"caveBiomes": [
|
|
"cave/old-cavern",
|
|
"cave/sandy-cave",
|
|
"cave/sandy-red-cave"
|
|
],
|
|
"riverBiomes": ["ocean/oce-hot-river"],
|
|
"spotBiomes": [{
|
|
"biome": "ocean/oce-hot-ocean",
|
|
"scale": 5,
|
|
"type": "SEA",
|
|
"shuffle": 328,
|
|
"rarity": 36
|
|
}],
|
|
"biomeImplosionRatio": 0.75,
|
|
"riverStyle": {
|
|
"style": "VASCULAR",
|
|
"zoom": 4.77,
|
|
"fracture": {
|
|
"multiplier": 240,
|
|
"style": "IRIS",
|
|
"zoom": 5
|
|
}
|
|
},
|
|
"objects": [{
|
|
"heightmap": {
|
|
"seed": 1337,
|
|
"style": {
|
|
"style": "SIMPLEX",
|
|
"multiplier": 10
|
|
},
|
|
"offsetY": 5
|
|
},
|
|
"chance": 0.05,
|
|
"bottom": true,
|
|
"density": 1,
|
|
"place": [
|
|
"amethyst/ame1",
|
|
"amethyst/ame2",
|
|
"amethyst/ame3",
|
|
"amethyst/ame4",
|
|
"amethyst/ame5",
|
|
"amethyst/ame6"
|
|
],
|
|
"edit": [{
|
|
"find": [{"block": "glass"}],
|
|
"replace": {"palette": [{"block": "void_air"}]}
|
|
}],
|
|
"enabled": true,
|
|
"xAxis": {
|
|
"interval": 90,
|
|
"max": 360,
|
|
"min": 0
|
|
},
|
|
"yAxis": {
|
|
"interval": 90,
|
|
"max": 360,
|
|
"min": 0
|
|
},
|
|
"translate": {
|
|
"yRandom": 10,
|
|
"y": 2
|
|
}
|
|
}],
|
|
"deposits": [
|
|
{
|
|
"minHeight": 25,
|
|
"maxPerChunk": 9,
|
|
"maxHeight": 50,
|
|
"minPerChunk": 3,
|
|
"minSize": 3,
|
|
"maxSize": 4,
|
|
"palette": [{"block": "gold_ore"}],
|
|
"varience": 5
|
|
},
|
|
{
|
|
"minHeight": 15,
|
|
"maxPerChunk": 4,
|
|
"maxHeight": 35,
|
|
"minPerChunk": 2,
|
|
"minSize": 3,
|
|
"maxSize": 5,
|
|
"palette": [{"block": "lapis_ore"}],
|
|
"varience": 5
|
|
},
|
|
{
|
|
"minHeight": 8,
|
|
"maxPerChunk": 12,
|
|
"maxHeight": 57,
|
|
"minPerChunk": 7,
|
|
"minSize": 12,
|
|
"maxSize": 22,
|
|
"palette": [{"block": "blackstone"}],
|
|
"varience": 4
|
|
}
|
|
],
|
|
"loot": {
|
|
"mode": "ADD",
|
|
"multiplier": 1,
|
|
"tables": [
|
|
"global-clutter",
|
|
"global-tools",
|
|
"hot-treasure",
|
|
"hot-food"
|
|
]
|
|
},
|
|
"riverRarity": 1,
|
|
"landBiomeZoom": 1.5,
|
|
"shoreHeightMin": 4,
|
|
"shoreHeightMax": 6,
|
|
"shoreHeightZoom": 1.14,
|
|
"riverThickness": 0.006,
|
|
"rarity": 4
|
|
}
|