mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
119 lines
2.8 KiB
JSON
119 lines
2.8 KiB
JSON
{
|
|
"name": "Mountains",
|
|
"landBiomes": [
|
|
"mountain/mtn-mountain",
|
|
"mountain/mtn-hills",
|
|
"mountain/mtn-forest-hills",
|
|
"mountain/mtn-forest",
|
|
"mountain/mtn-plains",
|
|
"mountain/mtn-cliffs",
|
|
"mountain/mtn-mountain"
|
|
],
|
|
"shoreBiomes": ["mountain/mtn-beach"],
|
|
"seaBiomes": ["ocean/oce-mtn-river-soft"],
|
|
"caveBiomes": [
|
|
"cave/old-cavern",
|
|
"cave/cracked-cavern",
|
|
"cave/tundra-cavern"
|
|
],
|
|
"riverBiomes": ["ocean/oce-mtn-river"],
|
|
"jigsawStructures": [
|
|
{
|
|
"structure": "murky_stronghold",
|
|
"rarity": 750
|
|
},
|
|
{
|
|
"structure": "mineshaft",
|
|
"rarity": 750
|
|
}
|
|
],
|
|
"biomeImplosionRatio": 0.25,
|
|
"landBiomeZoom": 1.85,
|
|
"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
|
|
}
|
|
],
|
|
"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",
|
|
"cold-food",
|
|
"cold-treasure"
|
|
]
|
|
},
|
|
"shoreHeightMin": 2.2,
|
|
"shoreHeightMax": 1.2,
|
|
"shoreHeightZoom": 1.14,
|
|
"riverThickness": 0.5,
|
|
"rarity": 4
|
|
}
|