From 8a0e4434abe305d4909a5062194aa9a1a29f6e43 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Thu, 20 Jan 2022 11:00:44 -0800 Subject: [PATCH] 1.18 Ore, and Cave Overhaul Added the LUSH cave system, and a bit more ore tweaks --- biomes/carving/lush.json | 79 ++++++ caves/calcite/main.json | 2 +- caves/deep/elongated.json | 4 +- caves/deep/main.json | 4 +- caves/drip/main.json | 2 +- caves/ice/main.json | 2 +- caves/jungle/main.json | 2 +- caves/lush/main.json | 56 ++++ caves/lush/small.json | 54 ++++ caves/lush/tubes.json | 64 +++++ caves/rocky/main.json | 2 +- caves/sandstone/main.json | 2 +- caves/simple/main.json | 2 +- caves/swamp/main.json | 4 +- caves/volcanic/main.json | 2 +- dimensions/overworld.json | 25 +- regions/frozen.json | 552 ++++++++++++++++++++------------------ regions/hot.json | 6 +- 18 files changed, 574 insertions(+), 290 deletions(-) create mode 100644 biomes/carving/lush.json create mode 100644 caves/lush/main.json create mode 100644 caves/lush/small.json create mode 100644 caves/lush/tubes.json diff --git a/biomes/carving/lush.json b/biomes/carving/lush.json new file mode 100644 index 00000000..991946ee --- /dev/null +++ b/biomes/carving/lush.json @@ -0,0 +1,79 @@ +{ + "name": "Lush Cavern", + "wall": { + "style": { "style": "IRIS" , "zoom": 0.5}, + "palette": [ + { + "block": "minecraft:deepslate" + }, + { "block": "minecraft:mossy_cobblestone" }, + { "block": "minecraft:moss_block" } + ] + }, + "layers": [ + { + "style": { "style": "IRIS" }, + "maxHeight": 1, + "minHeight": 1, + "palette": [ + { "block": "minecraft:moss_block", "weight": 2 }, + { "block": "minecraft:deepslate" }, + { "block": "minecraft:grass_block" } + ] + } + ], + "caveCeilingLayers": [ + { + "style": { "style": "IRIS" }, + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { "block": "minecraft:moss_block", "weight": 2 }, + { + "block": "minecraft:deepslate" + } + ] + } + ], + "decorators": [ + { + "chance": 0.01, + "absoluteMaxStack": 1, + "palette": [{ "block": "minecraft:big_dripleaf" }] + }, + { + "chance": 0.03, + "style": { + "style": "STATIC" + }, + "absoluteMaxStack": 1, + + "palette": [ + { "block": "minecraft:grass" }, + { "block": "minecraft:azalea_leaves" }, + { "block": "minecraft:azalea" }, + { "block": "minecraft:flowering_azalea" }, + { "block": "minecraft:flowering_azalea_leaves" } + ] + }, + { + "partOf": "CEILING", + "chance": 0.05, + "absoluteMaxStack": 30, + "scaleStack": true, + "stackMin": 4, + "stackMax": 25, + "palette": [ + { "block": "minecraft:cave_vines_plant", "data": { "berries": false } }, + { "block": "minecraft:cave_vines_plant", "data": { "berries": true } } + ] + }, + { + "partOf": "CEILING", + "chance": 0.03, + "stackMin": 1, + "stackMax": 1, + "palette": [{ "block": "minecraft:glow_lichen" }] + } + ] +} diff --git a/caves/calcite/main.json b/caves/calcite/main.json index 95807597..41d440a6 100644 --- a/caves/calcite/main.json +++ b/caves/calcite/main.json @@ -16,7 +16,7 @@ "rarity": 15, "baseWidth": { "min": 5, - "max": 17, + "max": 27, "style": {"style": "STATIC"} } }] diff --git a/caves/deep/elongated.json b/caves/deep/elongated.json index 8278589c..58b0bb1b 100644 --- a/caves/deep/elongated.json +++ b/caves/deep/elongated.json @@ -1,8 +1,8 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 50, - "min": 10 + "max": 185, + "min": 7 }, "customBiome": "carving/deepravine", "fork": { diff --git a/caves/deep/main.json b/caves/deep/main.json index 1fbbd1dc..9e9a1944 100644 --- a/caves/deep/main.json +++ b/caves/deep/main.json @@ -1,7 +1,7 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 50, + "max": 80, "min": 5 }, "customBiome": "carving/deepslate", @@ -27,7 +27,7 @@ "rarity": 90, "baseWidth": { "min": 5, - "max": 17, + "max": 27, "style": {"style": "STATIC"} } }] diff --git a/caves/drip/main.json b/caves/drip/main.json index 77607b1b..b2881896 100644 --- a/caves/drip/main.json +++ b/caves/drip/main.json @@ -17,7 +17,7 @@ "rarity": 15, "baseWidth": { "min": 5, - "max": 17, + "max": 27, "style": {"style": "STATIC"} } }] diff --git a/caves/ice/main.json b/caves/ice/main.json index 3a0bb933..b70bb0c6 100644 --- a/caves/ice/main.json +++ b/caves/ice/main.json @@ -17,7 +17,7 @@ "rarity": 15, "baseWidth": { "min": 5, - "max": 17, + "max": 27, "style": {"style": "STATIC"} } }] diff --git a/caves/jungle/main.json b/caves/jungle/main.json index 29a27af9..dbfdeb19 100644 --- a/caves/jungle/main.json +++ b/caves/jungle/main.json @@ -34,7 +34,7 @@ "rarity": 90, "baseWidth": { "min": 5, - "max": 17, + "max": 27, "style": {"style": "STATIC"} } }] diff --git a/caves/lush/main.json b/caves/lush/main.json new file mode 100644 index 00000000..e2493089 --- /dev/null +++ b/caves/lush/main.json @@ -0,0 +1,56 @@ +{ + "fill": {"block": "minecraft:cave_air"}, + "verticalRange": { + "max": 70, + "min": 17 + }, + "customBiome": "carving/lush", + "fork": { + "caves": [{ + "breakSurface": false, + "cave": "lush/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 28, + "style": {"style": "IRIS"} + } + }] + }, + "worm": { + "girth": { + "max": 12, + "min": 2, + "style": {"style": "IRIS"} + }, + "maxDistance": 100, + "yStyle": { + "min": -3, + "max": 1, + "generator": { + "zoom": 3, + "style": "PERLIN_IRIS" + } + }, + "xStyle": { + "min": -9, + "max": 9, + "generator": { + "zoom": 0.6, + "style": "IRIS" + } + }, + "zStyle": { + "min": -9, + "max": 9, + "generator": { + "zoom": 0.6, + "style": "IRIS" + } + } + } +} diff --git a/caves/lush/small.json b/caves/lush/small.json new file mode 100644 index 00000000..7033aa59 --- /dev/null +++ b/caves/lush/small.json @@ -0,0 +1,54 @@ +{ + "fill": {"block": "minecraft:cave_air"}, + "verticalRange": { + "max": 60, + "min": 17 + }, + "customBiome": "carving/lush", + "fork": {"elipsoids": [{ + "caves": [{ + "breakSurface": false, + "cave": "lush/small", + "rarity": 100 + }], + "fill": {"block": "minecraft:cave_air"}, + "rarity": 50, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, + "worm": { + "girth": { + "max": 4, + "min": 2, + "style": {"style": "SIMPLEX"} + }, + "maxDistance": 35, + "yStyle": { + "min": -7, + "max": 7, + "generator": { + "zoom": 1, + "style": "PERLIN" + } + }, + "xStyle": { + "min": -7, + "max": 7, + "generator": { + "zoom": 1, + "style": "PERLIN" + } + }, + "zStyle": { + "min": -7, + "max": 7, + "generator": { + "zoom": 1, + "style": "PERLIN" + } + } + } +} diff --git a/caves/lush/tubes.json b/caves/lush/tubes.json new file mode 100644 index 00000000..09378dac --- /dev/null +++ b/caves/lush/tubes.json @@ -0,0 +1,64 @@ +{ + "fill": {"block": "minecraft:cave_air"}, + "verticalRange": { + "max": 60, + "min": 17 + }, + "customBiome": "carving/lush", + "fork": { + "ravines": [{ + "breakSurface": false, + "rarity": 110, + "ravine": "deep/main" + }], + "caves": [ + { + "breakSurface": false, + "cave": "drip/main", + "rarity": 120 + }, + { + "breakSurface": false, + "cave": "amethyst/small", + "rarity": 125 + }, + { + "breakSurface": false, + "cave": "volcanic/small", + "rarity": 140 + } + ] + }, + "worm": { + "girth": { + "max": 7, + "min": 2, + "style": {"style": "STATIC"} + }, + "maxDistance": 122, + "yStyle": { + "min": -3, + "max": 2, + "generator": { + "zoom": 3, + "style": "PERLIN" + } + }, + "xStyle": { + "min": -12, + "max": 12, + "generator": { + "zoom": 2, + "style": "IRIS_DOUBLE" + } + }, + "zStyle": { + "min": -12, + "max": 12, + "generator": { + "zoom": 2, + "style": "IRIS_DOUBLE" + } + } + } +} diff --git a/caves/rocky/main.json b/caves/rocky/main.json index f6f4ad88..7b9e9dfe 100644 --- a/caves/rocky/main.json +++ b/caves/rocky/main.json @@ -16,7 +16,7 @@ "rarity": 15, "baseWidth": { "min": 5, - "max": 17, + "max": 27, "style": {"style": "STATIC"} } }] diff --git a/caves/sandstone/main.json b/caves/sandstone/main.json index bd34d4ba..46f6414b 100644 --- a/caves/sandstone/main.json +++ b/caves/sandstone/main.json @@ -16,7 +16,7 @@ "rarity": 15, "baseWidth": { "min": 5, - "max": 17, + "max": 27, "style": {"style": "STATIC"} } }] diff --git a/caves/simple/main.json b/caves/simple/main.json index 07500165..8e77ee69 100644 --- a/caves/simple/main.json +++ b/caves/simple/main.json @@ -15,7 +15,7 @@ "rarity": 15, "baseWidth": { "min": 5, - "max": 17, + "max": 27, "style": {"style": "STATIC"} } }] diff --git a/caves/swamp/main.json b/caves/swamp/main.json index 4149a087..9685cd52 100644 --- a/caves/swamp/main.json +++ b/caves/swamp/main.json @@ -1,7 +1,7 @@ { "fill": {"block": "minecraft:cave_air"}, "verticalRange": { - "max": 80, + "max": 90, "min": 5 }, "customBiome": "carving/swamp", @@ -34,7 +34,7 @@ "rarity": 90, "baseWidth": { "min": 5, - "max": 17, + "max": 27, "style": {"style": "STATIC"} } }] diff --git a/caves/volcanic/main.json b/caves/volcanic/main.json index bab20a26..4f3cfc53 100644 --- a/caves/volcanic/main.json +++ b/caves/volcanic/main.json @@ -16,7 +16,7 @@ "rarity": 15, "baseWidth": { "min": 5, - "max": 17, + "max": 27, "style": {"style": "STATIC"} } }] diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 69e6fac1..7128ca34 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -9,7 +9,6 @@ "zoom": 5 }, "landChance": 0.69, - "biomeZoom": 6.9, "regionStyle": { "style": "NOWHERE_CELLULAR", "fracture": { @@ -42,17 +41,29 @@ "cave": "deep/main", "rarity": 30, "caveStartHeight": { - "max": 80, + "max": 90, "min": 12, "style": { "style": "STATIC" } } }, + { + "cave": "lush/main", + "rarity": 50, + "breakSurface": false, + "caveStartHeight": { + "max": 60, + "min": 7, + "style": { + "style": "STATIC" + } + } + }, { "breakSurface": false, "cave": "deep/elongated", "rarity": 27, "caveStartHeight": { - "max": 80, + "max": 90, "min": 12, "style": { "style": "STATIC" } } @@ -196,7 +207,7 @@ }, { "minHeight": 1, - "maxPerChunk": 5, + "maxPerChunk": 7, "maxHeight": 67, "minPerChunk": 3, "minSize": 3, @@ -216,7 +227,7 @@ }, { "minHeight": 1, - "maxPerChunk": 16, + "maxPerChunk": 18, "maxHeight": 120, "minPerChunk": 16, "minSize": 4, @@ -226,7 +237,7 @@ }, { "minHeight": 1, - "maxPerChunk": 15, + "maxPerChunk": 18, "maxHeight": 64, "minPerChunk": 9, "minSize": 4, @@ -236,7 +247,7 @@ }, { "minHeight": 1, - "maxPerChunk": 15, + "maxPerChunk": 18, "maxHeight": 175, "minPerChunk": 20, "minSize": 6, diff --git a/regions/frozen.json b/regions/frozen.json index 09056563..95b947e8 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -1,277 +1,297 @@ { - "name": "Frozen", - "color": "#44C3D1", - "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-river-ice", - "frozen/sea/ocean" - ], - "riverBiomes": [ - "frozen/sea/frozen-river-ice", - "frozen/sea/ocean" - ], - "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 - } + "name": "Frozen", + "color": "#44C3D1", + "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-river-ice", "frozen/sea/ocean"], + "riverBiomes": ["frozen/sea/frozen-river-ice", "frozen/sea/ocean"], + "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": 2, + "maxHeight": 20, + "minPerChunk": 1, + "minSize": 2, + "maxSize": 4, + "palette": [{ "block": "minecraft:diamond_ore" }], + "varience": 4 }, - "deposits": [ + { + "minHeight": 1, + "maxPerChunk": 2, + "maxHeight": 64, + "minPerChunk": 1, + "minSize": 3, + "maxSize": 8, + "palette": [{ "block": "minecraft:copper_ore" }], + "varience": 8 + } + ], + "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": [ { - "minHeight": 8, - "maxPerChunk": 2, - "maxHeight": 20, - "minPerChunk": 1, - "minSize": 2, - "maxSize": 4, - "palette": [{"block": "minecraft:diamond_ore"}], - "varience": 4 - }, - { - "minHeight": 1, - "maxPerChunk": 2, - "maxHeight": 64, - "minPerChunk": 1, - "minSize": 3, - "maxSize": 8, - "palette": [{"block": "minecraft:copper_ore"}], - "varience": 8 + "rarity": 1, + "maxAmount": 2, + "minAmount": 1, + "type": "spruce_sapling" } - ], - "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": [ + ] + } + ], + "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": [ { - "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 + "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 }, { - "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": "FAST_MIN_HEIGHT", - "carvingSupport": "SURFACE_ONLY" + "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": "FAST_MIN_HEIGHT", + "carvingSupport": "SURFACE_ONLY" + } + ], + "carving": { + "ravines": [ + { + "rarity": 150, + "ravine": "ice/main" + } ], - "carving": { - "ravines": [{ - "rarity": 150, - "ravine": "ice/main" - }], - "caves": [{ - "breakSurface": true, - "cave": "ice/main", - "rarity": 22, - "caveStartHeight": { - "max": 200, - "min": 15, - "style": {"style": "VASCULAR"} - } - }] - }, - "shoreHeightZoom": 1.14, - "riverThickness": 0.006, - "rarity": 1 + "caves": [ + { + "breakSurface": true, + "cave": "ice/main", + "rarity": 22, + "caveStartHeight": { + "max": 200, + "min": 15, + "style": { "style": "VASCULAR" } + } + } + ] + }, + "shoreHeightZoom": 1.14, + "riverThickness": 0.006, + "rarity": 1 } diff --git a/regions/hot.json b/regions/hot.json index eb004151..b2741ae0 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -46,9 +46,9 @@ "biomeImplosionRatio": 0.25, "deposits": [ { - "minHeight": 25, - "maxPerChunk": 3, - "maxHeight": 50, + "minHeight": 2, + "maxPerChunk": 10, + "maxHeight": 70, "minPerChunk": 1, "minSize": 3, "maxSize": 8,