9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/regions/frozen.json
Brian Fopiano 4a7bc80fca Jigsaw changes
2021-08-21 18:51:42 -07:00

270 lines
7.4 KiB
JSON

{
"name": "Frozen",
"color": "#51BFBD",
"landBiomes": [
"frozen/plains",
"frozen/pines",
"frozen/plains",
"frozen/mountain",
"frozen/redwood-forest",
"frozen/hills",
"frozen/pine-plains",
"frozen/spruce-plains"
],
"shoreBiomes": ["frozen/shore/beach"],
"seaBiomes": ["frozen/sea/frozen-parent-river"],
"caveBiomes": [
"cave/ice-cavern",
"cave/cracked-cavern"
],
"riverBiomes": ["frozen/sea/frozen-parent-river"],
"jigsawStructures": [{
"structure": "murky_stronghold",
"rarity": 250
}],
"spotBiomes": [{
"biome": "frozen/vander",
"scale": 25,
"type": "LAND",
"shuffle": 328,
"rarity": 3
}],
"riverStyle": {
"style": "VASCULAR",
"zoom": 4.77,
"fracture": {
"multiplier": 240,
"style": "NOWHERE",
"zoom": 5
}
},
"deposits": [
{
"minHeight": 8,
"maxPerChunk": 12,
"maxHeight": 57,
"minPerChunk": 7,
"minSize": 12,
"maxSize": 22,
"palette": [{"block": "minecraft:blackstone"}],
"varience": 4
},
{
"minHeight": 1,
"maxPerChunk": 5,
"maxHeight": 175,
"minPerChunk": 3,
"minSize": 5,
"maxSize": 10,
"palette": [{"block": "minecraft:coal_ore"}],
"varience": 9
},
{
"minHeight": 1,
"maxPerChunk": 5,
"maxHeight": 64,
"minPerChunk": 4,
"minSize": 4,
"maxSize": 9,
"palette": [{"block": "minecraft:copper_ore"}],
"varience": 7
}
],
"biomeImplosionRatio": 0.25,
"riverRarity": 1,
"landBiomeZoom": 5,
"shoreHeightMin": 2.2,
"shoreHeightMax": 4.2,
"loot": {
"mode": "ADD",
"multiplier": 1,
"tables": [
"global-tools",
"frozen-clutter",
"frozen-food",
"snow-clutter",
"cold-treasure"
]
},
"blockDrops": [{
"blocks": [{"block": "minecraft:stone"}],
"drops": [{
"rarity": 1,
"maxAmount": 2,
"minAmount": 1,
"type": "spruce_sapling"
}]
}],
"entitySpawners": [
"frozen/land-passive",
"frozen/land-hostile",
"frozen/land-cave"
],
"objects": [
{
"chance": 0,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": 0
}
},
"trees": [{
"sizes": [{
"depth": 1,
"width": 1
}],
"treeTypes": ["TREE"]
}],
"place": [
"trees/oak/truegeneric1",
"trees/oak/truegeneric2",
"trees/oak/truegeneric3",
"trees/oak/truegeneric4",
"trees/oak/truegeneric5"
]
},
{
"chance": 0,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": 0
}
},
"trees": [{
"sizes": [{
"depth": 1,
"width": 1
}],
"treeTypes": ["REDWOOD"]
}],
"place": [
"trees/spruce/twirl1",
"trees/spruce/twirl2",
"trees/spruce/twirl3",
"trees/spruce/twirl4",
"trees/spruce/twirl5"
]
},
{
"chance": 0,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"max": 360,
"min": 0
}
},
"trees": [{
"sizes": [{
"depth": 2,
"width": 2
}],
"treeTypes": ["MEGA_REDWOOD"]
}],
"place": [
"trees/spruce/twirl6",
"trees/spruce/twirl7",
"trees/spruce/twirl8",
"trees/spruce/twirl9",
"trees/spruce/twirl10"
]
},
{
"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": "minecraft:glass"}],
"replace": {"palette": [{"block": "minecraft: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": [
"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": "minecraft:gold_block"}],
"replace": {"palette": [{"block": "minecraft:air"}]},
"chance": 0.1
},
{
"find": [{"block": "minecraft:netherrack"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.07
},
{
"find": [{"block": "minecraft:obsidian"}],
"replace": {"palette": [{"block": "minecraft:crying_obsidian"}]},
"chance": 0.15
},
{
"find": [{"block": "minecraft:lava"}],
"replace": {"palette": [{"block": "minecraft:magma_block"}]},
"chance": 0.2
}
],
"mode": "VACUUM",
"carvingSupport": "SURFACE_ONLY"
}
],
"shoreHeightZoom": 1.14,
"riverThickness": 0.006,
"rarity": 3
}