diff --git a/regions/frozen.json b/regions/frozen.json index 26870d08..5c8cac8e 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -1,63 +1,52 @@ { - "name": "Frozen", - "rarity": 3, - "biomeImplosionRatio": 0.25, - "shoreHeightMin": 2.2, - "shoreHeightMax": 4.2, - "shoreHeightZoom": 1.14, - "landBiomeZoom": 1.25, "riverBiomes": [ "frozen-river" ], - "riverRarity": 1, - "riverThickness": 0.006, - "structures": [ - { - "tileset": "soul-temple", - "rarity": 12, - "zoom": 2, - "height": 36 - }, - { - "tileset": "ruins", - "rarity": 600, - "zoom": 1 - } - ], - "effects": [ - { - "potionEffect": "SLOW_DIGGING", - "potionStrength": 0, - "interval": 1000, - "potionTicksMax": 310, - "potionTicksMin": 75, - "chance": 38 - } - ], - "loot": { - "tables": [ - "frozen-food", - "snow-clutter", - "cold-treasure", - "frozen-clutter" - ] - }, - "blockDrops": [ + "blockDrops": [ { + "drops": [ + { + "minAmount": 1, + "type": "ICE", + "maxAmount": 1, + "rarity": 7 + } + ], "blocks": [ { "block": "blue_stained_glass_pane" } ], - "replaceVanillaDrops": true, - "drops": [ - { - "type": "ICE", - "maxAmount": 1, - "minAmount": 1, - "rarity": 7 - } - ] + "replaceVanillaDrops": true + } + ], + "structures": [ + { + "tileset": "soul-temple", + "zoom": 2, + "rarity": 12, + "height": 36 + }, + { + "tileset": "ruins", + "zoom": 1, + "rarity": 600 + } + ], + "spotBiomes": [ + { + "biome": "frozen-ocean", + "scale": 5, + "type": "SEA", + "shuffle": 328, + "rarity": 36 + }, + { + "biome": "frozen-vander", + "scale": 5, + "type": "LAND", + "shuffle": 328, + "rarity": 10 } ], "landBiomes": [ @@ -67,44 +56,56 @@ "frozen-mountains-cliffs", "frozen-redwoods-forest" ], + "biomeImplosionRatio": 0.25, "seaBiomes": [ "frozen-ocean" ], - "shoreBiomes": [ - "frozen-beach" - ], - "caveBiomes": [ - "frozen-ice-cavern" - ], - "spotBiomes": [ - { - "biome": "frozen-ocean", - "type": "SEA", - "scale": 5, - "rarity": 36, - "shuffle": 328 - }, - { - "biome": "frozen-vander", - "type": "LAND", - "scale": 5, - "rarity": 10, - "shuffle": 328 - } - ], - "deposits": [ { "minHeight": 8, + "maxPerChunk": 12, "maxHeight": 57, + "minPerChunk": 7, "minSize": 12, "maxSize": 22, - "minPerChunk": 7, - "maxPerChunk": 12, - "varience": 4, "palette": [ - "BLACKSTONE" - ] + { + "block": "blackstone" + } + ], + "varience": 4 } - ] + ], + "riverRarity": 1, + "caveBiomes": [ + "frozen-ice-cavern" + ], + "landBiomeZoom": 1.25, + "effects": [ + { + "potionTicksMin": 75, + "potionEffect": "SLOW_DIGGING", + "chance": 38, + "potionStrength": 0, + "interval": 1000, + "potionTicksMax": 310 + } + ], + "shoreHeightMin": 2.2, + "shoreBiomes": [ + "frozen-beach" + ], + "name": "Frozen", + "shoreHeightMax": 4.2, + "loot": { + "tables": [ + "frozen-food", + "snow-clutter", + "cold-treasure", + "frozen-clutter" + ] + }, + "shoreHeightZoom": 1.14, + "riverThickness": 0.006, + "rarity": 3 } \ No newline at end of file diff --git a/regions/hot.json b/regions/hot.json index 3ac731cd..f8919776 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -1,20 +1,23 @@ { - "name": "Hot", - "biomeImplosionRatio": 0.25, - "shoreHeightMin": 3.2, - "shoreHeightMax": 6.2, - "shoreHeightZoom": 1.14, - "landBiomeZoom": 1.25, - "landBiomes": [ - "hot-mesa-yellow", - "hot-desert", - "hot-dry-forest", - "hot-desert-red", - "hot-savanna", - "hot-volcanic" - ], "blockDrops": [ { + "drops": [ + { + "minAmount": 1, + "type": "ACACIA_PLANKS", + "maxAmount": 3 + }, + { + "type": "STRIPPED_ACACIA_LOG", + "rarity": 12 + }, + { + "minAmount": 3, + "type": "STICK", + "maxAmount": 5, + "rarity": 7 + } + ], "blocks": [ { "block": "acacia_wood" @@ -29,111 +32,126 @@ "block": "stripped_acacia_log" } ], - "replaceVanillaDrops": true, - "drops": [ - { - "type": "ACACIA_PLANKS", - "maxAmount": 3, - "minAmount": 1 - }, - { - "type": "STRIPPED_ACACIA_LOG", - "rarity": 12 - }, - { - "type": "STICK", - "maxAmount": 5, - "minAmount": 3, - "rarity": 7 - } - ] + "replaceVanillaDrops": true } ], - "seaBiomes": [ - "hot-ocean" - ], "structures": [ { "tileset": "red-mineshaft", "zoom": 0.25, + "shuffle": 5, "ratio": 0.05, "height": 50, - "rarity": 15, - "shuffle": 5 - + "rarity": 15 } ], - "shoreBiomes": [ - "hot-beach" + "landBiomes": [ + "hot-mesa-yellow", + "hot-desert", + "hot-dry-forest", + "hot-desert-red", + "hot-savanna", + "hot-volcanic" + ], + "biomeImplosionRatio": 0.25, + "seaBiomes": [ + "hot-ocean" + ], + "deposits": [ + { + "minHeight": 25, + "maxPerChunk": 3, + "maxHeight": 67, + "minPerChunk": 1, + "minSize": 3, + "maxSize": 5, + "palette": [ + { + "block": "gold_ore" + } + ], + "varience": 5 + }, + { + "minHeight": 15, + "maxPerChunk": 2, + "maxHeight": 47, + "minPerChunk": 1, + "minSize": 3, + "maxSize": 5, + "palette": [ + { + "block": "lapis_ore" + } + ], + "varience": 5 + }, + { + "minHeight": 22, + "maxPerChunk": 12, + "maxHeight": 81, + "minPerChunk": 7, + "minSize": 12, + "maxSize": 22, + "palette": [ + { + "data": { + "axis": "x" + }, + "block": "basalt" + }, + { + "data": { + "axis": "y" + }, + "block": "basalt" + }, + { + "data": { + "axis": "z" + }, + "block": "basalt" + } + ], + "varience": 4 + } ], "caveBiomes": [ "hot-sandy-red-cave", "hot-sandy-cave" ], + "landBiomeZoom": 1.25, + "effects": [ + { + "potionTicksMin": 87, + "potionEffect": "CONFUSION", + "chance": 12, + "potionStrength": 0, + "interval": 3000, + "potionTicksMax": 67 + }, + { + "particleAltX": 0.001, + "particleAltY": 0.00885, + "particleAltZ": 0.001, + "chance": 2, + "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", + "particleOffset": 0, + "interval": 1350, + "particleCount": 0 + } + ], + "shoreHeightMin": 3.2, + "shoreBiomes": [ + "hot-beach" + ], + "name": "Hot", + "shoreHeightMax": 6.2, "loot": { "tables": [ "hot-food", "hot-treasure" ] }, - "effects": [ - { - "potionEffect": "CONFUSION", - "potionStrength": 0, - "interval": 3000, - "potionTicksMax": 67, - "potionTicksMin": 87, - "chance": 12 - }, - { - "interval": 1350, - "particleOffset": 0, - "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", - "particleCount": 0, - "particleAltX": 0.001, - "particleAltY": 0.00885, - "particleAltZ": 0.001, - "chance": 2 - } - ], - "deposits": [ - { - "minHeight": 25, - "maxHeight": 67, - "minSize": 3, - "maxSize": 5, - "minPerChunk": 1, - "maxPerChunk": 3, - "varience": 5, - "palette": [ - "GOLD_ORE" - ] - }, - { - "minHeight": 15, - "maxHeight": 47, - "minSize": 3, - "maxSize": 5, - "minPerChunk": 1, - "maxPerChunk": 2, - "varience": 5, - "palette": [ - "LAPIS_ORE" - ] - }, - { - "minHeight": 22, - "maxHeight": 81, - "minSize": 12, - "maxSize": 22, - "minPerChunk": 7, - "maxPerChunk": 12, - "varience": 4, - "palette": [ - "minecraft:basalt[axis=x]", - "minecraft:basalt[axis=y]", - "minecraft:basalt[axis=z]" - ] - } - ] + "shoreHeightZoom": 1.14 } \ No newline at end of file diff --git a/regions/mosaic.json b/regions/mosaic.json index 4ac72673..dfc3cb75 100644 --- a/regions/mosaic.json +++ b/regions/mosaic.json @@ -1,11 +1,11 @@ { - "name": "The Mosaics", - "biomeImplosionRatio": 0.25, - "shoreHeightMin": 3.2, - "rarity": 30, - "shoreHeightMax": 6.2, - "shoreHeightZoom": 1.14, - "landBiomeZoom": 1.25, + "structures": [ + { + "tileset": "ruins", + "zoom": 1, + "rarity": 600 + } + ], "landBiomes": [ "mosaic-lith-black", "mosaic-lith-green", @@ -14,78 +14,97 @@ "mosaic-lith-white", "mosaic-lith-cyan" ], + "biomeImplosionRatio": 0.25, "seaBiomes": [ "hot-ocean" ], - "shoreBiomes": [ - "hot-beach" + "deposits": [ + { + "minHeight": 25, + "maxPerChunk": 3, + "maxHeight": 67, + "minPerChunk": 1, + "minSize": 3, + "maxSize": 5, + "palette": [ + { + "block": "gold_ore" + } + ], + "varience": 5 + }, + { + "minHeight": 15, + "maxPerChunk": 2, + "maxHeight": 47, + "minPerChunk": 1, + "minSize": 3, + "maxSize": 5, + "palette": [ + { + "block": "lapis_ore" + } + ], + "varience": 5 + }, + { + "minHeight": 11, + "maxPerChunk": 15, + "maxHeight": 99, + "minPerChunk": 5, + "minSize": 14, + "maxSize": 21, + "palette": [ + { + "data": { + "axis": "x" + }, + "block": "basalt" + }, + { + "data": { + "axis": "y" + }, + "block": "basalt" + }, + { + "data": { + "axis": "z" + }, + "block": "basalt" + } + ], + "varience": 5 + } ], "caveBiomes": [ "hot-sandy-cave" ], + "landBiomeZoom": 1.25, + "effects": [ + { + "particleAltX": 0.001, + "particleAltY": 0.00885, + "particleAltZ": 0.001, + "chance": 2, + "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", + "particleOffset": 0, + "interval": 1350, + "particleCount": 0 + } + ], + "shoreHeightMin": 3.2, + "shoreBiomes": [ + "hot-beach" + ], + "name": "The Mosaics", + "shoreHeightMax": 6.2, "loot": { "tables": [ "hot-food", "hot-treasure" ] }, - "structures": [ - { - "tileset": "ruins", - "rarity": 600, - "zoom": 1 - } - ], - "effects": [ - { - "interval": 1350, - "particleOffset": 0, - "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", - "particleCount": 0, - "particleAltX": 0.001, - "particleAltY": 0.00885, - "particleAltZ": 0.001, - "chance": 2 - } - ], - "deposits": [ - { - "minHeight": 25, - "maxHeight": 67, - "minSize": 3, - "maxSize": 5, - "minPerChunk": 1, - "maxPerChunk": 3, - "varience": 5, - "palette": [ - "GOLD_ORE" - ] - }, - { - "minHeight": 15, - "maxHeight": 47, - "minSize": 3, - "maxSize": 5, - "minPerChunk": 1, - "maxPerChunk": 2, - "varience": 5, - "palette": [ - "LAPIS_ORE" - ] - }, - { - "minHeight": 11, - "maxHeight": 99, - "minSize": 14, - "maxSize": 21, - "minPerChunk": 5, - "maxPerChunk": 15, - "varience": 5, - "palette": [ - "minecraft:basalt[axis=x]", - "minecraft:basalt[axis=y]", - "minecraft:basalt[axis=z]" - ] - } - ] + "shoreHeightZoom": 1.14, + "rarity": 30 } \ No newline at end of file diff --git a/regions/mushroom.json b/regions/mushroom.json index 38351436..5dffc350 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -1,29 +1,16 @@ { - "name": "Mushroom", - "rarity": 14, - "biomeImplosionRatio": 0.25, - "shoreHeightMin": 3.2, - "shoreHeightMax": 6.2, - "shoreHeightZoom": 1.14, - "landBiomeZoom": 1.25, - "landBiomes": [ - "mushroom-forest", - "mushroom-plains" - ], - "seaBiomes": [ - "mushroom-ocean" - ], - "shoreBiomes": [ - "mushroom-beach" - ], - "loot": { - "tables": [ - "mushroom-food", - "mushroom-clutter" - ] - }, "blockDrops": [ { + "drops": [ + { + "type": "RED_MUSHROOM", + "rarity": 8 + }, + { + "type": "BROWN_MUSHROOM", + "rarity": 8 + } + ], "blocks": [ { "block": "mycelium" @@ -37,61 +24,72 @@ { "block": "brown_mushroom_block" } - ], - - "drops": [ - { - "type": "RED_MUSHROOM", - "rarity": 8 - }, - { - "type": "BROWN_MUSHROOM", - "rarity": 8 - } ] } ], "structures": [ { "tileset": "ruins", - "rarity": 600, - "zoom": 1 + "zoom": 1, + "rarity": 600 }, { "tileset": "mush-huts", "zoom": 1, "rarity": 150 - - } - ], - "effects": [ - { - "interval": 50, - "particleOffset": 2, - "particleEffect": "CRIMSON_SPORE", - "particleCount": 0, - "particleAltX": 0.00001, - "particleAltY": 0.01885, - "particleAltZ": 0.00001, - "particleAway": 1, - "particleDistance": 5, - "chance": 3 } ], "spotBiomes": [ { "biome": "mushroom-crimson-forest", - "type": "LAND", "scale": 0.78, - "rarity": 262, - "shuffle": 44 + "type": "LAND", + "shuffle": 44, + "rarity": 262 }, { "biome": "mushroom-warped-forest", - "type": "LAND", "scale": 0.77, - "rarity": 261, - "shuffle": 44 + "type": "LAND", + "shuffle": 44, + "rarity": 261 } - ] + ], + "landBiomes": [ + "mushroom-forest", + "mushroom-plains" + ], + "biomeImplosionRatio": 0.25, + "seaBiomes": [ + "mushroom-ocean" + ], + "landBiomeZoom": 1.25, + "effects": [ + { + "particleAltX": 0.00001, + "particleAway": 1, + "particleAltY": 0.01885, + "particleAltZ": 0.00001, + "chance": 3, + "particleEffect": "CRIMSON_SPORE", + "particleDistance": 5, + "particleOffset": 2, + "interval": 50, + "particleCount": 0 + } + ], + "shoreHeightMin": 3.2, + "shoreBiomes": [ + "mushroom-beach" + ], + "name": "Mushroom", + "shoreHeightMax": 6.2, + "loot": { + "tables": [ + "mushroom-food", + "mushroom-clutter" + ] + }, + "shoreHeightZoom": 1.14, + "rarity": 14 } \ No newline at end of file diff --git a/regions/swamp.json b/regions/swamp.json index cea70ee6..e935d396 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -1,34 +1,12 @@ { - "name": "Swamp", - "rarity": 2, - "biomeImplosionRatio": 0.26, - "shoreHeightMin": 1.2, - "shoreHeightMax": 2.2, - "shoreHeightZoom": 1.14, - "landBiomeZoom": 1.25, - "landBiomes": [ - "swamp-roofed", - "swamp-mountains", - "swamp-willow-forest", - "swamp-roofed-marsh" - ], - "seaBiomes": [ - "swamp-ocean" - ], - "shoreBiomes": [ - "swamp-beach" - ], - "caveBiomes": [ - "swamp-murky-cavern" - ], - "loot": { - "tables": [ - "swamp-food", - "swamp-clutter" - ] - }, "blockDrops": [ { + "drops": [ + { + "type": "SLIME_BALL", + "rarity": 24 + } + ], "blocks": [ { "block": "grass_block" @@ -42,26 +20,6 @@ { "block": "tall_grass" } - ], - "drops": [ - { - "type": "SLIME_BALL", - "rarity": 24 - } - ] - } - ], - "deposits": [ - { - "minHeight": 35, - "maxHeight": 67, - "minSize": 4, - "maxSize": 9, - "minPerChunk": 1, - "maxPerChunk": 3, - "varience": 4, - "palette": [ - "COAL_ORE" ] } ], @@ -69,15 +27,59 @@ { "tileset": "murky-stronghold", "zoom": 0.25, + "shuffle": 5, "ratio": 0.05, "height": 25, - "rarity": 15, - "shuffle": 5 + "rarity": 15 }, { "tileset": "ruins", - "rarity": 600, - "zoom": 1 + "zoom": 1, + "rarity": 600 } - ] + ], + "landBiomes": [ + "swamp-roofed", + "swamp-mountains", + "swamp-willow-forest", + "swamp-roofed-marsh" + ], + "biomeImplosionRatio": 0.26, + "seaBiomes": [ + "swamp-ocean" + ], + "deposits": [ + { + "minHeight": 35, + "maxPerChunk": 3, + "maxHeight": 67, + "minPerChunk": 1, + "minSize": 4, + "maxSize": 9, + "palette": [ + { + "block": "coal_ore" + } + ], + "varience": 4 + } + ], + "caveBiomes": [ + "swamp-murky-cavern" + ], + "landBiomeZoom": 1.25, + "shoreHeightMin": 1.2, + "shoreBiomes": [ + "swamp-beach" + ], + "name": "Swamp", + "shoreHeightMax": 2.2, + "loot": { + "tables": [ + "swamp-food", + "swamp-clutter" + ] + }, + "shoreHeightZoom": 1.14, + "rarity": 2 } \ No newline at end of file diff --git a/regions/temperate.json b/regions/temperate.json index 1f283d18..d99dfafe 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -1,75 +1,79 @@ { - "name": "Temperate", - "biomeImplosionRatio": 0.25, - "shoreHeightMin": 2.2, - "shoreHeightMax": 5.2, - "shoreHeightZoom": 1.14, - "landBiomeZoom": 1.25, + "riverBiomes": [ + "temperate-river" + ], + "structures": [ + { + "tileset": "ruins", + "zoom": 1, + "rarity": 600 + } + ], + "spotBiomes": [ + { + "as": "LAND", + "biome": "temperate-island", + "scale": 1.65, + "type": "SEA", + "rarity": 119 + } + ], "landBiomes": [ "temperate-plains", "temperate-birch-forest", "temperate-oak-forest" ], + "biomeImplosionRatio": 0.25, "seaBiomes": [ "temperate-ocean", "temperate-ocean-deep" ], + "deposits": [ + { + "minHeight": 15, + "maxPerChunk": 2, + "maxHeight": 122, + "minPerChunk": 0, + "minSize": 4, + "maxSize": 12, + "palette": [ + { + "block": "iron_ore" + }, + { + "block": "coal_ore" + } + ], + "varience": 4 + } + ], + "riverRarity": 1, "caveBiomes": [ "temperate-old-cavern", "temperate-cracked-cavern" ], - "riverBiomes": [ - "temperate-river" - ], - "riverRarity": 1, + "landBiomeZoom": 1.25, "riverStyle": { "style": "VASCULAR", "zoom": 4.77, "fracture": { + "multiplier": 240, "style": "IRIS", - "zoom": 5, - "multiplier": 240 + "zoom": 5 } }, - "spotBiomes": [ - { - "rarity": 119, - "biome": "temperate-island", - "type": "SEA", - "as": "LAND", - "scale": 1.65 - } - ], - "riverThickness": 0.025, + "shoreHeightMin": 2.2, "shoreBiomes": [ "temperate-beach" ], + "name": "Temperate", + "shoreHeightMax": 5.2, "loot": { "tables": [ "temperate-food", "temperate-clutter" ] }, - "structures": [ - { - "tileset": "ruins", - "rarity": 600, - "zoom": 1 - } - ], - "deposits": [ - { - "minHeight": 15, - "maxHeight": 122, - "minSize": 4, - "maxSize": 12, - "minPerChunk": 0, - "maxPerChunk": 2, - "varience": 4, - "palette": [ - "IRON_ORE", - "COAL_ORE" - ] - } - ] + "shoreHeightZoom": 1.14, + "riverThickness": 0.025 } \ No newline at end of file diff --git a/regions/tropical.json b/regions/tropical.json index 56d45a54..2ce721da 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -1,62 +1,64 @@ { - "name": "Tropical", - "biomeImplosionRatio": 0.25, - "shoreHeightMin": 3.2, - "shoreHeightMax": 9.2, - "shoreHeightZoom": 2.14, - "landBiomeZoom": 1.25, + "spotBiomes": [ + { + "as": "SEA", + "biome": "tropical-submerged-volcanic", + "scale": 10, + "type": "SEA", + "shuffle": 1, + "rarity": 286 + }, + { + "as": "LAND", + "biome": "tropical-rainforest-island", + "scale": 2.65, + "type": "SEA", + "rarity": 139 + } + ], "landBiomes": [ "tropical-rainforest", "tropical-bamboo-forest", "tropical-island-beach", "tropical-rainforest-wicked" ], + "biomeImplosionRatio": 0.25, "seaBiomes": [ "tropical-ocean" ], + "deposits": [ + { + "minHeight": 25, + "maxPerChunk": 1, + "maxHeight": 157, + "minPerChunk": 0, + "minSize": 1, + "maxSize": 2, + "palette": [ + { + "block": "emerald_ore" + } + ], + "varience": 2 + } + ], + "caveBiomes": [ + "tropical-cavern", + "tropical-cavern-coral", + "tropical-cavern-root" + ], + "landBiomeZoom": 1.25, + "shoreHeightMin": 3.2, "shoreBiomes": [ "tropical-beach" ], + "name": "Tropical", + "shoreHeightMax": 9.2, "loot": { "tables": [ "tropical-food", "tropical-treasure" ] }, - "caveBiomes": [ - "tropical-cavern", - "tropical-cavern-coral", - "tropical-cavern-root" - ], - "spotBiomes": [ - { - "biome": "tropical-submerged-volcanic", - "type": "SEA", - "as": "SEA", - "scale": 10, - "rarity": 286, - "shuffle": 1 - }, - { - "rarity": 139, - "biome": "tropical-rainforest-island", - "type": "SEA", - "as": "LAND", - "scale": 2.65 - } - ], - "deposits": [ - { - "minHeight": 25, - "maxHeight": 157, - "minSize": 1, - "maxSize": 2, - "minPerChunk": 0, - "maxPerChunk": 1, - "varience": 2, - "palette": [ - "EMERALD_ORE" - ] - } - ] + "shoreHeightZoom": 2.14 } \ No newline at end of file diff --git a/regions/tundra.json b/regions/tundra.json index 93d6b03a..6f6bae51 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -1,10 +1,14 @@ { - "name": "Tundra", - "biomeImplosionRatio": 0.25, - "shoreHeightMin": 2.2, - "shoreHeightMax": 5.2, - "shoreHeightZoom": 1.14, - "landBiomeZoom": 1.25, + "riverBiomes": [ + "tundra-river" + ], + "structures": [ + { + "tileset": "ruins", + "zoom": 1, + "rarity": 600 + } + ], "landBiomes": [ "tundra-taiga", "tundra-redwoods-forest", @@ -12,56 +16,54 @@ "tundra-mountains", "rocky-mountains" ], + "biomeImplosionRatio": 0.25, "seaBiomes": [ "tundra-ocean" ], - "shoreBiomes": [ - "tundra-beach", - "tundra-beach-stone" - ], - "riverBiomes": [ - "tundra-river" - ], - "structures": [ + "deposits": [ { - "tileset": "ruins", - "rarity": 600, - "zoom": 1 + "minHeight": 15, + "maxPerChunk": 3, + "maxHeight": 87, + "minPerChunk": 2, + "minSize": 1, + "maxSize": 2, + "palette": [ + { + "block": "emerald_ore" + } + ], + "varience": 2 } ], "riverRarity": 1, - "riverStyle": { - "style": "VASCULAR", - "zoom": 4.77, - "fracture": { - "style": "IRIS", - "zoom": 5, - "multiplier": 240 - } - }, - "riverThickness": 0.025, "caveBiomes": [ "tundra-cavern", "tundra-spiked-cavern" ], + "landBiomeZoom": 1.25, + "riverStyle": { + "style": "VASCULAR", + "zoom": 4.77, + "fracture": { + "multiplier": 240, + "style": "IRIS", + "zoom": 5 + } + }, + "shoreHeightMin": 2.2, + "shoreBiomes": [ + "tundra-beach", + "tundra-beach-stone" + ], + "name": "Tundra", + "shoreHeightMax": 5.2, "loot": { "tables": [ "cold-food", "cold-treasure" ] }, - "deposits": [ - { - "minHeight": 15, - "maxHeight": 87, - "minSize": 1, - "maxSize": 2, - "minPerChunk": 2, - "maxPerChunk": 3, - "varience": 2, - "palette": [ - "EMERALD_ORE" - ] - } - ] + "shoreHeightZoom": 1.14, + "riverThickness": 0.025 } \ No newline at end of file