9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/regions/frozen.json
2021-06-08 13:47:20 -07:00

177 lines
4.5 KiB
JSON

{
"riverBiomes": [
"frozen-river"
],
"structures": [
{
"tileset": "soul-temple",
"height": 26,
"rarity": 3,
"ratio": 0.9,
"zoom": 1
}
],
"spotBiomes": [
{
"biome": "frozen-ocean",
"scale": 5,
"type": "SEA",
"shuffle": 328,
"rarity": 36
},
{
"biome": "frozen-vander",
"scale": 5,
"type": "LAND",
"shuffle": 328,
"rarity": 10
}
],
"landBiomes": [
"frozen-plains",
"frozen-pines",
"frozen-plains",
"frozen-mountain",
"frozen-redwood-forest",
"frozen-hills",
"frozen-pine-plains",
"frozen-spruce-plains"
],
"biomeImplosionRatio": 0.25,
"seaBiomes": [
"frozen-river"
],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"deposits": [
{
"minHeight": 8,
"maxPerChunk": 12,
"maxHeight": 57,
"minPerChunk": 7,
"minSize": 12,
"maxSize": 22,
"palette": [
{
"block": "blackstone"
}
],
"varience": 4
}
],
"riverRarity": 1,
"caveBiomes": [
"frozen-ice-cavern",
"temperate-cracked-cavern"
],
"landBiomeZoom": 1.25,
"shoreHeightMin": 2.2,
"shoreBiomes": [
"frozen-beach"
],
"name": "Frozen",
"shoreHeightMax": 4.2,
"loot": {
"tables": [
"frozen-food",
"snow-clutter",
"cold-treasure",
"frozen-clutter"
]
},
"objects": [
{
"name": "standard-surface-portals",
"chance": 0.001,
"place": [
"ruined_portal/giant_portal_1",
"ruined_portal/giant_portal_2",
"ruined_portal/giant_portal_3",
"ruined_portal/portal_1",
"ruined_portal/portal_2",
"ruined_portal/portal_3",
"ruined_portal/portal_4",
"ruined_portal/portal_5",
"ruined_portal/portal_6",
"ruined_portal/portal_7",
"ruined_portal/portal_8",
"ruined_portal/portal_9",
"ruined_portal/portal_10"
],
"edit": [
{
"find": [
{
"block": "gold_block"
}
],
"replace": {
"palette": [
{
"block": "air"
}
]
},
"chance": 0.1
},
{
"find": [
{
"block": "netherrack"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.07
},
{
"find": [
{
"block": "obsidian"
}
],
"replace": {
"palette": [
{
"block": "crying_obsidian"
}
]
},
"chance": 0.15
},
{
"find": [
{
"block": "lava"
}
],
"replace": {
"palette": [
{
"block": "magma_block"
}
]
},
"chance": 0.20
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
}
],
"shoreHeightZoom": 1.14,
"riverThickness": 0.006,
"rarity": 8
}