9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/regions/tropical-mountain.json

122 lines
2.9 KiB
JSON

{
"name": "Tropical mountain",
"landBiomes": [
"tropical/tro-plains",
"tropical/tro-mountain",
"tropical/tro-plains",
"tropical/tro-mountain-extreme",
"tropical/tro-wilds",
"tropical/tro-plains-hills"
],
"shoreBiomes": ["tropical/tro-beach"],
"seaBiomes": [
"ocean/oce-tro-river-steep",
"ocean/oce-tro-river-soft"
],
"riverBiomes": [
"ocean/oce-tro-river-steep",
"ocean/oce-tro-river-soft"
],
"biomeImplosionRatio": 0.25,
"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
}
}],
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-clutter",
"global-tools",
"global-treasure",
"tropical-treasure",
"tropical-food",
"forest-food"
]
},
"deposits": [
{
"minHeight": 15,
"maxPerChunk": 2,
"maxHeight": 122,
"minPerChunk": 0,
"minSize": 4,
"maxSize": 12,
"palette": [
{"block": "iron_ore"},
{"block": "coal_ore"}
],
"varience": 4
},
{
"minHeight": 15,
"maxPerChunk": 4,
"maxHeight": 122,
"minPerChunk": 2,
"minSize": 4,
"maxSize": 8,
"palette": [
{
"weight": 9,
"block": "emerald_ore"
},
{"block": "coal_ore"}
],
"varience": 4
}
],
"riverRarity": 1,
"caveBiomes": ["cave/old-cavern"],
"landBiomeZoom": 2,
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"shoreHeightMin": 2.2,
"shoreHeightMax": 1.2,
"shoreHeightZoom": 1.14,
"riverThickness": 0.025,
"rarity": 4
}