From 5705111e9fd7f97b41fbfe6b9a9ddf1a9d60650a Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Wed, 9 Sep 2020 05:12:17 -0400 Subject: [PATCH] Wicked --- biomes/mosaic-lith-black.json | 23 ++++++------ biomes/mosaic-lith-cyan.json | 34 +++++++++++------- biomes/mosaic-lith-green.json | 34 +++++++++++------- biomes/mosaic-lith-purple.json | 65 +++++++++++++++++++++------------- biomes/mosaic-lith-red.json | 35 +++++++++++------- biomes/mosaic-lith-white.json | 26 ++++++-------- generators/wicked.json | 22 ++++++++++++ 7 files changed, 150 insertions(+), 89 deletions(-) create mode 100644 generators/wicked.json diff --git a/biomes/mosaic-lith-black.json b/biomes/mosaic-lith-black.json index d32b411c..c753a959 100644 --- a/biomes/mosaic-lith-black.json +++ b/biomes/mosaic-lith-black.json @@ -24,32 +24,31 @@ ] }, { - "minHeight": 2, - "maxHeight": 4, + "minHeight": 12, + "maxHeight": 16, + "style": { + "style": "FLAT" + }, "palette": [ - "BLACKSTONE", - "COARSE_DIRT", - "DIRT" + "BLACKSTONE" ] }, { "minHeight": 6, "maxHeight": 18, "style": { - "style": "STATIC" + "style": "FLAT" }, "palette": [ - "STONE", - "ANDESITE", - "STONE" + "BLACKSTONE" ] } ], "generators": [ { - "generator": "plain", - "min": 22, - "max": 30 + "generator": "wicked", + "min": 12, + "max": 70 } ], "wall": { diff --git a/biomes/mosaic-lith-cyan.json b/biomes/mosaic-lith-cyan.json index 3b7c8a65..e0f1c516 100644 --- a/biomes/mosaic-lith-cyan.json +++ b/biomes/mosaic-lith-cyan.json @@ -24,27 +24,37 @@ ] }, { - "minHeight": 2, - "maxHeight": 4, + "minHeight": 12, + "maxHeight": 16, + "style": { + "style": "FLAT" + }, "palette": [ - "BLACKSTONE", - "COARSE_DIRT", - "DIRT" + "BLACKSTONE" ] }, { "minHeight": 6, "maxHeight": 18, "style": { - "style": "STATIC" + "style": "FLAT" }, "palette": [ - "STONE", - "ANDESITE", - "STONE" + "BLACKSTONE" ] } ], + "slab": { + "palette": [ + "WARPED_SLAB", + "AIR", + "AIR", + "AIR" + ], + "style": { + "style": "STATIC" + } + }, "decorators": [ { "palette": [ @@ -71,9 +81,9 @@ ], "generators": [ { - "generator": "plain", - "min": 22, - "max": 30 + "generator": "wicked", + "min": 3, + "max": 96 } ], "wall": { diff --git a/biomes/mosaic-lith-green.json b/biomes/mosaic-lith-green.json index 6382f50b..ab0af706 100644 --- a/biomes/mosaic-lith-green.json +++ b/biomes/mosaic-lith-green.json @@ -24,27 +24,37 @@ ] }, { - "minHeight": 2, - "maxHeight": 4, + "minHeight": 12, + "maxHeight": 16, + "style": { + "style": "FLAT" + }, "palette": [ - "BLACKSTONE", - "COARSE_DIRT", - "DIRT" + "BLACKSTONE" ] }, { "minHeight": 6, "maxHeight": 18, "style": { - "style": "STATIC" + "style": "FLAT" }, "palette": [ - "STONE", - "ANDESITE", - "STONE" + "BLACKSTONE" ] } ], + "slab": { + "palette": [ + "MOSSY_COBBLESTONE_SLAB", + "AIR", + "AIR", + "AIR" + ], + "style": { + "style": "STATIC" + } + }, "decorators": [ { "palette": [ @@ -69,9 +79,9 @@ ], "generators": [ { - "generator": "plain", - "min": 22, - "max": 30 + "generator": "plain-cliffs-thin", + "min": 42, + "max": 68 } ], "wall": { diff --git a/biomes/mosaic-lith-purple.json b/biomes/mosaic-lith-purple.json index 423048eb..dc53ad48 100644 --- a/biomes/mosaic-lith-purple.json +++ b/biomes/mosaic-lith-purple.json @@ -24,32 +24,59 @@ ] }, { - "minHeight": 2, - "maxHeight": 4, + "minHeight": 12, + "maxHeight": 16, + "style": { + "style": "FLAT" + }, "palette": [ - "BLACKSTONE", - "COARSE_DIRT", - "DIRT" + "BLACKSTONE" ] }, { "minHeight": 6, "maxHeight": 18, "style": { - "style": "STATIC" + "style": "FLAT" }, "palette": [ - "STONE", - "ANDESITE", - "STONE" + "BLACKSTONE" ] } ], + "slab": { + "palette": [ + "CRIMSON_SLAB", + "AIR", + "AIR", + "AIR" + ], + "style": { + "style": "STATIC" + } + }, + "decorators": [ + { + "palette": [ + "CRIMSON_FENCE" + ], + "stackMax": 4, + "stackMin": 1, + "chance": 0.0045 + }, + { + "palette": [ + "minecraft:bubble_coral[waterlogged=false]", + "minecraft:bubble_coral_fan[waterlogged=false]" + ], + "chance": 0.0175 + } + ], "generators": [ { - "generator": "plain", - "min": 22, - "max": 30 + "generator": "wicked", + "min": 42, + "max": 96 } ], "wall": { @@ -94,17 +121,5 @@ } } ], - "derivative": "SAVANNA", - "biomeStyle": { - "style": "IRIS" - }, - "biomeZoom": 20, - "biomeScatter": [ - "SAVANNA", - "DESERT" - ], - "biomeSkyScatter": [ - "DESERT", - "SAVANNA" - ] + "derivative": "BASALT_DELTAS" } \ No newline at end of file diff --git a/biomes/mosaic-lith-red.json b/biomes/mosaic-lith-red.json index 8b151065..82f37201 100644 --- a/biomes/mosaic-lith-red.json +++ b/biomes/mosaic-lith-red.json @@ -24,34 +24,45 @@ ] }, { - "minHeight": 2, - "maxHeight": 4, + "minHeight": 12, + "maxHeight": 16, + "style": { + "style": "FLAT" + }, "palette": [ - "BLACKSTONE", - "COARSE_DIRT", - "DIRT" + "BLACKSTONE" ] }, { "minHeight": 6, "maxHeight": 18, "style": { - "style": "STATIC" + "style": "FLAT" }, "palette": [ - "STONE", - "ANDESITE", - "STONE" + "BLACKSTONE" ] } ], "generators": [ { - "generator": "plain", - "min": 22, - "max": 30 + "generator": "plain-chaotic", + "min": 32, + "max": 60 } ], + "slab": { + "palette": [ + "RED_NETHER_BRICK_SLAB", + "AIR", + "AIR", + "AIR", + "AIR" + ], + "style": { + "style": "STATIC" + } + }, "decorators": [ { "palette": [ diff --git a/biomes/mosaic-lith-white.json b/biomes/mosaic-lith-white.json index d3c844ee..3ea07b6f 100644 --- a/biomes/mosaic-lith-white.json +++ b/biomes/mosaic-lith-white.json @@ -24,24 +24,23 @@ ] }, { - "minHeight": 2, - "maxHeight": 4, + "minHeight": 12, + "maxHeight": 16, + "style": { + "style": "FLAT" + }, "palette": [ - "BLACKSTONE", - "COARSE_DIRT", - "DIRT" + "BLACKSTONE" ] }, { "minHeight": 6, "maxHeight": 18, "style": { - "style": "STATIC" + "style": "FLAT" }, "palette": [ - "STONE", - "ANDESITE", - "STONE" + "BLACKSTONE" ] } ], @@ -60,11 +59,6 @@ "DIORITE_SLAB", "AIR", "AIR", - "AIR", - "AIR", - "AIR", - "AIR", - "AIR", "AIR" ], "style": { @@ -74,8 +68,8 @@ "generators": [ { "generator": "plain", - "min": 22, - "max": 30 + "min": 28, + "max": 41 } ], "wall": { diff --git a/generators/wicked.json b/generators/wicked.json new file mode 100644 index 00000000..da7a5d76 --- /dev/null +++ b/generators/wicked.json @@ -0,0 +1,22 @@ +{ + "composite": [ + { + "style": { + "style": "BIOCTAVE_FRACTAL_RM_SIMPLEX", + "zoom": 1.97, + "fracture": { + "style": "IRIS_THICK", + "multiplier": 22 + } + }, + "seed": 101556, + "bezier": true, + "exponent": 1.125 + } + ], + "interpolator": { + "function": "BILINEAR_STARCAST_9", + "horizontalScale": 33 + }, + "seed": 7246622 +} \ No newline at end of file