9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00
Files
Iris-Pack-Overworld/regions/frozen.json
2021-07-19 01:18:22 -07:00

212 lines
5.6 KiB
JSON

{
"name": "Frozen",
"color": "#51BFBD",
"landBiomes": [
"frozen/fzn-plains",
"frozen/fzn-pines",
"frozen/fzn-plains",
"frozen/fzn-mountain",
"frozen/fzn-redwood-forest",
"frozen/fzn-hills",
"frozen/fzn-pine-plains",
"frozen/fzn-spruce-plains"
],
"shoreBiomes": ["frozen/fzn-beach"],
"seaBiomes": ["ocean/oce-fzn-river"],
"caveBiomes": [
"cave/ice-cavern",
"cave/cracked-cavern"
],
"riverBiomes": ["ocean/oce-fzn-river"],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 750
}],
"spotBiomes": [{
"biome": "frozen/fzn-vander",
"scale": 25,
"type": "LAND",
"shuffle": 328,
"rarity": 3
}],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "IRIS",
"zoom": 5
}
},
"entityInitialSpawns": [
{
"entity": "chicken",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 25
},
{
"entity": "cow",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 25
},
{
"entity": "pig",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 25
},
{
"entity": "sheep",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 25
},
{
"entity": "polar-bear",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 20
}
],
"deposits": [
{
"minHeight": 8,
"maxPerChunk": 12,
"maxHeight": 57,
"minPerChunk": 7,
"minSize": 12,
"maxSize": 22,
"palette": [{"block": "blackstone"}],
"varience": 4
},
{
"minHeight": 1,
"maxPerChunk": 5,
"maxHeight": 175,
"minPerChunk": 3,
"minSize": 5,
"maxSize": 10,
"palette": [{"block": "coal_ore"}],
"varience": 9
},
{
"minHeight": 1,
"maxPerChunk": 5,
"maxHeight": 64,
"minPerChunk": 4,
"minSize": 4,
"maxSize": 9,
"palette": [{"block": "copper_ore"}],
"varience": 7
}
],
"biomeImplosionRatio": 0.25,
"riverRarity": 1,
"landBiomeZoom": 1.85,
"shoreHeightMin": 2.2,
"shoreHeightMax": 4.2,
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-tools",
"frozen-clutter",
"frozen-food",
"snow-clutter",
"cold-treasure"
]
},
"objects": [
{
"heightmap": {
"seed": 1337,
"style": {
"style": "SIMPLEX",
"multiplier": 10
},
"offsetY": 5
},
"chance": 0.05,
"bottom": true,
"density": 1,
"place": [
"structures/amethyst1",
"structures/amethyst2",
"structures/amethyst3",
"structures/amethyst4",
"structures/amethyst5",
"structures/amethyst6"
],
"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
}
},
{
"name": "standard-surface-portals",
"chance": 0.001,
"place": [
"clutter/swordnp2",
"clutter/swordnp1",
"structures/giantportal1",
"structures/giantportal2",
"structures/giantportal3",
"structures/portal1",
"structures/portal2",
"structures/portal3",
"structures/portal4",
"structures/portal5",
"structures/portal6",
"structures/portal7",
"structures/portal8",
"structures/portal9",
"structures/portal10"
],
"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.2
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
}
],
"shoreHeightZoom": 1.14,
"riverThickness": 0.006,
"rarity": 3
}