mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
and this change ruined oceans / islands, so thats not changed, it also borked the mesa children stacking so no to that too. but oh well
105 lines
2.4 KiB
JSON
105 lines
2.4 KiB
JSON
{
|
|
"name": "Tundra",
|
|
"landBiomes": [
|
|
"tundra/tun-taiga",
|
|
"tundra/tun-redwood-forest",
|
|
"tundra/tun-sequia-redwoods",
|
|
"tundra/tun-forest",
|
|
"tundra/tun-spruce-denmyre",
|
|
"tundra/tun-lake",
|
|
"tundra/tun-mountains",
|
|
"tundra/tun-mountains",
|
|
"tundra/tun-mountains-cliffs"
|
|
],
|
|
"shoreBiomes": ["tundra/tun-beach"],
|
|
"seaBiomes": ["ocean/oce-tun-river"],
|
|
"jigsawStructures": [
|
|
{
|
|
"structure": "murky_stronghold",
|
|
"rarity": 750
|
|
}
|
|
],
|
|
"caveBiomes": [
|
|
"cave/tundra-cavern",
|
|
"cave/spiked-cavern"
|
|
],
|
|
"riverBiomes": ["ocean/oce-tun-river"],
|
|
"biomeImplosionRatio": 0.25,
|
|
"deposits": [{
|
|
"minHeight": 15,
|
|
"maxPerChunk": 3,
|
|
"maxHeight": 60,
|
|
"minPerChunk": 2,
|
|
"minSize": 1,
|
|
"maxSize": 2,
|
|
"palette": [{"block": "emerald_ore"}],
|
|
"varience": 2
|
|
}],
|
|
"riverRarity": 1,
|
|
"landBiomeZoom": 1.85,
|
|
"riverStyle": {
|
|
"style": "VASCULAR",
|
|
"zoom": 4.77,
|
|
"fracture": {
|
|
"multiplier": 240,
|
|
"style": "IRIS",
|
|
"zoom": 5
|
|
}
|
|
},
|
|
"shoreHeightMin": 2.2,
|
|
"shoreHeightMax": 5.2,
|
|
"loot": {
|
|
"mode": "ADD",
|
|
"multiplier": 1,
|
|
"tables": [
|
|
"global-clutter",
|
|
"global-tools",
|
|
"cold-treasure",
|
|
"cold-food"
|
|
]
|
|
},
|
|
"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
|
|
}
|
|
}],
|
|
"shoreHeightZoom": 1.14,
|
|
"riverThickness": 0.025,
|
|
"rarity": 4
|
|
}
|