diff --git a/biomes/frozen-beach.json b/biomes/frozen-beach.json index 99cea5c2..13165c4b 100644 --- a/biomes/frozen-beach.json +++ b/biomes/frozen-beach.json @@ -32,14 +32,18 @@ { "minHeight": 1, "maxHeight": 7, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "ICE" ] } ], "slab": { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:snow[layers=5]" ] @@ -113,7 +117,7 @@ } } ], - "generators":[ + "generators": [ { "generator": "plain", "min": -1, diff --git a/biomes/frozen-ice-cavern.json b/biomes/frozen-ice-cavern.json index 44e32840..87185d05 100644 --- a/biomes/frozen-ice-cavern.json +++ b/biomes/frozen-ice-cavern.json @@ -2,7 +2,9 @@ "name": "Frozen Cavern", "layers": [ { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "minHeight": 1, "maxHeight": 2, "palette": [ @@ -17,7 +19,9 @@ ] }, { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "minHeight": 1, "maxHeight": 1, "palette": [ @@ -27,14 +31,16 @@ { "minHeight": 2, "maxHeight": 3, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "BLACKSTONE" ] } ], "slab": { - "style":{ + "style": { "style": "IRIS" }, "zoom": 0.5, @@ -45,20 +51,24 @@ ] }, "decorators": [ - { - "chance": 0.0001, - "palette": [ - "BARREL" - ] - }, + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, { "zoom": 0.3, "chance": 0.02, "palette": [ "COBWEB" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } }, { "zoom": 0.3, @@ -66,25 +76,33 @@ "palette": [ "CORNFLOWER" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.001, "palette": [ "PRISMARINE_WALL" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], "loot": { "tables": [ "cave-clutter" ] }, - "generators":[ + "generators": [ { "generator": "plain", "min": 4, diff --git a/biomes/frozen-mountains-cliffs.json b/biomes/frozen-mountains-cliffs.json index 8fd100e5..1c5c1182 100644 --- a/biomes/frozen-mountains-cliffs.json +++ b/biomes/frozen-mountains-cliffs.json @@ -18,7 +18,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -26,9 +28,10 @@ ] } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "PACKED_ICE" ] @@ -88,7 +91,6 @@ "ice-spikes/tp-2", "ice-spikes/tp-3", "ice-spikes/tp-4" - ], "translate": { "x": 0, @@ -136,7 +138,7 @@ "z": 0 } }, - { + { "chance": 0.01, "density": 3, "rotation": { @@ -187,7 +189,7 @@ } } ], - "generators":[ + "generators": [ { "generator": "plain-cliffs", "min": 14, @@ -196,7 +198,9 @@ ], "childShrinkFactor": 20, "derivative": "SNOWY_TAIGA_MOUNTAINS", - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": { + "style": "IRIS" + }, "biomeZoom": 30, "biomeScatter": [ "SNOWY_TAIGA_MOUNTAINS", diff --git a/biomes/frozen-mountains.json b/biomes/frozen-mountains.json index fa02fdb4..acdb06e8 100644 --- a/biomes/frozen-mountains.json +++ b/biomes/frozen-mountains.json @@ -18,7 +18,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -26,9 +28,10 @@ ] } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -90,7 +93,6 @@ "ice-spikes/tp-2", "ice-spikes/tp-3", "ice-spikes/tp-4" - ], "translate": { "x": 0, @@ -165,7 +167,7 @@ } } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 3, @@ -179,7 +181,9 @@ ], "childShrinkFactor": 20, "derivative": "SNOWY_TAIGA_MOUNTAINS", - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": { + "style": "IRIS" + }, "biomeZoom": 30, "biomeScatter": [ "SNOWY_TAIGA_MOUNTAINS", diff --git a/biomes/frozen-ocean.json b/biomes/frozen-ocean.json index 40d38b7e..a9f5eba1 100644 --- a/biomes/frozen-ocean.json +++ b/biomes/frozen-ocean.json @@ -11,7 +11,9 @@ { "minHeight": 2, "maxHeight": 3, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "SAND", "CLAY", @@ -88,7 +90,6 @@ "ice-spikes/tp-2", "ice-spikes/tp-3", "ice-spikes/tp-4" - ], "translate": { "x": 0, @@ -124,7 +125,7 @@ } } ], - "generators":[ + "generators": [ { "generator": "plain", "min": -12, diff --git a/biomes/frozen-peak.json b/biomes/frozen-peak.json index 77c14877..64df50df 100644 --- a/biomes/frozen-peak.json +++ b/biomes/frozen-peak.json @@ -57,7 +57,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -65,7 +67,7 @@ ] } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 14, @@ -106,7 +108,6 @@ "ice-spikes/tp-2", "ice-spikes/tp-3", "ice-spikes/tp-4" - ], "translate": { "x": 0, @@ -142,7 +143,9 @@ } ], "derivative": "SNOWY_TAIGA_MOUNTAINS", - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": { + "style": "IRIS" + }, "biomeZoom": 30, "biomeScatter": [ "SNOWY_TAIGA_MOUNTAINS", diff --git a/biomes/frozen-plains-hills.json b/biomes/frozen-plains-hills.json index a4dcafa4..c1ecadce 100644 --- a/biomes/frozen-plains-hills.json +++ b/biomes/frozen-plains-hills.json @@ -18,7 +18,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -26,9 +28,10 @@ ] } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -70,7 +73,6 @@ "ice-spikes/tp-2", "ice-spikes/tp-3", "ice-spikes/tp-4" - ], "translate": { "x": 0, @@ -120,7 +122,7 @@ } } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 5, diff --git a/biomes/frozen-plains.json b/biomes/frozen-plains.json index 08aba2ff..bd3a9aa9 100644 --- a/biomes/frozen-plains.json +++ b/biomes/frozen-plains.json @@ -18,7 +18,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -113,7 +115,6 @@ "wonderland/twirlSpruce-8", "wonderland/twirlSpruce-9", "wonderland/twirlSpruce-10" - ], "translate": { "x": 0, @@ -210,9 +211,10 @@ } } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -222,7 +224,7 @@ "children": [ "frozen-plains-hills" ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, diff --git a/biomes/frozen-vander.json b/biomes/frozen-vander.json index 24486b86..058eada4 100644 --- a/biomes/frozen-vander.json +++ b/biomes/frozen-vander.json @@ -4,9 +4,11 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "IRIS","zoom": 0.7}, + "style": { + "style": "IRIS", + "zoom": 0.7 + }, "zoom": 0.6, - "palette": [ "minecraft:snow[layers=1]", "minecraft:snow[layers=2]", @@ -34,7 +36,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -42,9 +46,10 @@ ] } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -96,7 +101,6 @@ "wonderland/wonder-8", "wonderland/wonder-9", "wonderland/wonder-10" - ], "translate": { "x": 0, @@ -126,7 +130,6 @@ "wonderland/froShroom-7", "wonderland/froShroom-8", "wonderland/froShroom-9" - ], "translate": { "x": 0, @@ -160,8 +163,6 @@ "frosted-sproak/med-11", "frosted-sproak/med-12", "frosted-sproak/med-13" - - ], "translate": { "x": 0, @@ -196,7 +197,7 @@ } } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 3, @@ -210,7 +211,9 @@ ], "childShrinkFactor": 20, "derivative": "SNOWY_TAIGA_MOUNTAINS", - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": { + "style": "IRIS" + }, "biomeZoom": 50, "biomeScatter": [ "SNOWY_TAIGA_MOUNTAINS", diff --git a/biomes/hot-acacia-denmyre.json b/biomes/hot-acacia-denmyre.json index 65f2bc1c..71063c89 100644 --- a/biomes/hot-acacia-denmyre.json +++ b/biomes/hot-acacia-denmyre.json @@ -1,35 +1,35 @@ { "name": "Acacia Denmyre", "rarity": 2, - "layers": [ - { - "style": { - "style": "STATIC" - }, - "zoom": 0.01, - "palette": [ - "GRAVEL", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK" - ] - }, + "layers": [ + { + "style": { + "style": "STATIC" + }, + "zoom": 0.01, + "palette": [ + "GRAVEL", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK" + ] + }, { "palette": [ "DIRT" @@ -45,7 +45,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -57,13 +59,27 @@ { "zoom": 0.01, "chance": 0.1, - "palette": ["DEAD_BUSH","DEAD_BUSH","DEAD_BUSH","DEAD_BUSH", "BROWN_MUSHROOM"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, - { - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"}, + "palette": [ + "DEAD_BUSH", + "DEAD_BUSH", + "DEAD_BUSH", + "DEAD_BUSH", + "BROWN_MUSHROOM" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + }, "stackMin": 1, "stackMax": 2, "chance": 0.001, @@ -74,10 +90,16 @@ { "zoom": 0.3, "chance": 0.4, - "palette": ["GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.03, @@ -85,16 +107,26 @@ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.017, - "palette": ["TALL_GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "palette": [ + "TALL_GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], "objects": [ { @@ -102,10 +134,13 @@ "density": 2, "edit": [ { - "find": ["acacia_planks"], - "replace": ["stripped_acacia_wood"] + "find": [ + "acacia_planks" + ], + "replace": [ + "stripped_acacia_wood" + ] } - ], "rotation": { "yAxis": { @@ -117,7 +152,6 @@ "enabled": true }, "place": [ - "acacia-medium/acacia-denmyre-1", "acacia-medium/acacia-denmyre-2", "acacia-medium/acacia-denmyre-3", @@ -138,16 +172,17 @@ } } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", "STONE" ] }, - "generators":[ + "generators": [ { "generator": "plain", "min": 4, diff --git a/biomes/hot-beach.json b/biomes/hot-beach.json index ad9b76ae..fe04049d 100644 --- a/biomes/hot-beach.json +++ b/biomes/hot-beach.json @@ -21,9 +21,10 @@ ] } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "SMOOTH_SANDSTONE", "SAND", @@ -31,7 +32,9 @@ ] }, "slab": { - "style": {"style":"STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", @@ -39,7 +42,7 @@ "AIR" ] }, - "decorators":[ + "decorators": [ { "zoom": 0.3, "chance": 0.003, @@ -48,9 +51,13 @@ "AIR", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 5, "chance": 0.11, @@ -60,12 +67,18 @@ "palette": [ "SUGAR_CANE" ], - "heightVariance": {"style": "STATIC"}, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "heightVariance": { + "style": "STATIC" + }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": -1, diff --git a/biomes/hot-desert-hills.json b/biomes/hot-desert-hills.json index 34d5a0b1..8948f4ac 100644 --- a/biomes/hot-desert-hills.json +++ b/biomes/hot-desert-hills.json @@ -16,7 +16,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -29,7 +31,7 @@ "cactus-clutter" ] }, - "objects":[ + "objects": [ { "place": [ "clutter/desert-post1", @@ -63,11 +65,11 @@ "z": 0 } } - ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "SMOOTH_SANDSTONE", "SAND", @@ -75,7 +77,9 @@ ] }, "slab": { - "style": {"style":"STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", @@ -86,9 +90,15 @@ "decorators": [ { "verticalZoom": 5, - "heightVariance": {"style": "IRIS"}, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"}, + "heightVariance": { + "style": "IRIS" + }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + }, "stackMin": 1, "stackMax": 5, "chance": 0.003, @@ -104,20 +114,28 @@ "AIR", "minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.01, "palette": [ "DEAD_BUSH" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 5, diff --git a/biomes/hot-desert-red.json b/biomes/hot-desert-red.json index c44895b3..dabd1ffa 100644 --- a/biomes/hot-desert-red.json +++ b/biomes/hot-desert-red.json @@ -26,7 +26,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -39,9 +41,10 @@ "cactus-clutter" ] }, - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:smooth_red_sandstone", "RED_SAND", @@ -49,7 +52,9 @@ ] }, "slab": { - "style": {"style":"STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:red_sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]", @@ -63,9 +68,15 @@ "decorators": [ { "verticalZoom": 20, - "heightVariance": {"style": "IRIS"}, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"}, + "heightVariance": { + "style": "IRIS" + }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + }, "stackMin": 1, "stackMax": 5, "chance": 0.004, @@ -81,20 +92,28 @@ "AIR", "minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.03, "palette": [ "DEAD_BUSH" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, diff --git a/biomes/hot-desert.json b/biomes/hot-desert.json index c3cbfc50..f86a423d 100644 --- a/biomes/hot-desert.json +++ b/biomes/hot-desert.json @@ -16,7 +16,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -29,9 +31,10 @@ "cactus-clutter" ] }, - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "SMOOTH_SANDSTONE", "SAND", @@ -39,7 +42,9 @@ ] }, "slab": { - "style": {"style":"STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", @@ -61,36 +66,42 @@ "density": 3 }, { - "chance": 0.005, - "clamp": { - "maximumHeight": 108 - }, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "global-clutter/sphinxToomb-1", - "global-clutter/BrokSphinxToomb-1" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - } + "chance": 0.005, + "clamp": { + "maximumHeight": 108 + }, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "global-clutter/sphinxToomb-1", + "global-clutter/BrokSphinxToomb-1" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + } ], "decorators": [ { "verticalZoom": 20, - "heightVariance": {"style": "IRIS"}, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"}, + "heightVariance": { + "style": "IRIS" + }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + }, "stackMin": 1, "stackMax": 5, "chance": 0.001, @@ -106,20 +117,28 @@ "AIR", "minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.01, "palette": [ "DEAD_BUSH" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, diff --git a/biomes/hot-dry-forest.json b/biomes/hot-dry-forest.json index 587db999..1708c908 100644 --- a/biomes/hot-dry-forest.json +++ b/biomes/hot-dry-forest.json @@ -7,7 +7,9 @@ }, "layers": [ { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.75, "palette": [ "GRASS_BLOCK", @@ -37,7 +39,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -45,9 +49,10 @@ ] } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -62,18 +67,26 @@ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.092, "palette": [ "DEAD_BUSH" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.5, "chance": 0.1, @@ -81,9 +94,13 @@ "GRASS", "TALL_GRASS" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.000001, @@ -111,11 +128,15 @@ "AIR", "AIR" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, @@ -168,19 +189,31 @@ }, { "chance": 0.335, - "edit":[ + "edit": [ { - "find":["oak_wood"], - "replace":["stripped_oak_wood"] - }, - { - "find":["oak_log"], - "replace":["stripped_oak_log"] - }, - { - "find":["spruce_slab"], - "replace":["oak_slab"] - } + "find": [ + "oak_wood" + ], + "replace": [ + "stripped_oak_wood" + ] + }, + { + "find": [ + "oak_log" + ], + "replace": [ + "stripped_oak_log" + ] + }, + { + "find": [ + "spruce_slab" + ], + "replace": [ + "oak_slab" + ] + } ], "rotation": { "yAxis": { @@ -251,10 +284,11 @@ "z": 0 } } - ], "derivative": "SAVANNA", - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": { + "style": "IRIS" + }, "biomeZoom": 20, "biomeScatter": [ "SAVANNA", diff --git a/biomes/hot-mesa-blue.json b/biomes/hot-mesa-blue.json index 0d35fbd2..6da0326d 100644 --- a/biomes/hot-mesa-blue.json +++ b/biomes/hot-mesa-blue.json @@ -6,7 +6,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "CYAN_TERRACOTTA" ] @@ -14,15 +16,19 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ + "style": { + "style": "STATIC" + }, + "palette": [ "BLUE_TERRACOTTA" ] }, { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "LIGHT_BLUE_TERRACOTTA" ] @@ -30,14 +36,18 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "MAGENTA_TERRACOTTA" ] } ], "wall": { - "style": {"style":"IRIS"}, + "style": { + "style": "IRIS" + }, "palette": [ "MAGENTA_TERRACOTTA", "LIGHT_BLUE_TERRACOTTA", @@ -53,21 +63,28 @@ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.01, "palette": [ "DEAD_BUSH" - ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, diff --git a/biomes/hot-mesa-cliffs-yellow.json b/biomes/hot-mesa-cliffs-yellow.json index 34abe4ae..4af9d2bb 100644 --- a/biomes/hot-mesa-cliffs-yellow.json +++ b/biomes/hot-mesa-cliffs-yellow.json @@ -6,7 +6,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "TERRACOTTA" ] @@ -14,15 +16,19 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ + "style": { + "style": "STATIC" + }, + "palette": [ "WHITE_TERRACOTTA" ] }, - { + { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "TERRACOTTA" ] @@ -30,7 +36,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "RED_TERRACOTTA" ] @@ -38,7 +46,9 @@ { "minHeight": 2, "maxHeight": 2, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "TERRACOTTA" ] @@ -46,7 +56,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "YELLOW_TERRACOTTA" ] @@ -54,7 +66,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "TERRACOTTA" ] @@ -62,14 +76,18 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ + "style": { + "style": "STATIC" + }, + "palette": [ "BROWN_TERRACOTTA" ] } ], "wall": { - "style": {"style":"IRIS"}, + "style": { + "style": "IRIS" + }, "palette": [ "RED_TERRACOTTA", "GRAY_TERRACOTTA", @@ -84,24 +102,31 @@ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.01, "palette": [ "DEAD_BUSH" - ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "children":[ + "children": [ "hot-mesa-cliffs" ], - "generators":[ + "generators": [ { "generator": "mesa-sharp-4", "min": 3, diff --git a/biomes/hot-mesa-cliffs.json b/biomes/hot-mesa-cliffs.json index 60385ac4..eb50164b 100644 --- a/biomes/hot-mesa-cliffs.json +++ b/biomes/hot-mesa-cliffs.json @@ -6,7 +6,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "TERRACOTTA" ] @@ -14,15 +16,19 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ + "style": { + "style": "STATIC" + }, + "palette": [ "BROWN_TERRACOTTA" ] }, { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "GRAY_TERRACOTTA" ] @@ -30,7 +36,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "BLACK_TERRACOTTA" ] @@ -38,7 +46,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "GRAY_TERRACOTTA" ] @@ -46,8 +56,10 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ + "style": { + "style": "STATIC" + }, + "palette": [ "BROWN_TERRACOTTA" ] } @@ -60,23 +72,31 @@ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.01, "palette": [ "DEAD_BUSH" - ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "wall": { - "style": {"style":"IRIS"}, + "style": { + "style": "IRIS" + }, "zoom": 0.25, "palette": [ "BROWN_TERRACOTTA", @@ -84,8 +104,7 @@ "BLACK_TERRACOTTA" ] }, - "generators":[ - + "generators": [ { "generator": "mesa-sharp-4", "min": 3, diff --git a/biomes/hot-mesa-dark.json b/biomes/hot-mesa-dark.json index 0dca445e..4a7d695f 100644 --- a/biomes/hot-mesa-dark.json +++ b/biomes/hot-mesa-dark.json @@ -6,7 +6,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "TERRACOTTA" ] @@ -14,15 +16,19 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ + "style": { + "style": "STATIC" + }, + "palette": [ "BROWN_TERRACOTTA" ] }, { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "GRAY_TERRACOTTA" ] @@ -30,7 +36,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "BLACK_TERRACOTTA" ] @@ -38,7 +46,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "GRAY_TERRACOTTA" ] @@ -46,14 +56,18 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ + "style": { + "style": "STATIC" + }, + "palette": [ "BROWN_TERRACOTTA" ] } ], "wall": { - "style": {"style":"IRIS"}, + "style": { + "style": "IRIS" + }, "palette": [ "BROWN_TERRACOTTA", "GRAY_TERRACOTTA", @@ -68,24 +82,31 @@ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.01, "palette": [ "DEAD_BUSH" - ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "children":[ + "children": [ "hot-mesa-cliffs" ], - "generators":[ + "generators": [ { "generator": "plain", "min": 9, diff --git a/biomes/hot-mesa-green.json b/biomes/hot-mesa-green.json index c311e875..e85a7cf1 100644 --- a/biomes/hot-mesa-green.json +++ b/biomes/hot-mesa-green.json @@ -6,7 +6,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "LIME_TERRACOTTA" ] @@ -14,15 +16,19 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ + "style": { + "style": "STATIC" + }, + "palette": [ "GREEN_TERRACOTTA" ] }, { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "TERRACOTTA" ] @@ -30,14 +36,18 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "BROWN_TERRACOTTA" ] } ], "wall": { - "style": {"style":"IRIS"}, + "style": { + "style": "IRIS" + }, "palette": [ "LIME_TERRACOTTA", "GREEN_TERRACOTTA", @@ -53,21 +63,28 @@ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.01, "palette": [ "DEAD_BUSH" - ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 9, diff --git a/biomes/hot-mesa-red.json b/biomes/hot-mesa-red.json index 5c41fb6f..0a15d6f3 100644 --- a/biomes/hot-mesa-red.json +++ b/biomes/hot-mesa-red.json @@ -6,7 +6,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "PINK_TERRACOTTA" ] @@ -14,15 +16,19 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ + "style": { + "style": "STATIC" + }, + "palette": [ "RED_TERRACOTTA" ] }, { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "TERRACOTTA" ] @@ -30,7 +36,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "LIGHT_GRAY_TERRACOTTA" ] @@ -38,14 +46,18 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "BROWN_TERRACOTTA" ] } ], "wall": { - "style": {"style":"IRIS"}, + "style": { + "style": "IRIS" + }, "palette": [ "PINK_TERRACOTTA", "RED_TERRACOTTA", @@ -62,21 +74,28 @@ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.01, "palette": [ "DEAD_BUSH" - ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 2, diff --git a/biomes/hot-mesa-yellow.json b/biomes/hot-mesa-yellow.json index cc2253bd..15bb2be9 100644 --- a/biomes/hot-mesa-yellow.json +++ b/biomes/hot-mesa-yellow.json @@ -6,7 +6,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "TERRACOTTA" ] @@ -14,15 +16,19 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ + "style": { + "style": "STATIC" + }, + "palette": [ "WHITE_TERRACOTTA" ] }, - { + { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "TERRACOTTA" ] @@ -30,7 +36,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "RED_TERRACOTTA" ] @@ -38,7 +46,9 @@ { "minHeight": 2, "maxHeight": 2, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "TERRACOTTA" ] @@ -46,7 +56,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "YELLOW_TERRACOTTA" ] @@ -54,7 +66,9 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "TERRACOTTA" ] @@ -62,14 +76,18 @@ { "minHeight": 1, "maxHeight": 1, - "style": {"style": "STATIC"}, - "palette": [ + "style": { + "style": "STATIC" + }, + "palette": [ "BROWN_TERRACOTTA" ] } ], "wall": { - "style": {"style":"IRIS"}, + "style": { + "style": "IRIS" + }, "palette": [ "RED_TERRACOTTA", "GRAY_TERRACOTTA", @@ -84,24 +102,31 @@ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.01, "palette": [ "DEAD_BUSH" - ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "children":[ + "children": [ "hot-mesa-cliffs-yellow" ], - "generators":[ + "generators": [ { "generator": "plain", "min": 9, diff --git a/biomes/hot-ocean-cliffs.json b/biomes/hot-ocean-cliffs.json index 38c7b115..1b27d5d1 100644 --- a/biomes/hot-ocean-cliffs.json +++ b/biomes/hot-ocean-cliffs.json @@ -5,7 +5,9 @@ { "minHeight": 2, "maxHeight": 3, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "SAND", "CLAY", @@ -37,9 +39,10 @@ "ocean-clutter" ] }, - "wall": - { - "style": {"style":"IRIS"}, + "wall": { + "style": { + "style": "IRIS" + }, "palette": [ "CLAY", "SMOOTH_SANDSTONE", @@ -59,19 +62,26 @@ "MAGMA_BLOCK", "MAGMA_BLOCK" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 5, "chance": 0.001, "palette": [ "SEAGRASS" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, - + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "stackMax": 9, @@ -80,11 +90,17 @@ "palette": [ "KELP_PLANT" ], - "heightVariance": {"style": "STATIC"}, + "heightVariance": { + "style": "STATIC" + }, "verticalZoom": 20, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.25, "chance": 0.01, @@ -93,21 +109,28 @@ "DEAD_FIRE_CORAL", "FIRE_CORAL_FAN" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.001, "palette": [ "minecraft:sea_pickle[pickles=1,waterlogged=true]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "objects":[ - + "objects": [ { "chance": 0.01, "underwater": true, @@ -131,10 +154,11 @@ "z": 0 } } - ], "slab": { - "style": {"style":"STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", @@ -142,7 +166,7 @@ "AIR" ] }, - "generators":[ + "generators": [ { "generator": "plain-cliffs-thin", "min": -41, diff --git a/biomes/hot-ocean.json b/biomes/hot-ocean.json index 8675438e..26a43031 100644 --- a/biomes/hot-ocean.json +++ b/biomes/hot-ocean.json @@ -4,7 +4,9 @@ { "minHeight": 2, "maxHeight": 3, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.825, "palette": [ "SAND", @@ -32,9 +34,10 @@ ] } ], - "wall": - { - "style": {"style":"IRIS"}, + "wall": { + "style": { + "style": "IRIS" + }, "palette": [ "CLAY", "SMOOTH_SANDSTONE", @@ -45,56 +48,62 @@ "SMOOTH_RED_SANDSTONE" ] }, - "objects":[ - { - "chance":0.03, - "density":1, - "rotation":{ - "enabled":false - }, - "edit": [ - { - "find": ["WATER"], - "replace": ["AIR"] - } - ], - "underwater": true, - "place":[ - "bombs/bomb" - ], - "translate":{ - "x":0, - "y":0, - "z":0 - } - }, - { - "chance": 0.01, - "density": 1, - "underwater": true, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, + "objects": [ + { + "chance": 0.03, + "density": 1, + "rotation": { + "enabled": false + }, + "edit": [ + { + "find": [ + "WATER" + ], + "replace": [ + "AIR" + ] + } + ], + "underwater": true, + "place": [ + "bombs/bomb" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.01, + "density": 1, + "underwater": true, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, "enabled": true }, - "enabled": true - }, - "place": [ - "ships/swreck-1", - "ships/usd-ship-1", - "ships/usd-ship-2" - ], - "translate": { - "x": 0, - "y": -4, - "z": 0 + "place": [ + "ships/swreck-1", + "ships/usd-ship-1", + "ships/usd-ship-2" + ], + "translate": { + "x": 0, + "y": -4, + "z": 0 + } } - } ], "slab": { - "style": {"style":"STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", @@ -102,7 +111,7 @@ "AIR" ] }, - "effects":[ + "effects": [ { "interval": 650, "particleOffset": 0, @@ -131,19 +140,26 @@ "MAGMA_BLOCK", "MAGMA_BLOCK" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 5, "chance": 0.02, "palette": [ "SEAGRASS" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, - + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "stackMax": 9, @@ -152,11 +168,17 @@ "palette": [ "KELP_PLANT" ], - "heightVariance": {"style": "STATIC"}, + "heightVariance": { + "style": "STATIC" + }, "verticalZoom": 20, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.25, "chance": 0.01, @@ -165,20 +187,28 @@ "DEAD_FIRE_CORAL", "FIRE_CORAL_FAN" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.001, "palette": [ "minecraft:sea_pickle[pickles=1,waterlogged=true]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": -21, diff --git a/biomes/hot-sandy-cave.json b/biomes/hot-sandy-cave.json index 238d3f76..3cbef7b0 100644 --- a/biomes/hot-sandy-cave.json +++ b/biomes/hot-sandy-cave.json @@ -10,7 +10,9 @@ } ], "slab": { - "style": {"style":"STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", @@ -18,17 +20,23 @@ ] }, "decorators": [ - { - "chance": 0.0001, - "palette": [ - "BARREL" - ] - }, + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, { "verticalZoom": 20, - "heightVariance": {"style": "IRIS"}, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"}, + "heightVariance": { + "style": "IRIS" + }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + }, "stackMin": 1, "stackMax": 2, "chance": 0.01, @@ -43,18 +51,26 @@ "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", "minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.012, "palette": [ "DEAD_BUSH" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], "loot": { "tables": [ @@ -62,7 +78,7 @@ "cactus-clutter" ] }, - "objects":[ + "objects": [ { "chance": 0.15, "rotation": { @@ -108,7 +124,7 @@ } } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, diff --git a/biomes/hot-sandy-red-cave.json b/biomes/hot-sandy-red-cave.json index 204c3e5d..b7b88ae1 100644 --- a/biomes/hot-sandy-red-cave.json +++ b/biomes/hot-sandy-red-cave.json @@ -16,14 +16,16 @@ ] }, "slab": { - "style": {"style":"STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:red_sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false]", "AIR" ] }, - "objects":[ + "objects": [ { "chance": 0.15, "rotation": { @@ -48,20 +50,25 @@ "z": 0 } } - ], "decorators": [ - { - "chance": 0.0001, - "palette": [ - "BARREL" - ] - }, + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, { "verticalZoom": 20, - "heightVariance": {"style": "IRIS"}, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"}, + "heightVariance": { + "style": "IRIS" + }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + }, "stackMin": 1, "stackMax": 2, "chance": 0.005, @@ -76,20 +83,28 @@ "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", "minecraft:polished_blackstone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.092, "palette": [ "DEAD_BUSH" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, diff --git a/biomes/hot-savanna-cliff.json b/biomes/hot-savanna-cliff.json index 8dd2bca8..87e7f469 100644 --- a/biomes/hot-savanna-cliff.json +++ b/biomes/hot-savanna-cliff.json @@ -2,7 +2,9 @@ "name": "Savanna Cliffs", "layers": [ { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.75, "palette": [ "GRASS_BLOCK" @@ -18,7 +20,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -33,12 +37,20 @@ "palette": [ "DEAD_BUSH" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, - { - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + }, "stackMin": 1, "stackMax": 2, "chance": 0.001, @@ -52,29 +64,38 @@ "palette": [ "GRASS" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.01, "palette": [ "TALL_GRASS" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 9, "max": 28 } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -163,7 +184,6 @@ "savanna-gen/savannas-10", "savanna-gen/savannas-11", "savanna-gen/savannas-12" - ], "translate": { "x": 0, @@ -191,7 +211,6 @@ "savanna-rock/SavanaRock6", "savanna-rock/SavanaRock7", "savanna-rock/SavanaRock8" - ], "translate": { "x": 0, @@ -199,10 +218,11 @@ "z": 0 } } - ], "derivative": "SAVANNA", - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": { + "style": "IRIS" + }, "biomeZoom": 20, "biomeScatter": [ "SAVANNA", diff --git a/biomes/hot-savanna.json b/biomes/hot-savanna.json index 26912949..e05649e7 100644 --- a/biomes/hot-savanna.json +++ b/biomes/hot-savanna.json @@ -2,7 +2,9 @@ "name": "Savanna", "layers": [ { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.75, "palette": [ "GRASS_BLOCK" @@ -18,7 +20,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -33,12 +37,20 @@ "palette": [ "DEAD_BUSH" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, - { - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + }, "stackMin": 1, "stackMax": 2, "chance": 0.001, @@ -52,29 +64,38 @@ "palette": [ "GRASS" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.01, "palette": [ "TALL_GRASS" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, "max": 9 } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -205,7 +226,6 @@ "savanna-gen/savannas-10", "savanna-gen/savannas-11", "savanna-gen/savannas-12" - ], "translate": { "x": 0, @@ -233,7 +253,6 @@ "savanna-rock/SavanaRock6", "savanna-rock/SavanaRock7", "savanna-rock/SavanaRock8" - ], "translate": { "x": 0, @@ -241,10 +260,11 @@ "z": 0 } } - ], "derivative": "SAVANNA", - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": { + "style": "IRIS" + }, "biomeZoom": 20, "biomeScatter": [ "SAVANNA", diff --git a/biomes/hot-volcanic.json b/biomes/hot-volcanic.json index 3c423298..04e4471a 100644 --- a/biomes/hot-volcanic.json +++ b/biomes/hot-volcanic.json @@ -3,7 +3,9 @@ "rarity": 28, "layers": [ { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.33, "maxHeight": 4, "minHeight": 2, @@ -31,7 +33,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -39,7 +43,7 @@ ] } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 34, diff --git a/biomes/mushroom-beach.json b/biomes/mushroom-beach.json index 3d7e563c..ccefba50 100644 --- a/biomes/mushroom-beach.json +++ b/biomes/mushroom-beach.json @@ -19,7 +19,9 @@ } ], "slab": { - "style": {"style":"STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:stone_slab[type=bottom,waterlogged=false]", "minecraft:andesite_slab[type=bottom,waterlogged=false]", @@ -27,8 +29,7 @@ "AIR" ] }, - - "generators":[ + "generators": [ { "generator": "plain", "min": -1, diff --git a/biomes/mushroom-crimson-forest.json b/biomes/mushroom-crimson-forest.json index 150f54af..b38396d5 100644 --- a/biomes/mushroom-crimson-forest.json +++ b/biomes/mushroom-crimson-forest.json @@ -1,329 +1,393 @@ { - "name":"Crimson Mushroom Swamp", + "name": "Crimson Mushroom Swamp", "rarity": 22, - "layers":[ - { - "zoom":0.5, - "style": { - "style": "IRIS" - }, - "palette":[ - "CRIMSON_NYLIUM" - ] - }, - { - "minHeight":2, - "maxHeight":4, - "palette":[ - "DIRT", - "COARSE_DIRT" - ] - }, - { - "minHeight":6, - "maxHeight":18, - "style":{ - "style": "STATIC" - }, - "palette":[ - "STONE", - "ANDESITE", - "STONE" - ] - } + "layers": [ + { + "zoom": 0.5, + "style": { + "style": "IRIS" + }, + "palette": [ + "CRIMSON_NYLIUM" + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "DIRT", + "COARSE_DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] + } ], - "slab":{ - "style": {"style":"STATIC"}, - "palette": [ - "AIR", - "AIR", - "AIR", - "AIR", - "minecraft:crimson_slab[type=bottom,waterlogged=false]", - "AIR", - "AIR", - "AIR", - "AIR" - ] + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "AIR", + "AIR", + "AIR", + "AIR", + "minecraft:crimson_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR" + ] }, - "wall":{ - "style": {"style":"STATIC"}, - "palette":[ - "CRIMSON_HYPHAE" - ] + "wall": { + "style": { + "style": "STATIC" + }, + "palette": [ + "CRIMSON_HYPHAE" + ] }, - "objects":[ - { - "chance":0.21, - "density":2, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "edit":[ - { - "find":["BROWN_MUSHROOM_BLOCK"], - "replace":["CRIMSON_HYPHAE"] - }, - { - "find":["RED_MUSHROOM_BLOCK"], - "replace":["NETHER_WART_BLOCK"] - } - ], - "place":[ - "mushroom-red/small-organell-r-1", - "mushroom-red/small-organell-r-2", - "mushroom-red/small-organell-r-3", - "mushroom-red/small-organell-r-4", - "mushroom-red/small-organell-r-5", - "mushroom-red/small-organell-r-6", - "mushroom-red/small-organell-r-7", - "mushroom-red/small-organell-r-8", - "mushroom-red/small-organell-r-9", - "mushroom-red/small-organell-r-10" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - }, - { - "chance":0.21, - "edit":[ - { - "find":["RED_MUSHROOM_BLOCK"], - "replace":["CRIMSON_HYPHAE"] - }, - { - "find":["BROWN_MUSHROOM_BLOCK"], - "replace":["NETHER_WART_BLOCK"] - } - ], - "density":2, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "place":[ - "mushroom-red/small-organell-r-1", - "mushroom-red/small-organell-r-2", - "mushroom-red/small-organell-r-3", - "mushroom-red/small-organell-r-4", - "mushroom-red/small-organell-r-5", - "mushroom-red/small-organell-r-6", - "mushroom-red/small-organell-r-7", - "mushroom-red/small-organell-r-8", - "mushroom-red/small-organell-r-9", - "mushroom-red/small-organell-r-10" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - }, - { - "chance":0.5, - "density":2, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "edit":[ - { - "find":["BROWN_MUSHROOM_BLOCK"], - "replace":["CRIMSON_HYPHAE"] - }, - { - "find":["RED_MUSHROOM_BLOCK"], - "replace":["NETHER_WART_BLOCK"] - } - ], - "place":[ - "mushroom-red/organell-r-1", - "mushroom-red/organell-r-2", - "mushroom-red/organell-b-1", - "mushroom-red/organell-b-2", - "mushroom-red/organell-r-3", - "mushroom-red/organell-r-4", - "mushroom-red/organell-r-5", - "mushroom-red/organell-r-6", - "mushroom-red/organell-r-7", - "mushroom-red/organell-r-8", - "mushroom-red/organell-r-9", - "mushroom-red/organell-r-10" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - }, - { - "chance":0.5, - "edit":[ - { - "find":["RED_MUSHROOM_BLOCK"], - "replace":["CRIMSON_HYPHAE"] - }, - { - "find":["BROWN_MUSHROOM_BLOCK"], - "replace":["NETHER_WART_BLOCK"] - } - ], - "density":2, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "place":[ - "mushroom-red/organell-r-1", - "mushroom-red/organell-r-2", - "mushroom-red/organell-b-1", - "mushroom-red/organell-b-2", - "mushroom-red/organell-r-3", - "mushroom-red/organell-r-4", - "mushroom-red/organell-r-5", - "mushroom-red/organell-r-6", - "mushroom-red/organell-r-7", - "mushroom-red/organell-r-8", - "mushroom-red/organell-r-9", - "mushroom-red/organell-r-10" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - }, - { - "chance":0.1, - "edit":[ - { - "find":["RED_MUSHROOM_BLOCK"], - "replace":["CRIMSON_HYPHAE"] - }, - { - "find":["BROWN_MUSHROOM_BLOCK"], - "replace":["NETHER_WART_BLOCK"] - } - ], - "density":1, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "place":[ - "shroom/mushclutt1", - "shroom/mushclutt2", - "shroom/mushclutt3", - "shroom/mushclutt4", - "shroom/mushclutt5" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - }, - { - "chance":0.1, - "density":1, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "edit":[ - { - "find":["BROWN_MUSHROOM_BLOCK"], - "replace":["CRIMSON_HYPHAE"] - }, - { - "find":["RED_MUSHROOM_BLOCK"], - "replace":["NETHER_WART_BLOCK"] - } - ], - "place":[ - "shroom/mushclutt1", - "shroom/mushclutt2", - "shroom/mushclutt3", - "shroom/mushclutt4", - "shroom/mushclutt5" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - } + "objects": [ + { + "chance": 0.21, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "edit": [ + { + "find": [ + "BROWN_MUSHROOM_BLOCK" + ], + "replace": [ + "CRIMSON_HYPHAE" + ] + }, + { + "find": [ + "RED_MUSHROOM_BLOCK" + ], + "replace": [ + "NETHER_WART_BLOCK" + ] + } + ], + "place": [ + "mushroom-red/small-organell-r-1", + "mushroom-red/small-organell-r-2", + "mushroom-red/small-organell-r-3", + "mushroom-red/small-organell-r-4", + "mushroom-red/small-organell-r-5", + "mushroom-red/small-organell-r-6", + "mushroom-red/small-organell-r-7", + "mushroom-red/small-organell-r-8", + "mushroom-red/small-organell-r-9", + "mushroom-red/small-organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.21, + "edit": [ + { + "find": [ + "RED_MUSHROOM_BLOCK" + ], + "replace": [ + "CRIMSON_HYPHAE" + ] + }, + { + "find": [ + "BROWN_MUSHROOM_BLOCK" + ], + "replace": [ + "NETHER_WART_BLOCK" + ] + } + ], + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "mushroom-red/small-organell-r-1", + "mushroom-red/small-organell-r-2", + "mushroom-red/small-organell-r-3", + "mushroom-red/small-organell-r-4", + "mushroom-red/small-organell-r-5", + "mushroom-red/small-organell-r-6", + "mushroom-red/small-organell-r-7", + "mushroom-red/small-organell-r-8", + "mushroom-red/small-organell-r-9", + "mushroom-red/small-organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.5, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "edit": [ + { + "find": [ + "BROWN_MUSHROOM_BLOCK" + ], + "replace": [ + "CRIMSON_HYPHAE" + ] + }, + { + "find": [ + "RED_MUSHROOM_BLOCK" + ], + "replace": [ + "NETHER_WART_BLOCK" + ] + } + ], + "place": [ + "mushroom-red/organell-r-1", + "mushroom-red/organell-r-2", + "mushroom-red/organell-b-1", + "mushroom-red/organell-b-2", + "mushroom-red/organell-r-3", + "mushroom-red/organell-r-4", + "mushroom-red/organell-r-5", + "mushroom-red/organell-r-6", + "mushroom-red/organell-r-7", + "mushroom-red/organell-r-8", + "mushroom-red/organell-r-9", + "mushroom-red/organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.5, + "edit": [ + { + "find": [ + "RED_MUSHROOM_BLOCK" + ], + "replace": [ + "CRIMSON_HYPHAE" + ] + }, + { + "find": [ + "BROWN_MUSHROOM_BLOCK" + ], + "replace": [ + "NETHER_WART_BLOCK" + ] + } + ], + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "mushroom-red/organell-r-1", + "mushroom-red/organell-r-2", + "mushroom-red/organell-b-1", + "mushroom-red/organell-b-2", + "mushroom-red/organell-r-3", + "mushroom-red/organell-r-4", + "mushroom-red/organell-r-5", + "mushroom-red/organell-r-6", + "mushroom-red/organell-r-7", + "mushroom-red/organell-r-8", + "mushroom-red/organell-r-9", + "mushroom-red/organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.1, + "edit": [ + { + "find": [ + "RED_MUSHROOM_BLOCK" + ], + "replace": [ + "CRIMSON_HYPHAE" + ] + }, + { + "find": [ + "BROWN_MUSHROOM_BLOCK" + ], + "replace": [ + "NETHER_WART_BLOCK" + ] + } + ], + "density": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "shroom/mushclutt1", + "shroom/mushclutt2", + "shroom/mushclutt3", + "shroom/mushclutt4", + "shroom/mushclutt5" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.1, + "density": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "edit": [ + { + "find": [ + "BROWN_MUSHROOM_BLOCK" + ], + "replace": [ + "CRIMSON_HYPHAE" + ] + }, + { + "find": [ + "RED_MUSHROOM_BLOCK" + ], + "replace": [ + "NETHER_WART_BLOCK" + ] + } + ], + "place": [ + "shroom/mushclutt1", + "shroom/mushclutt2", + "shroom/mushclutt3", + "shroom/mushclutt4", + "shroom/mushclutt5" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + } ], - "decorators":[ - { - "zoom":0.3, - "chance":0.009, - "palette":[ - "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", - "minecraft:crimson_button[face=floor,facing=south,powered=false]" - ], - "style":{"style": "STATIC"}, - "variance":{"style":"STATIC"} - }, - { - "zoom":0.3, - "chance":0.05, - "palette":[ - "CRIMSON_FUNGUS" - ], - "style":{"style": "STATIC"}, - "variance":{"style":"STATIC"} - }, - { - "zoom":0.3, - "chance":0.11, - "palette":[ - "CRIMSON_ROOTS" - ], - "style":{"style": "STATIC"}, - "variance":{"style":"STATIC"} - } + "decorators": [ + { + "zoom": 0.3, + "chance": 0.009, + "palette": [ + "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", + "minecraft:crimson_button[face=floor,facing=south,powered=false]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.05, + "palette": [ + "CRIMSON_FUNGUS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.11, + "palette": [ + "CRIMSON_ROOTS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ - { - "generator":"plain-cliffs", - "min": 4, - "max": 39 - } + "generators": [ + { + "generator": "plain-cliffs", + "min": 4, + "max": 39 + } ], - "derivative":"CRIMSON_FOREST" - } \ No newline at end of file + "derivative": "CRIMSON_FOREST" +} \ No newline at end of file diff --git a/biomes/mushroom-forest.json b/biomes/mushroom-forest.json index bf83d89f..82599c44 100644 --- a/biomes/mushroom-forest.json +++ b/biomes/mushroom-forest.json @@ -1,408 +1,408 @@ { - "name": "Mushroom Forest", - "layers": [ - { - "zoom": 0.5, - "style": { - "style": "IRIS" - }, - "palette": [ - "MYCELIUM", - "MYCELIUM", - "MYCELIUM", - "MYCELIUM", - "GRAVEL", - "MYCELIUM", - "MYCELIUM", - "MYCELIUM" - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - "DIRT", - "COARSE_DIRT" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "slab": { - "style": { - "style": "STATIC" - }, - "palette": [ - "AIR", - "AIR", - "AIR", - "AIR", - "AIR", - "AIR", - "AIR", - "AIR", - "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", - "AIR", - "AIR", - "AIR", - "AIR", - "AIR", - "AIR", - "AIR", - "AIR", - "AIR", - "AIR" - ] - }, - "effects": [ - { - "interval": 6000, - "sound": "AMBIENT_WARPED_FOREST_ADDITIONS", - "soundDistance": 3, - "volume": 6.2, - "minPitch": 0.2, - "maxPitch": 0.3, - "chance": 8 - } - ], - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - }, - "objects": [ - { - "chance": 0.21, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "mushroom-red/small-organell-r-1", - "mushroom-red/small-organell-r-2", - "mushroom-red/small-organell-r-3", - "mushroom-red/small-organell-r-4", - "mushroom-red/small-organell-r-5", - "mushroom-red/small-organell-r-6", - "mushroom-red/small-organell-r-7", - "mushroom-red/small-organell-r-8", - "mushroom-red/small-organell-r-9", - "mushroom-red/small-organell-r-10" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - }, - { - "chance": 0.21, - "edit": [ + "name": "Mushroom Forest", + "layers": [ { - "find": [ - "red_mushroom_block" - ], - "replace": [ - "brown_mushroom_block" - ] - } - ], - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "zoom": 0.5, + "style": { + "style": "IRIS" + }, + "palette": [ + "MYCELIUM", + "MYCELIUM", + "MYCELIUM", + "MYCELIUM", + "GRAVEL", + "MYCELIUM", + "MYCELIUM", + "MYCELIUM" + ] }, - "enabled": true - }, - "place": [ - "mushroom-red/small-organell-r-1", - "mushroom-red/small-organell-r-2", - "mushroom-red/small-organell-r-3", - "mushroom-red/small-organell-r-4", - "mushroom-red/small-organell-r-5", - "mushroom-red/small-organell-r-6", - "mushroom-red/small-organell-r-7", - "mushroom-red/small-organell-r-8", - "mushroom-red/small-organell-r-9", - "mushroom-red/small-organell-r-10" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - }, - { - "chance": 0.4, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "mushroom-red/organell-r-1", - "mushroom-red/organell-r-2", - "mushroom-red/organell-b-1", - "mushroom-red/organell-b-2", - "mushroom-red/organell-r-3", - "mushroom-red/organell-r-4", - "mushroom-red/organell-r-5", - "mushroom-red/organell-r-6", - "mushroom-red/organell-r-7", - "mushroom-red/organell-r-8", - "mushroom-red/organell-r-9", - "mushroom-red/organell-r-10" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - }, - { - "chance": 0.05, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "mushroom-red/illuminorganell-r-1", - "mushroom-red/illuminorganell-r-2", - "mushroom-red/illuminorganell-r-3", - "mushroom-red/illuminorganell-r-4", - "mushroom-red/illuminorganell-r-5", - "mushroom-red/illuminorganell-r-6", - "mushroom-red/illuminorganell-r-7", - "mushroom-red/illuminorganell-r-8" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - }, - { - "chance": 0.05, - "density": 2, - "edit": [ { - "find": [ - "red_mushroom_block" - ], - "replace": [ - "brown_mushroom_block" - ] - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "DIRT", + "COARSE_DIRT" + ] }, - "enabled": true - }, - "place": [ - "mushroom-red/illuminorganell-r-1", - "mushroom-red/illuminorganell-r-2", - "mushroom-red/illuminorganell-r-3", - "mushroom-red/illuminorganell-r-4", - "mushroom-red/illuminorganell-r-5", - "mushroom-red/illuminorganell-r-6", - "mushroom-red/illuminorganell-r-7", - "mushroom-red/illuminorganell-r-8" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - }, - { - "chance": 0.5, - "edit": [ { - "find": [ - "red_mushroom_block" - ], - "replace": [ - "brown_mushroom_block" - ] + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] } - ], - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + ], + "slab": { + "style": { + "style": "STATIC" }, - "enabled": true - }, - "place": [ - "mushroom-red/organell-r-1", - "mushroom-red/organell-r-2", - "mushroom-red/organell-b-1", - "mushroom-red/organell-b-2", - "mushroom-red/organell-r-3", - "mushroom-red/organell-r-4", - "mushroom-red/organell-r-5", - "mushroom-red/organell-r-6", - "mushroom-red/organell-r-7", - "mushroom-red/organell-r-8", - "mushroom-red/organell-r-9", - "mushroom-red/organell-r-10" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } + "palette": [ + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR", + "AIR" + ] }, - { - "chance": 0.025, - "edit": [ + "effects": [ { - "find": [ - "red_mushroom_block" - ], - "replace": [ - "brown_mushroom_block" - ] + "interval": 6000, + "sound": "AMBIENT_WARPED_FOREST_ADDITIONS", + "soundDistance": 3, + "volume": 6.2, + "minPitch": 0.2, + "maxPitch": 0.3, + "chance": 8 } - ], - "density": 1, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + ], + "wall": { + "style": { + "style": "STATIC" }, - "enabled": true - }, - "place": [ - "shroom/mushclutt1", - "shroom/mushclutt2", - "shroom/mushclutt3", - "shroom/mushclutt4", - "shroom/mushclutt5" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] }, - { - "chance": 0.1, - "density": 1, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "objects": [ + { + "chance": 0.21, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "mushroom-red/small-organell-r-1", + "mushroom-red/small-organell-r-2", + "mushroom-red/small-organell-r-3", + "mushroom-red/small-organell-r-4", + "mushroom-red/small-organell-r-5", + "mushroom-red/small-organell-r-6", + "mushroom-red/small-organell-r-7", + "mushroom-red/small-organell-r-8", + "mushroom-red/small-organell-r-9", + "mushroom-red/small-organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "shroom/mushclutt1", - "shroom/mushclutt2", - "shroom/mushclutt3", - "shroom/mushclutt4", - "shroom/mushclutt5" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - } - ], - "structures": [ - { - "tileset": "murky-stronghold", - "zoom": 1.14, - "ratio": 0.59, - "height": 45, - "rarity": 55, - "shuffle": 16 - } - ], - "decorators": [ - { - "zoom": 0.3, - "chance": 0.009, - "palette": [ - "minecraft:stone_button[face=floor,facing=east,powered=false]", - "minecraft:stone_button[face=floor,facing=south,powered=false]" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.05, - "palette": [ - "red_mushroom", - "brown_mushroom" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": 6, - "max": 24 - } - ], - "derivative": "MUSHROOM_FIELDS" + { + "chance": 0.21, + "edit": [ + { + "find": [ + "red_mushroom_block" + ], + "replace": [ + "brown_mushroom_block" + ] + } + ], + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "mushroom-red/small-organell-r-1", + "mushroom-red/small-organell-r-2", + "mushroom-red/small-organell-r-3", + "mushroom-red/small-organell-r-4", + "mushroom-red/small-organell-r-5", + "mushroom-red/small-organell-r-6", + "mushroom-red/small-organell-r-7", + "mushroom-red/small-organell-r-8", + "mushroom-red/small-organell-r-9", + "mushroom-red/small-organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.4, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "mushroom-red/organell-r-1", + "mushroom-red/organell-r-2", + "mushroom-red/organell-b-1", + "mushroom-red/organell-b-2", + "mushroom-red/organell-r-3", + "mushroom-red/organell-r-4", + "mushroom-red/organell-r-5", + "mushroom-red/organell-r-6", + "mushroom-red/organell-r-7", + "mushroom-red/organell-r-8", + "mushroom-red/organell-r-9", + "mushroom-red/organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.05, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "mushroom-red/illuminorganell-r-1", + "mushroom-red/illuminorganell-r-2", + "mushroom-red/illuminorganell-r-3", + "mushroom-red/illuminorganell-r-4", + "mushroom-red/illuminorganell-r-5", + "mushroom-red/illuminorganell-r-6", + "mushroom-red/illuminorganell-r-7", + "mushroom-red/illuminorganell-r-8" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.05, + "density": 2, + "edit": [ + { + "find": [ + "red_mushroom_block" + ], + "replace": [ + "brown_mushroom_block" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "mushroom-red/illuminorganell-r-1", + "mushroom-red/illuminorganell-r-2", + "mushroom-red/illuminorganell-r-3", + "mushroom-red/illuminorganell-r-4", + "mushroom-red/illuminorganell-r-5", + "mushroom-red/illuminorganell-r-6", + "mushroom-red/illuminorganell-r-7", + "mushroom-red/illuminorganell-r-8" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.5, + "edit": [ + { + "find": [ + "red_mushroom_block" + ], + "replace": [ + "brown_mushroom_block" + ] + } + ], + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "mushroom-red/organell-r-1", + "mushroom-red/organell-r-2", + "mushroom-red/organell-b-1", + "mushroom-red/organell-b-2", + "mushroom-red/organell-r-3", + "mushroom-red/organell-r-4", + "mushroom-red/organell-r-5", + "mushroom-red/organell-r-6", + "mushroom-red/organell-r-7", + "mushroom-red/organell-r-8", + "mushroom-red/organell-r-9", + "mushroom-red/organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.025, + "edit": [ + { + "find": [ + "red_mushroom_block" + ], + "replace": [ + "brown_mushroom_block" + ] + } + ], + "density": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "shroom/mushclutt1", + "shroom/mushclutt2", + "shroom/mushclutt3", + "shroom/mushclutt4", + "shroom/mushclutt5" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.1, + "density": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "shroom/mushclutt1", + "shroom/mushclutt2", + "shroom/mushclutt3", + "shroom/mushclutt4", + "shroom/mushclutt5" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + } + ], + "structures": [ + { + "tileset": "murky-stronghold", + "zoom": 1.14, + "ratio": 0.59, + "height": 45, + "rarity": 55, + "shuffle": 16 + } + ], + "decorators": [ + { + "zoom": 0.3, + "chance": 0.009, + "palette": [ + "minecraft:stone_button[face=floor,facing=east,powered=false]", + "minecraft:stone_button[face=floor,facing=south,powered=false]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.05, + "palette": [ + "red_mushroom", + "brown_mushroom" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 6, + "max": 24 + } + ], + "derivative": "MUSHROOM_FIELDS" } \ No newline at end of file diff --git a/biomes/mushroom-ocean.json b/biomes/mushroom-ocean.json index e4427bfe..749b309e 100644 --- a/biomes/mushroom-ocean.json +++ b/biomes/mushroom-ocean.json @@ -4,14 +4,15 @@ { "minHeight": 2, "maxHeight": 3, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.825, "palette": [ "CLAY", "COARSE_DIRT", "GRAVEL", "DIRT" - ] }, { @@ -34,17 +35,20 @@ "ocean-clutter" ] }, - "decorators":[ - + "decorators": [ { "zoom": 20, "chance": 0.06, "palette": [ "SEAGRASS" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.0006, @@ -52,9 +56,13 @@ "SOUL_SAND", "MAGMA_BLOCK" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "stackMax": 9, @@ -63,12 +71,18 @@ "palette": [ "KELP_PLANT" ], - "heightVariance": {"style": "STATIC"}, + "heightVariance": { + "style": "STATIC" + }, "verticalZoom": 20, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, - { + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { "zoom": 1, "chance": 0.005, "palette": [ @@ -77,13 +91,18 @@ "minecraft:sea_pickle[pickles=3,waterlogged=true]", "minecraft:sea_pickle[pickles=4,waterlogged=true]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "wall": - { - "style":{"style":"IRIS"}, + "wall": { + "style": { + "style": "IRIS" + }, "palette": [ "CLAY", "SMOOTH_SANDSTONE", @@ -95,7 +114,9 @@ ] }, "slab": { - "style":{"style":"STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", @@ -103,7 +124,7 @@ "AIR" ] }, - "objects":[ + "objects": [ { "chance": 0.01, "underwater": true, @@ -132,8 +153,12 @@ "underwater": true, "edit": [ { - "find": ["SHROOMLIGHT"], - "replace": ["MUSHROOM_STEM"] + "find": [ + "SHROOMLIGHT" + ], + "replace": [ + "MUSHROOM_STEM" + ] } ], "rotation": { @@ -193,9 +218,8 @@ "z": 0 } } - ], - "generators":[ + "generators": [ { "generator": "plain", "min": -41, diff --git a/biomes/mushroom-plains.json b/biomes/mushroom-plains.json index 72120785..4e578114 100644 --- a/biomes/mushroom-plains.json +++ b/biomes/mushroom-plains.json @@ -1,51 +1,51 @@ { - "name":"Mushroom Plains", - "layers":[ - { - "zoom":0.3, - "style":{ - "style": "IRIS" - }, - "palette":[ - "MYCELIUM", - "MYCELIUM", - "MYCELIUM", - "MYCELIUM", - "MYCELIUM", - "MYCELIUM", - "MYCELIUM", - "GRAVEL", - "MYCELIUM", - "MYCELIUM", - "MYCELIUM", - "MYCELIUM", - "MYCELIUM", - "MYCELIUM", - "MYCELIUM", - "MYCELIUM", - "MYCELIUM" - ] - }, - { - "minHeight":2, - "maxHeight":4, - "palette":[ - "DIRT", - "COARSE_DIRT" - ] - }, - { - "minHeight":6, - "maxHeight":18, - "style":{ - "style": "STATIC" - }, - "palette":[ - "STONE", - "ANDESITE", - "STONE" - ] - } + "name": "Mushroom Plains", + "layers": [ + { + "zoom": 0.3, + "style": { + "style": "IRIS" + }, + "palette": [ + "MYCELIUM", + "MYCELIUM", + "MYCELIUM", + "MYCELIUM", + "MYCELIUM", + "MYCELIUM", + "MYCELIUM", + "GRAVEL", + "MYCELIUM", + "MYCELIUM", + "MYCELIUM", + "MYCELIUM", + "MYCELIUM", + "MYCELIUM", + "MYCELIUM", + "MYCELIUM", + "MYCELIUM" + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "DIRT", + "COARSE_DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] + } ], "effects": [ { @@ -58,149 +58,161 @@ "chance": 8 } ], - "slab":{ - "style":{"style":"STATIC"}, - "palette":[ - "AIR", - "AIR", - "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", - "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", - "AIR", - "AIR", - "AIR" - ] + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "AIR", + "AIR", + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR" + ] }, - "wall":{ - "style":{"style":"STATIC"}, - "palette":[ - "STONE", - "ANDESITE", - "STONE" - ] + "wall": { + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] }, - "objects":[ - { - "chance":0.08, - "density":2, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "place":[ - "mushroom-red/small-organell-r-1", - "mushroom-red/small-organell-r-2", - "mushroom-red/small-organell-r-3", - "mushroom-red/small-organell-r-4", - "mushroom-red/small-organell-r-5", - "mushroom-red/small-organell-r-6", - "mushroom-red/small-organell-r-7", - "mushroom-red/small-organell-r-8", - "mushroom-red/small-organell-r-9", - "mushroom-red/small-organell-r-10" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - }, - { - "chance":0.08, - "edit":[ - { - "find":["red_mushroom_block"], - "replace":["brown_mushroom_block"] - } - ], - "density":2, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "place":[ - "mushroom-red/small-organell-r-1", - "mushroom-red/small-organell-r-2", - "mushroom-red/small-organell-r-3", - "mushroom-red/small-organell-r-4", - "mushroom-red/small-organell-r-5", - "mushroom-red/small-organell-r-6", - "mushroom-red/small-organell-r-7", - "mushroom-red/small-organell-r-8", - "mushroom-red/small-organell-r-9", - "mushroom-red/small-organell-r-10" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - }, - { - "chance":0.025, - "edit":[ - { - "find":["red_mushroom_block"], - "replace":["brown_mushroom_block"] - } - ], - "density":1, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "place":[ - "shroom/mushclutt1", - "shroom/mushclutt2", - "shroom/mushclutt3", - "shroom/mushclutt4", - "shroom/mushclutt5" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - }, - { - "chance":0.1, - "density":1, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "place":[ - "shroom/mushclutt1", - "shroom/mushclutt2", - "shroom/mushclutt3", - "shroom/mushclutt4", - "shroom/mushclutt5" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - } + "objects": [ + { + "chance": 0.08, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "mushroom-red/small-organell-r-1", + "mushroom-red/small-organell-r-2", + "mushroom-red/small-organell-r-3", + "mushroom-red/small-organell-r-4", + "mushroom-red/small-organell-r-5", + "mushroom-red/small-organell-r-6", + "mushroom-red/small-organell-r-7", + "mushroom-red/small-organell-r-8", + "mushroom-red/small-organell-r-9", + "mushroom-red/small-organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.08, + "edit": [ + { + "find": [ + "red_mushroom_block" + ], + "replace": [ + "brown_mushroom_block" + ] + } + ], + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "mushroom-red/small-organell-r-1", + "mushroom-red/small-organell-r-2", + "mushroom-red/small-organell-r-3", + "mushroom-red/small-organell-r-4", + "mushroom-red/small-organell-r-5", + "mushroom-red/small-organell-r-6", + "mushroom-red/small-organell-r-7", + "mushroom-red/small-organell-r-8", + "mushroom-red/small-organell-r-9", + "mushroom-red/small-organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.025, + "edit": [ + { + "find": [ + "red_mushroom_block" + ], + "replace": [ + "brown_mushroom_block" + ] + } + ], + "density": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "shroom/mushclutt1", + "shroom/mushclutt2", + "shroom/mushclutt3", + "shroom/mushclutt4", + "shroom/mushclutt5" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.1, + "density": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "shroom/mushclutt1", + "shroom/mushclutt2", + "shroom/mushclutt3", + "shroom/mushclutt4", + "shroom/mushclutt5" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + } ], "structures": [ { @@ -212,34 +224,42 @@ "shuffle": 16 } ], - "decorators":[ - { - "zoom":0.3, - "chance":0.005, - "palette":[ - "minecraft:stone_button[face=floor,facing=east,powered=false]", - "minecraft:stone_button[face=floor,facing=south,powered=false]" - ], - "style":{"style": "STATIC"}, - "variance":{"style":"STATIC"} - }, - { - "zoom":0.3, - "chance":0.007, - "palette":[ - "red_mushroom", - "brown_mushroom" - ], - "style":{"style": "STATIC"}, - "variance":{"style":"STATIC"} - } + "decorators": [ + { + "zoom": 0.3, + "chance": 0.005, + "palette": [ + "minecraft:stone_button[face=floor,facing=east,powered=false]", + "minecraft:stone_button[face=floor,facing=south,powered=false]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.007, + "palette": [ + "red_mushroom", + "brown_mushroom" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ - { - "generator":"plain", - "min":3, - "max":8 - } + "generators": [ + { + "generator": "plain", + "min": 3, + "max": 8 + } ], - "derivative":"MUSHROOM_FIELDS" - } \ No newline at end of file + "derivative": "MUSHROOM_FIELDS" +} \ No newline at end of file diff --git a/biomes/mushroom-warped-forest.json b/biomes/mushroom-warped-forest.json index 7bcb58dc..379b9a09 100644 --- a/biomes/mushroom-warped-forest.json +++ b/biomes/mushroom-warped-forest.json @@ -1,362 +1,454 @@ { - "name":"Corrupted Mushroom Swamp", + "name": "Corrupted Mushroom Swamp", "rarity": 22, - "layers":[ - { - "zoom":0.5, - "style":{ - "style": "IRIS" - }, - "palette":[ - "WARPED_NYLIUM" - ] - }, - { - "minHeight":2, - "maxHeight":4, - "palette":[ - "DIRT", - "COARSE_DIRT" - ] - }, - { - "minHeight":45, - "maxHeight":65, - "style":{ - "style": "STATIC" - }, - "palette":[ - "BLACKSTONE" - ] - } + "layers": [ + { + "zoom": 0.5, + "style": { + "style": "IRIS" + }, + "palette": [ + "WARPED_NYLIUM" + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "DIRT", + "COARSE_DIRT" + ] + }, + { + "minHeight": 45, + "maxHeight": 65, + "style": { + "style": "STATIC" + }, + "palette": [ + "BLACKSTONE" + ] + } ], - "slab":{ - "style":{"style":"STATIC"}, - "palette":[ - "AIR", - "AIR", - "AIR", - "AIR", - "minecraft:warped_slab[type=bottom,waterlogged=false]", - "AIR", - "AIR", - "AIR", - "AIR" - ] + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "AIR", + "AIR", + "AIR", + "AIR", + "minecraft:warped_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR", + "AIR", + "AIR" + ] }, - "wall":{ - "style":{"style":"STATIC"}, - "palette":[ - "WARPED_HYPHAE" - ] + "wall": { + "style": { + "style": "STATIC" + }, + "palette": [ + "WARPED_HYPHAE" + ] }, - "objects":[ - { - "chance":0.21, - "density":2, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "edit":[ - { - "find":["BROWN_MUSHROOM_BLOCK"], - "replace":["WARPED_HYPHAE"] - }, - { - "find":["RED_MUSHROOM_BLOCK"], - "replace":["WARPED_WART_BLOCK"] - }, - { - "find":["MUSHROOM_STEM"], - "replace":["BLACKSTONE"] - } - ], - "place":[ - "mushroom-red/small-organell-r-1", - "mushroom-red/small-organell-r-2", - "mushroom-red/small-organell-r-3", - "mushroom-red/small-organell-r-4", - "mushroom-red/small-organell-r-5", - "mushroom-red/small-organell-r-6", - "mushroom-red/small-organell-r-7", - "mushroom-red/small-organell-r-8", - "mushroom-red/small-organell-r-9", - "mushroom-red/small-organell-r-10" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - }, - { - "chance":0.21, - "edit":[ - { - "find":["RED_MUSHROOM_BLOCK"], - "replace":["WARPED_HYPHAE"] - }, - { - "find":["BROWN_MUSHROOM_BLOCK"], - "replace":["WARPED_WART_BLOCK"] - }, - { - "find":["MUSHROOM_STEM"], - "replace":["BLACKSTONE"] - } - ], - "density":2, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "place":[ - "mushroom-red/small-organell-r-1", - "mushroom-red/small-organell-r-2", - "mushroom-red/small-organell-r-3", - "mushroom-red/small-organell-r-4", - "mushroom-red/small-organell-r-5", - "mushroom-red/small-organell-r-6", - "mushroom-red/small-organell-r-7", - "mushroom-red/small-organell-r-8", - "mushroom-red/small-organell-r-9", - "mushroom-red/small-organell-r-10" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - }, - { - "chance":0.5, - "density":2, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "edit":[ - { - "find":["BROWN_MUSHROOM_BLOCK"], - "replace":["WARPED_HYPHAE"] - }, - { - "find":["RED_MUSHROOM_BLOCK"], - "replace":["WARPED_WART_BLOCK"] - }, - { - "find":["MUSHROOM_STEM"], - "replace":["BLACKSTONE"] - } - ], - "place":[ - "mushroom-red/organell-r-1", - "mushroom-red/organell-r-2", - "mushroom-red/organell-b-1", - "mushroom-red/organell-b-2", - "mushroom-red/organell-r-3", - "mushroom-red/organell-r-4", - "mushroom-red/organell-r-5", - "mushroom-red/organell-r-6", - "mushroom-red/organell-r-7", - "mushroom-red/organell-r-8", - "mushroom-red/organell-r-9", - "mushroom-red/organell-r-10" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - }, - { - "chance":0.5, - "edit":[ - { - "find":["RED_MUSHROOM_BLOCK"], - "replace":["WARPED_HYPHAE"] - }, - { - "find":["BROWN_MUSHROOM_BLOCK"], - "replace":["WARPED_WART_BLOCK"] - }, - { - "find":["MUSHROOM_STEM"], - "replace":["BLACKSTONE"] - } - ], - "density":2, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "place":[ - "mushroom-red/organell-r-1", - "mushroom-red/organell-r-2", - "mushroom-red/organell-b-1", - "mushroom-red/organell-b-2", - "mushroom-red/organell-r-3", - "mushroom-red/organell-r-4", - "mushroom-red/organell-r-5", - "mushroom-red/organell-r-6", - "mushroom-red/organell-r-7", - "mushroom-red/organell-r-8", - "mushroom-red/organell-r-9", - "mushroom-red/organell-r-10" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - }, - { - "chance":0.1, - "edit":[ - { - "find":["RED_MUSHROOM_BLOCK"], - "replace":["WARPED_HYPHAE"] - }, - { - "find":["BROWN_MUSHROOM_BLOCK"], - "replace":["WARPED_WART_BLOCK"] - }, - { - "find":["MUSHROOM_STEM"], - "replace":["BLACKSTONE"] - } - ], - "density":1, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "place":[ - "shroom/mushclutt1", - "shroom/mushclutt2", - "shroom/mushclutt3", - "shroom/mushclutt4", - "shroom/mushclutt5" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - }, - { - "chance":0.1, - "density":1, - "rotation":{ - "yAxis":{ - "min":0, - "max":0, - "interval":90, - "enabled":true - }, - "enabled":true - }, - "edit":[ - { - "find":["BROWN_MUSHROOM_BLOCK"], - "replace":["WARPED_HYPHAE"] - }, - { - "find":["RED_MUSHROOM_BLOCK"], - "replace":["WARPED_WART_BLOCK"] - }, - { - "find":["MUSHROOM_STEM"], - "replace":["BLACKSTONE"] - } - ], - "place":[ - "shroom/mushclutt1", - "shroom/mushclutt2", - "shroom/mushclutt3", - "shroom/mushclutt4", - "shroom/mushclutt5" - ], - "translate":{ - "x":0, - "y":-1, - "z":0 - } - } + "objects": [ + { + "chance": 0.21, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "edit": [ + { + "find": [ + "BROWN_MUSHROOM_BLOCK" + ], + "replace": [ + "WARPED_HYPHAE" + ] + }, + { + "find": [ + "RED_MUSHROOM_BLOCK" + ], + "replace": [ + "WARPED_WART_BLOCK" + ] + }, + { + "find": [ + "MUSHROOM_STEM" + ], + "replace": [ + "BLACKSTONE" + ] + } + ], + "place": [ + "mushroom-red/small-organell-r-1", + "mushroom-red/small-organell-r-2", + "mushroom-red/small-organell-r-3", + "mushroom-red/small-organell-r-4", + "mushroom-red/small-organell-r-5", + "mushroom-red/small-organell-r-6", + "mushroom-red/small-organell-r-7", + "mushroom-red/small-organell-r-8", + "mushroom-red/small-organell-r-9", + "mushroom-red/small-organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.21, + "edit": [ + { + "find": [ + "RED_MUSHROOM_BLOCK" + ], + "replace": [ + "WARPED_HYPHAE" + ] + }, + { + "find": [ + "BROWN_MUSHROOM_BLOCK" + ], + "replace": [ + "WARPED_WART_BLOCK" + ] + }, + { + "find": [ + "MUSHROOM_STEM" + ], + "replace": [ + "BLACKSTONE" + ] + } + ], + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "mushroom-red/small-organell-r-1", + "mushroom-red/small-organell-r-2", + "mushroom-red/small-organell-r-3", + "mushroom-red/small-organell-r-4", + "mushroom-red/small-organell-r-5", + "mushroom-red/small-organell-r-6", + "mushroom-red/small-organell-r-7", + "mushroom-red/small-organell-r-8", + "mushroom-red/small-organell-r-9", + "mushroom-red/small-organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.5, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "edit": [ + { + "find": [ + "BROWN_MUSHROOM_BLOCK" + ], + "replace": [ + "WARPED_HYPHAE" + ] + }, + { + "find": [ + "RED_MUSHROOM_BLOCK" + ], + "replace": [ + "WARPED_WART_BLOCK" + ] + }, + { + "find": [ + "MUSHROOM_STEM" + ], + "replace": [ + "BLACKSTONE" + ] + } + ], + "place": [ + "mushroom-red/organell-r-1", + "mushroom-red/organell-r-2", + "mushroom-red/organell-b-1", + "mushroom-red/organell-b-2", + "mushroom-red/organell-r-3", + "mushroom-red/organell-r-4", + "mushroom-red/organell-r-5", + "mushroom-red/organell-r-6", + "mushroom-red/organell-r-7", + "mushroom-red/organell-r-8", + "mushroom-red/organell-r-9", + "mushroom-red/organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.5, + "edit": [ + { + "find": [ + "RED_MUSHROOM_BLOCK" + ], + "replace": [ + "WARPED_HYPHAE" + ] + }, + { + "find": [ + "BROWN_MUSHROOM_BLOCK" + ], + "replace": [ + "WARPED_WART_BLOCK" + ] + }, + { + "find": [ + "MUSHROOM_STEM" + ], + "replace": [ + "BLACKSTONE" + ] + } + ], + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "mushroom-red/organell-r-1", + "mushroom-red/organell-r-2", + "mushroom-red/organell-b-1", + "mushroom-red/organell-b-2", + "mushroom-red/organell-r-3", + "mushroom-red/organell-r-4", + "mushroom-red/organell-r-5", + "mushroom-red/organell-r-6", + "mushroom-red/organell-r-7", + "mushroom-red/organell-r-8", + "mushroom-red/organell-r-9", + "mushroom-red/organell-r-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.1, + "edit": [ + { + "find": [ + "RED_MUSHROOM_BLOCK" + ], + "replace": [ + "WARPED_HYPHAE" + ] + }, + { + "find": [ + "BROWN_MUSHROOM_BLOCK" + ], + "replace": [ + "WARPED_WART_BLOCK" + ] + }, + { + "find": [ + "MUSHROOM_STEM" + ], + "replace": [ + "BLACKSTONE" + ] + } + ], + "density": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "shroom/mushclutt1", + "shroom/mushclutt2", + "shroom/mushclutt3", + "shroom/mushclutt4", + "shroom/mushclutt5" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.1, + "density": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "edit": [ + { + "find": [ + "BROWN_MUSHROOM_BLOCK" + ], + "replace": [ + "WARPED_HYPHAE" + ] + }, + { + "find": [ + "RED_MUSHROOM_BLOCK" + ], + "replace": [ + "WARPED_WART_BLOCK" + ] + }, + { + "find": [ + "MUSHROOM_STEM" + ], + "replace": [ + "BLACKSTONE" + ] + } + ], + "place": [ + "shroom/mushclutt1", + "shroom/mushclutt2", + "shroom/mushclutt3", + "shroom/mushclutt4", + "shroom/mushclutt5" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + } ], - "decorators":[ - { - "zoom":0.3, - "chance":0.009, - "palette":[ - "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", - "minecraft:warped_button[face=floor,facing=south,powered=false]" - ], - "style":{"style": "STATIC"}, - "variance":{"style":"STATIC"} - }, - { - "zoom":0.3, - "chance":0.05, - "palette":[ - "WARPED_FUNGUS" - ], - "style":{"style": "STATIC"}, - "variance":{"style":"STATIC"} - }, - { - "zoom":0.3, - "chance":0.11, - "palette":[ - "WARPED_ROOTS" - ], - "style":{"style": "STATIC"}, - "variance":{"style":"STATIC"} - }, - { - "zoom":0.3, - "chance":0.03, - "stackMin": 3, - "stackMax": 7, - "palette":[ - "TWISTING_VINES_PLANT" - ], - "style":{"style": "STATIC"}, - "variance":{"style":"STATIC"} - } + "decorators": [ + { + "zoom": 0.3, + "chance": 0.009, + "palette": [ + "minecraft:polished_blackstone_button[face=floor,facing=east,powered=false]", + "minecraft:warped_button[face=floor,facing=south,powered=false]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.05, + "palette": [ + "WARPED_FUNGUS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.11, + "palette": [ + "WARPED_ROOTS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.03, + "stackMin": 3, + "stackMax": 7, + "palette": [ + "TWISTING_VINES_PLANT" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ - { - "generator":"plain-cliffs", - "min": 4, - "max": 39 - } + "generators": [ + { + "generator": "plain-cliffs", + "min": 4, + "max": 39 + } ], - "derivative":"WARPED_FOREST" - } \ No newline at end of file + "derivative": "WARPED_FOREST" +} \ No newline at end of file diff --git a/biomes/rocky-mountains-cliffs.json b/biomes/rocky-mountains-cliffs.json index a001df7f..7bbb696a 100644 --- a/biomes/rocky-mountains-cliffs.json +++ b/biomes/rocky-mountains-cliffs.json @@ -14,7 +14,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -22,16 +24,17 @@ ] } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", "STONE" ] }, - "generators":[ + "generators": [ { "generator": "plain", "min": 11, @@ -51,9 +54,13 @@ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], "objects": [ { @@ -75,7 +82,6 @@ "boulder/boulder6", "boulder/boulder7", "boulder/boulder8" - ], "translate": { "x": 0, @@ -85,7 +91,9 @@ } ], "derivative": "MOUNTAINS", - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": { + "style": "IRIS" + }, "biomeZoom": 30, "biomeScatter": [ "PLAINS", diff --git a/biomes/rocky-mountains.json b/biomes/rocky-mountains.json index 4c2fb72a..22177863 100644 --- a/biomes/rocky-mountains.json +++ b/biomes/rocky-mountains.json @@ -14,7 +14,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -22,20 +24,21 @@ ] } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 29, "max": 63 } ], - "children":[ + "children": [ "rocky-mountains-cliffs" ], "childShrinkFactor": 8, - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -62,7 +65,6 @@ "boulder/boulder6", "boulder/boulder7", "boulder/boulder8" - ], "translate": { "x": 0, @@ -79,12 +81,18 @@ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], "derivative": "MOUNTAINS", - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": { + "style": "IRIS" + }, "biomeZoom": 30, "biomeScatter": [ "PLAINS", diff --git a/biomes/swamp-beach.json b/biomes/swamp-beach.json index 4c9c4b40..7b0b5b56 100644 --- a/biomes/swamp-beach.json +++ b/biomes/swamp-beach.json @@ -7,7 +7,9 @@ }, "layers": [ { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.25, "minHeight": 3, "maxHeight": 6, @@ -26,7 +28,9 @@ } ], "slab": { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", @@ -34,7 +38,7 @@ "AIR" ] }, - "decorators":[ + "decorators": [ { "zoom": 0.3, "chance": 0.004, @@ -42,9 +46,13 @@ "minecraft:dark_oak_button[face=floor,facing=east,powered=false]", "AIR" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.00009, @@ -54,9 +62,13 @@ "BROWN_MUSHROOM", "POPPY" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 5, "chance": 0.009, @@ -65,12 +77,18 @@ "palette": [ "SUGAR_CANE" ], - "heightVariance": {"style": "STATIC"}, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "heightVariance": { + "style": "STATIC" + }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": -1, diff --git a/biomes/swamp-dark-oak-denmyre.json b/biomes/swamp-dark-oak-denmyre.json index 5e700787..a38c0edd 100644 --- a/biomes/swamp-dark-oak-denmyre.json +++ b/biomes/swamp-dark-oak-denmyre.json @@ -1,117 +1,117 @@ { - "name": "Swamp Denmyre", - "rarity": 2, - "layers": [ - { - "style": { - "style": "STATIC" - }, - "zoom": 0.01, - "palette": [ - "GRAVEL", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK" - ] - }, - { - "palette": [ - "DIRT" - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - "COARSE_DIRT" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "decorators": [ - { - "zoom": 0.01, - "chance": 0.01, - "palette": [ - "DEAD_BUSH", - "BROWN_MUSHROOM" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.4, - "palette": [ - "GRASS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 1, - "chance": 0.003, - "palette": [ - "minecraft:dark_oak_button[face=floor,facing=east,powered=false]", - "minecraft:dark_oak_button[face=floor,facing=south,powered=false]" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.017, - "palette": [ - "TALL_GRASS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "objects": [ + "name": "Swamp Denmyre", + "rarity": 2, + "layers": [ + { + "style": { + "style": "STATIC" + }, + "zoom": 0.01, + "palette": [ + "GRAVEL", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK" + ] + }, + { + "palette": [ + "DIRT" + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + "COARSE_DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] + } + ], + "decorators": [ + { + "zoom": 0.01, + "chance": 0.01, + "palette": [ + "DEAD_BUSH", + "BROWN_MUSHROOM" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.4, + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 1, + "chance": 0.003, + "palette": [ + "minecraft:dark_oak_button[face=floor,facing=east,powered=false]", + "minecraft:dark_oak_button[face=floor,facing=south,powered=false]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.017, + "palette": [ + "TALL_GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "objects": [ { "chance": 0.0025, "rotation": { @@ -133,104 +133,111 @@ "z": 0 } }, - { - "chance": 0.7, - "density": 2, - "edit": [ { - "find": [ - "dark_oak_planks" - ], - "replace": [ - "stripped_dark_oak_wood" - ] + "chance": 0.7, + "density": 2, + "edit": [ + { + "find": [ + "dark_oak_planks" + ], + "replace": [ + "stripped_dark_oak_wood" + ] + }, + { + "find": [ + "SPRUCE_LEAVES" + ], + "replace": [ + "OAK_LEAVES" + ] + }, + { + "find": [ + "BIRCH_LEAVES" + ], + "replace": [ + "DARK_OAK_LEAVES" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "dark-oak-medium/dark-oak-denmyre-1", + "dark-oak-medium/dark-oak-denmyre-2", + "dark-oak-medium/dark-oak-denmyre-3", + "dark-oak-medium/dark-oak-denmyre-4", + "dark-oak-medium/dark-oak-denmyre-5", + "dark-oak-medium/dark-oak-denmyre-6", + "dark-oak-medium/dark-oak-denmyre-7", + "dark-oak-medium/dark-oak-denmyre-8", + "dark-oak-medium/dark-oak-denmyre-9", + "dark-oak-medium/dark-oak-denmyre-10", + "dark-oak-medium/dark-oak-denmyre-11", + "dark-oak-medium/dark-oak-denmyre-12" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } }, - { - "find": ["SPRUCE_LEAVES"], - "replace": ["OAK_LEAVES"] - }, - { - "find": ["BIRCH_LEAVES"], - "replace": ["DARK_OAK_LEAVES"] - } - ], - - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "chance": 0.3, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "denmyre/oak-denmyre-clutter-1", + "denmyre/oak-denmyre-clutter-2", + "denmyre/oak-denmyre-clutter-3", + "denmyre/oak-denmyre-clutter-4", + "denmyre/oak-denmyre-clutter-5", + "denmyre/oak-denmyre-clutter-6", + "denmyre/oak-denmyre-clutter-7", + "denmyre/oak-denmyre-clutter-8", + "denmyre/oak-denmyre-clutter-9", + "denmyre/oak-denmyre-clutter-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + } + ], + "wall": { + "style": { + "style": "STATIC" }, - "enabled": true - }, - "place": [ - "dark-oak-medium/dark-oak-denmyre-1", - "dark-oak-medium/dark-oak-denmyre-2", - "dark-oak-medium/dark-oak-denmyre-3", - "dark-oak-medium/dark-oak-denmyre-4", - "dark-oak-medium/dark-oak-denmyre-5", - "dark-oak-medium/dark-oak-denmyre-6", - "dark-oak-medium/dark-oak-denmyre-7", - "dark-oak-medium/dark-oak-denmyre-8", - "dark-oak-medium/dark-oak-denmyre-9", - "dark-oak-medium/dark-oak-denmyre-10", - "dark-oak-medium/dark-oak-denmyre-11", - "dark-oak-medium/dark-oak-denmyre-12" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] }, - { - "chance": 0.3, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "denmyre/oak-denmyre-clutter-1", - "denmyre/oak-denmyre-clutter-2", - "denmyre/oak-denmyre-clutter-3", - "denmyre/oak-denmyre-clutter-4", - "denmyre/oak-denmyre-clutter-5", - "denmyre/oak-denmyre-clutter-6", - "denmyre/oak-denmyre-clutter-7", - "denmyre/oak-denmyre-clutter-8", - "denmyre/oak-denmyre-clutter-9", - "denmyre/oak-denmyre-clutter-10" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - } - ], - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - }, - "generators": [ - { - "generator": "plain", - "min": 4, - "max": 7 - } - ], - "derivative": "SWAMP" + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 7 + } + ], + "derivative": "SWAMP" } \ No newline at end of file diff --git a/biomes/swamp-mountains.json b/biomes/swamp-mountains.json index 6a6468cb..dc331a01 100644 --- a/biomes/swamp-mountains.json +++ b/biomes/swamp-mountains.json @@ -17,7 +17,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "ANDESITE", "STONE" @@ -88,24 +90,40 @@ }, { "chance": 0.18, - "edit":[ + "edit": [ { - "find":["oak_log"], - "replace":["dark_oak_log"] - }, - { - "find":["oak_wood"], - "replace":["dark_oak_wood"] - }, - { - "find":["oak_fence"], - "replace":["dark_oak_fence"] - }, - { - "find":["dark_oak_planks"], - "replace":["stripped_dark_oak_wood"] - } - ], + "find": [ + "oak_log" + ], + "replace": [ + "dark_oak_log" + ] + }, + { + "find": [ + "oak_wood" + ], + "replace": [ + "dark_oak_wood" + ] + }, + { + "find": [ + "oak_fence" + ], + "replace": [ + "dark_oak_fence" + ] + }, + { + "find": [ + "dark_oak_planks" + ], + "replace": [ + "stripped_dark_oak_wood" + ] + } + ], "rotation": { "yAxis": { "min": 0, @@ -157,24 +175,40 @@ }, { "chance": 0.08, - "edit":[ + "edit": [ { - "find":["oak_log"], - "replace":["dark_oak_log"] - }, - { - "find":["oak_wood"], - "replace":["dark_oak_wood"] - }, - { - "find":["oak_fence"], - "replace":["dark_oak_fence"] - }, - { - "find":["dark_oak_planks"], - "replace":["stripped_dark_oak_wood"] - } - ], + "find": [ + "oak_log" + ], + "replace": [ + "dark_oak_log" + ] + }, + { + "find": [ + "oak_wood" + ], + "replace": [ + "dark_oak_wood" + ] + }, + { + "find": [ + "oak_fence" + ], + "replace": [ + "dark_oak_fence" + ] + }, + { + "find": [ + "dark_oak_planks" + ], + "replace": [ + "stripped_dark_oak_wood" + ] + } + ], "rotation": { "yAxis": { "min": 0, @@ -199,7 +233,7 @@ } } ], - "generators":[ + "generators": [ { "generator": "mountain", "min": 13, @@ -207,41 +241,68 @@ } ], "decorators": [ - { + { "zoom": 0.01, "chance": 0.01, - "palette": ["DEAD_BUSH", "RED_MUSHROOM"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, - { + "palette": [ + "DEAD_BUSH", + "RED_MUSHROOM" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { "zoom": 1, "chance": 0.003, "palette": [ "minecraft:dark_oak_button[face=floor,facing=east,powered=false]", "minecraft:dark_oak_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.1, "chance": 0.001, - "palette": ["WITHER_ROSE", "RED_MUSHROOM", "BROWN_MUSHROOM", "POPPY"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "palette": [ + "WITHER_ROSE", + "RED_MUSHROOM", + "BROWN_MUSHROOM", + "POPPY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.45, - "palette": ["GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", diff --git a/biomes/swamp-murky-cavern-gleaming.json b/biomes/swamp-murky-cavern-gleaming.json index 6f6d8e0b..6eaa8fbe 100644 --- a/biomes/swamp-murky-cavern-gleaming.json +++ b/biomes/swamp-murky-cavern-gleaming.json @@ -1,98 +1,98 @@ { - "name": "Gleaming Murky Cavern", - "rarity": 11, - "layers": [ - { - "maxHeight": 2, - "style": { - "style": "STATIC" - }, - "zoom": 0.1, - "minHeight": 1, - "palette": [ - "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK", - "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK", - "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK", - "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK", - "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK", - "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK", - "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK", - "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK", - "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK", - "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK", + "name": "Gleaming Murky Cavern", + "rarity": 11, + "layers": [ + { + "maxHeight": 2, + "style": { + "style": "STATIC" + }, + "zoom": 0.1, + "minHeight": 1, + "palette": [ "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK", - "SHROOMLIGHT" - ] - } - ],"objects": [ - + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK", + "SHROOMLIGHT" + ] + } + ], + "objects": [ { "chance": 0.00175, "rotation": { @@ -134,97 +134,97 @@ "z": 0 } }, - { - "chance": 0.005, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], "loot": { "tables": [ "cave-clutter" ] }, - "slab": { - "style": { - "style": "STATIC" + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR" + ] }, - "palette": [ - "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", - "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", - "AIR" - ] - }, - "decorators": [ - { - "chance": 0.0001, - "palette": [ - "BARREL" - ] - }, - { - "zoom": 0.3, - "chance": 0.01, - "palette": [ - "BROWN_MUSHROOM", - "RED_MUSHROOM" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.001, - "palette": [ - "COBWEB" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": 4, - "max": 6 - } - ], - "derivative": "SWAMP" + "decorators": [ + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, + { + "zoom": 0.3, + "chance": 0.01, + "palette": [ + "BROWN_MUSHROOM", + "RED_MUSHROOM" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.001, + "palette": [ + "COBWEB" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 6 + } + ], + "derivative": "SWAMP" } \ No newline at end of file diff --git a/biomes/swamp-murky-cavern.json b/biomes/swamp-murky-cavern.json index b552b702..185abd8d 100644 --- a/biomes/swamp-murky-cavern.json +++ b/biomes/swamp-murky-cavern.json @@ -1,25 +1,24 @@ { - "name": "Murky Cavern", - - "layers": [ - { - "maxHeight": 2, - "style": { - "style": "STATIC" - }, - "zoom": 0.1, - "minHeight": 1, - "palette": [ - "STONE", - "COBBLESTONE", - "COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_COBBLESTONE", - "MOSSY_STONE_BRICK" - ] - } - ],"objects": [ - + "name": "Murky Cavern", + "layers": [ + { + "maxHeight": 2, + "style": { + "style": "STATIC" + }, + "zoom": 0.1, + "minHeight": 1, + "palette": [ + "STONE", + "COBBLESTONE", + "COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_COBBLESTONE", + "MOSSY_STONE_BRICK" + ] + } + ], + "objects": [ { "chance": 0.00175, "rotation": { @@ -61,100 +60,100 @@ "z": 0 } }, - { - "chance": 0.005, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], - "children": [ - "swamp-murky-cavern-gleaming" - ], + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], + "children": [ + "swamp-murky-cavern-gleaming" + ], "loot": { "tables": [ "cave-clutter" ] }, - "slab": { - "style": { - "style": "STATIC" + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR" + ] }, - "palette": [ - "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", - "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", - "AIR" - ] - }, - "decorators": [ - { - "chance": 0.0001, - "palette": [ - "BARREL" - ] - }, - { - "zoom": 0.3, - "chance": 0.01, - "palette": [ - "BROWN_MUSHROOM", - "RED_MUSHROOM" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.001, - "palette": [ - "COBWEB" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": 4, - "max": 6 - } - ], - "derivative": "SWAMP" + "decorators": [ + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, + { + "zoom": 0.3, + "chance": 0.01, + "palette": [ + "BROWN_MUSHROOM", + "RED_MUSHROOM" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.001, + "palette": [ + "COBWEB" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 6 + } + ], + "derivative": "SWAMP" } \ No newline at end of file diff --git a/biomes/swamp-ocean.json b/biomes/swamp-ocean.json index 5d4d7dba..ed6cabb5 100644 --- a/biomes/swamp-ocean.json +++ b/biomes/swamp-ocean.json @@ -11,15 +11,13 @@ "style": "STATIC", "multiplier": 2 } - }, + }, "zoom": 0.825, "palette": [ "SAND", "DIRT", "GRAVEL", "CLAY" - - ] }, { @@ -42,33 +40,33 @@ "ocean-clutter" ] }, - "objects":[ - { - "chance": 0.05, - "density": 1, - "underwater": true, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, + "objects": [ + { + "chance": 0.05, + "density": 1, + "underwater": true, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, "enabled": true }, - "enabled": true - }, - "place": [ - "ships/swreck-1", - "ships/usd-ship-1", - "ships/usd-ship-2" - ], - "translate": { - "x": 0, - "y": -4, - "z": 0 + "place": [ + "ships/swreck-1", + "ships/usd-ship-1", + "ships/usd-ship-2" + ], + "translate": { + "x": 0, + "y": -4, + "z": 0 + } } - } ], - "decorators":[ + "decorators": [ { "zoom": 2.25, "chance": 0.025, @@ -76,18 +74,26 @@ "LILY_PAD" ], "partOf": "SEA_SURFACE", - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 20, "chance": 0.07, "palette": [ "SEAGRASS" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.0006, @@ -95,9 +101,13 @@ "SOUL_SAND", "MAGMA_BLOCK" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "stackMax": 24, @@ -106,11 +116,17 @@ "palette": [ "KELP_PLANT" ], - "heightVariance": {"style": "IRIS"}, + "heightVariance": { + "style": "IRIS" + }, "verticalZoom": 88, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "stackMax": 9, @@ -119,12 +135,17 @@ "palette": [ "KELP_PLANT" ], - "heightVariance": {"style": "STATIC"}, + "heightVariance": { + "style": "STATIC" + }, "verticalZoom": 20, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, - + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.004, @@ -132,13 +153,18 @@ "minecraft:sea_pickle[pickles=1,waterlogged=true]", "minecraft:sea_pickle[pickles=2,waterlogged=true]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "wall": - { - "style": {"style": "IRIS"}, + "wall": { + "style": { + "style": "IRIS" + }, "palette": [ "CLAY", "SMOOTH_SANDSTONE", @@ -147,7 +173,9 @@ ] }, "slab": { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", @@ -159,7 +187,7 @@ "AIR" ] }, - "generators":[ + "generators": [ { "generator": "plain", "min": -41, diff --git a/biomes/swamp-roofed-marsh.json b/biomes/swamp-roofed-marsh.json index 6eba34a8..cce5f518 100644 --- a/biomes/swamp-roofed-marsh.json +++ b/biomes/swamp-roofed-marsh.json @@ -3,7 +3,9 @@ "layers": [ { "zoom": 0.5, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "GRASS_BLOCK", "GRASS_BLOCK", @@ -25,7 +27,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -33,9 +37,10 @@ ] } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -45,16 +50,24 @@ "objects": [ { "chance": 0.5, - "edit": [ - { - "find": ["SPRUCE_LEAVES"], - "replace": ["OAK_LEAVES"] - }, - { - "find": ["BIRCH_LEAVES"], - "replace": ["DARK_OAK_LEAVES"] - } - ], + "edit": [ + { + "find": [ + "SPRUCE_LEAVES" + ], + "replace": [ + "OAK_LEAVES" + ] + }, + { + "find": [ + "BIRCH_LEAVES" + ], + "replace": [ + "DARK_OAK_LEAVES" + ] + } + ], "rotation": { "yAxis": { "min": 0, @@ -87,15 +100,23 @@ { "chance": 0.5, "edit": [ - { - "find": ["SPRUCE_LEAVES"], - "replace": ["OAK_LEAVES"] - }, - { - "find": ["BIRCH_LEAVES"], - "replace": ["DARK_OAK_LEAVES"] - } - ], + { + "find": [ + "SPRUCE_LEAVES" + ], + "replace": [ + "OAK_LEAVES" + ] + }, + { + "find": [ + "BIRCH_LEAVES" + ], + "replace": [ + "DARK_OAK_LEAVES" + ] + } + ], "rotation": { "yAxis": { "min": 0, @@ -152,24 +173,40 @@ }, { "chance": 0.1, - "edit":[ + "edit": [ { - "find":["oak_log"], - "replace":["dark_oak_log"] - }, - { - "find":["oak_wood"], - "replace":["dark_oak_wood"] - }, - { - "find":["oak_fence"], - "replace":["dark_oak_fence"] - }, - { - "find":["dark_oak_planks"], - "replace":["stripped_dark_oak_wood"] - } - ], + "find": [ + "oak_log" + ], + "replace": [ + "dark_oak_log" + ] + }, + { + "find": [ + "oak_wood" + ], + "replace": [ + "dark_oak_wood" + ] + }, + { + "find": [ + "oak_fence" + ], + "replace": [ + "dark_oak_fence" + ] + }, + { + "find": [ + "dark_oak_planks" + ], + "replace": [ + "stripped_dark_oak_wood" + ] + } + ], "rotation": { "yAxis": { "min": 0, @@ -195,24 +232,40 @@ }, { "chance": 0.3, - "edit":[ + "edit": [ { - "find":["oak_log"], - "replace":["dark_oak_log"] - }, - { - "find":["oak_wood"], - "replace":["dark_oak_wood"] - }, - { - "find":["oak_fence"], - "replace":["dark_oak_fence"] - }, - { - "find":["dark_oak_planks"], - "replace":["stripped_dark_oak_wood"] - } - ], + "find": [ + "oak_log" + ], + "replace": [ + "dark_oak_log" + ] + }, + { + "find": [ + "oak_wood" + ], + "replace": [ + "dark_oak_wood" + ] + }, + { + "find": [ + "oak_fence" + ], + "replace": [ + "dark_oak_fence" + ] + }, + { + "find": [ + "dark_oak_planks" + ], + "replace": [ + "stripped_dark_oak_wood" + ] + } + ], "rotation": { "yAxis": { "min": 0, @@ -274,27 +327,41 @@ "BROWN_MUSHROOM", "RED_MUSHROOM" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.0002, "palette": [ "CRIMSON_FUNGUS" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.45, - "palette": ["GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "sharper", "min": -7, diff --git a/biomes/swamp-roofed.json b/biomes/swamp-roofed.json index 7302351a..0fbe2682 100644 --- a/biomes/swamp-roofed.json +++ b/biomes/swamp-roofed.json @@ -1,370 +1,386 @@ { - "name": "Roofed Swamp", - "layers": [ - { - "zoom": 0.5, - "style": { - "style": "STATIC" - }, - "palette": [ - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "PODZOL", - "PODZOL" - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - "DIRT", - "COARSE_DIRT" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - }, - "objects": [ - { - "chance": 0.5, - "edit": [ - { - "find": ["SPRUCE_LEAVES"], - "replace": ["OAK_LEAVES"] - }, - { - "find": ["BIRCH_LEAVES"], - "replace": ["DARK_OAK_LEAVES"] - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "roofed-wayward/med-1", - "roofed-wayward/med-2", - "roofed-wayward/med-3", - "roofed-wayward/med-4", - "roofed-wayward/med-5", - "roofed-wayward/med-6", - "roofed-wayward/med-7", - "roofed-wayward/med-8", - "roofed-wayward/med-9", - "roofed-wayward/med-10", - "roofed-wayward/med-11", - "roofed-wayward/med-12" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.5, - "edit": [ - { - "find": ["SPRUCE_LEAVES"], - "replace": ["OAK_LEAVES"] - }, - { - "find": ["BIRCH_LEAVES"], - "replace": ["DARK_OAK_LEAVES"] - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "roofed-wayward/taller-roof-1", - "roofed-wayward/taller-roof-2", - "roofed-wayward/taller-roof-3", - "roofed-wayward/taller-roof-4", - "roofed-wayward/taller-roof-5", - "roofed-wayward/taller-roof-6", - "roofed-wayward/taller-roof-7", - "roofed-wayward/taller-roof-8", - "roofed-wayward/taller-roof-9", - "roofed-wayward/taller-roof-10" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.135, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.1, - "edit": [ + "name": "Roofed Swamp", + "layers": [ { - "find": [ - "oak_log" - ], - "replace": [ - "dark_oak_log" - ] + "zoom": 0.5, + "style": { + "style": "STATIC" + }, + "palette": [ + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "PODZOL", + "PODZOL" + ] }, { - "find": [ - "oak_wood" - ], - "replace": [ - "dark_oak_wood" - ] + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "DIRT", + "COARSE_DIRT" + ] }, { - "find": [ - "oak_fence" - ], - "replace": [ - "dark_oak_fence" - ] - }, - { - "find": [ - "dark_oak_planks" - ], - "replace": [ - "stripped_dark_oak_wood" - ] + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + ], + "wall": { + "style": { + "style": "STATIC" }, - "enabled": true - }, - "place": [ - "stump/stump1", - "stump/stump2", - "stump/stump3", - "stump/stump4", - "stump/stump5", - "stump/stump6" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] }, - { - "chance": 0.3, - "edit": [ + "objects": [ { - "find": [ - "oak_log" - ], - "replace": [ - "dark_oak_log" - ] + "chance": 0.5, + "edit": [ + { + "find": [ + "SPRUCE_LEAVES" + ], + "replace": [ + "OAK_LEAVES" + ] + }, + { + "find": [ + "BIRCH_LEAVES" + ], + "replace": [ + "DARK_OAK_LEAVES" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "roofed-wayward/med-1", + "roofed-wayward/med-2", + "roofed-wayward/med-3", + "roofed-wayward/med-4", + "roofed-wayward/med-5", + "roofed-wayward/med-6", + "roofed-wayward/med-7", + "roofed-wayward/med-8", + "roofed-wayward/med-9", + "roofed-wayward/med-10", + "roofed-wayward/med-11", + "roofed-wayward/med-12" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } }, { - "find": [ - "oak_wood" - ], - "replace": [ - "dark_oak_wood" - ] + "chance": 0.5, + "edit": [ + { + "find": [ + "SPRUCE_LEAVES" + ], + "replace": [ + "OAK_LEAVES" + ] + }, + { + "find": [ + "BIRCH_LEAVES" + ], + "replace": [ + "DARK_OAK_LEAVES" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "roofed-wayward/taller-roof-1", + "roofed-wayward/taller-roof-2", + "roofed-wayward/taller-roof-3", + "roofed-wayward/taller-roof-4", + "roofed-wayward/taller-roof-5", + "roofed-wayward/taller-roof-6", + "roofed-wayward/taller-roof-7", + "roofed-wayward/taller-roof-8", + "roofed-wayward/taller-roof-9", + "roofed-wayward/taller-roof-10" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } }, { - "find": [ - "oak_fence" - ], - "replace": [ - "dark_oak_fence" - ] + "chance": 0.135, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } }, { - "find": [ - "dark_oak_planks" - ], - "replace": [ - "stripped_dark_oak_wood" - ] + "chance": 0.1, + "edit": [ + { + "find": [ + "oak_log" + ], + "replace": [ + "dark_oak_log" + ] + }, + { + "find": [ + "oak_wood" + ], + "replace": [ + "dark_oak_wood" + ] + }, + { + "find": [ + "oak_fence" + ], + "replace": [ + "dark_oak_fence" + ] + }, + { + "find": [ + "dark_oak_planks" + ], + "replace": [ + "stripped_dark_oak_wood" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "stump/stump1", + "stump/stump2", + "stump/stump3", + "stump/stump4", + "stump/stump5", + "stump/stump6" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.3, + "edit": [ + { + "find": [ + "oak_log" + ], + "replace": [ + "dark_oak_log" + ] + }, + { + "find": [ + "oak_wood" + ], + "replace": [ + "dark_oak_wood" + ] + }, + { + "find": [ + "oak_fence" + ], + "replace": [ + "dark_oak_fence" + ] + }, + { + "find": [ + "dark_oak_planks" + ], + "replace": [ + "stripped_dark_oak_wood" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "clutter/oak-clutt-1", + "clutter/oak-clutt-2", + "clutter/oak-clutt-3", + "clutter/oak-clutt-4", + "clutter/oak-clutt-5" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.001, + "rotation": { + "enabled": false + }, + "place": [ + "stump/grave-1" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + ], + "structures": [ + { + "tileset": "murky-stronghold", + "zoom": 3.15, + "ratio": 0.58, + "height": 53, + "rarity": 32, + "shuffle": 11 + } + ], + "children": [ + "swamp-dark-oak-denmyre" + ], + "decorators": [ + { + "zoom": 0.3, + "chance": 0.01, + "palette": [ + "DEAD_BUSH", + "BROWN_MUSHROOM", + "RED_MUSHROOM", + "BROWN_MUSHROOM", + "RED_MUSHROOM" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } }, - "enabled": true - }, - "place": [ - "clutter/oak-clutt-1", - "clutter/oak-clutt-2", - "clutter/oak-clutt-3", - "clutter/oak-clutt-4", - "clutter/oak-clutt-5" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.001, - "rotation": { - "enabled": false - }, - "place": [ - "stump/grave-1" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - } - ], - "structures": [ - { - "tileset": "murky-stronghold", - "zoom": 3.15, - "ratio": 0.58, - "height": 53, - "rarity": 32, - "shuffle": 11 - } - ], - "children": [ - "swamp-dark-oak-denmyre" - ], - "decorators": [ - { - "zoom": 0.3, - "chance": 0.01, - "palette": [ - "DEAD_BUSH", - "BROWN_MUSHROOM", - "RED_MUSHROOM", - "BROWN_MUSHROOM", - "RED_MUSHROOM" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.0002, - "palette": [ - "CRIMSON_FUNGUS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 1, - "chance": 0.003, - "palette": [ - "minecraft:dark_oak_button[face=floor,facing=east,powered=false]", - "minecraft:dark_oak_button[face=floor,facing=south,powered=false]" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.45, - "palette": [ - "GRASS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": 4, - "max": 11 - } - ], - "derivative": "SWAMP" + { + "zoom": 0.3, + "chance": 0.0002, + "palette": [ + "CRIMSON_FUNGUS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 1, + "chance": 0.003, + "palette": [ + "minecraft:dark_oak_button[face=floor,facing=east,powered=false]", + "minecraft:dark_oak_button[face=floor,facing=south,powered=false]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.45, + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 11 + } + ], + "derivative": "SWAMP" } \ No newline at end of file diff --git a/biomes/swamp-willow-forest.json b/biomes/swamp-willow-forest.json index 7a1edbe0..92739727 100644 --- a/biomes/swamp-willow-forest.json +++ b/biomes/swamp-willow-forest.json @@ -1,424 +1,424 @@ { - "name": "Roofed Willow", - "layers": [ - { - "zoom": 0.5, - "style": { - "style": "STATIC" - }, - "palette": [ - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "PODZOL", - "PODZOL" - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - "DIRT", - "COARSE_DIRT" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "effects": [ - { - "interval": 4750, - "sound": "AMBIENT_SOUL_SAND_VALLEY_MOOD", - "soundDistance": 3, - "volume": 6.2, - "minPitch": 1.6, - "maxPitch": 1.35, - "chance": 11 - }, - { - "interval": 1550, - "sound": "AMBIENT_SOUL_SAND_VALLEY_MOOD", - "soundDistance": 3, - "volume": 6.2, - "minPitch": 0.4, - "maxPitch": 0.2, - "chance": 5 - }, - { - "interval": 550, - "particleOffset": 12, - "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", - "particleCount": 0, - "particleAltX": 0.0101, - "particleAltY": -0.033885, - "particleAltZ": 0.0101, - "chance": 1 - } - ], - "structures": [ - { - "tileset": "murky-stronghold", - "zoom": 3.14, - "ratio": 0.59, - "height": 58, - "rarity": 31, - "shuffle": 16 - } - ], - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - }, - "objects": [ - { - "chance": 0.7, - "edit": [ + "name": "Roofed Willow", + "layers": [ { - "find": [ - "oak_log" - ], - "replace": [ - "dark_oak_log" - ] + "zoom": 0.5, + "style": { + "style": "STATIC" + }, + "palette": [ + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "PODZOL", + "PODZOL" + ] }, { - "find": [ - "oak_wood" - ], - "replace": [ - "dark_oak_wood" - ] + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "DIRT", + "COARSE_DIRT" + ] }, { - "find": [ - "oak_fence" - ], - "replace": [ - "dark_oak_fence" - ] - }, - { - "find": [ - "dark_oak_planks" - ], - "replace": [ - "stripped_dark_oak_wood" - ] + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "willwo/willwo-1", - "willwo/willwo-2", - "willwo/willwo-3", - "willwo/willwo-5", - "willwo/willwo-6", - "willwo/willwo-7", - "willwo/willwo-8", - "willwo/willwo-9", - "willwo/willwo-10", - "willwo/willwo-11" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.2, - "edit": [ + ], + "effects": [ { - "find": [ - "oak_log" - ], - "replace": [ - "dark_oak_log" - ] + "interval": 4750, + "sound": "AMBIENT_SOUL_SAND_VALLEY_MOOD", + "soundDistance": 3, + "volume": 6.2, + "minPitch": 1.6, + "maxPitch": 1.35, + "chance": 11 }, { - "find": [ - "oak_wood" - ], - "replace": [ - "dark_oak_wood" - ] + "interval": 1550, + "sound": "AMBIENT_SOUL_SAND_VALLEY_MOOD", + "soundDistance": 3, + "volume": 6.2, + "minPitch": 0.4, + "maxPitch": 0.2, + "chance": 5 }, { - "find": [ - "oak_fence" - ], - "replace": [ - "dark_oak_fence" - ] - }, - { - "find": [ - "dark_oak_planks" - ], - "replace": [ - "stripped_dark_oak_wood" - ] + "interval": 550, + "particleOffset": 12, + "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", + "particleCount": 0, + "particleAltX": 0.0101, + "particleAltY": -0.033885, + "particleAltZ": 0.0101, + "chance": 1 } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "willowbutbigger/o1", - "willowbutbigger/o2" - ], - "translate": { - "x": 24, - "y": -3, - "z": 0 - } - }, - { - "chance": 0.135, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.17, - "edit": [ + ], + "structures": [ { - "find": [ - "oak_log" - ], - "replace": [ - "dark_oak_log" - ] - }, - { - "find": [ - "oak_wood" - ], - "replace": [ - "dark_oak_wood" - ] - }, - { - "find": [ - "oak_fence" - ], - "replace": [ - "dark_oak_fence" - ] - }, - { - "find": [ - "dark_oak_planks" - ], - "replace": [ - "stripped_dark_oak_wood" - ] + "tileset": "murky-stronghold", + "zoom": 3.14, + "ratio": 0.59, + "height": 58, + "rarity": 31, + "shuffle": 16 } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + ], + "wall": { + "style": { + "style": "STATIC" }, - "enabled": true - }, - "place": [ - "clutter/oak-clutt-1", - "clutter/oak-clutt-2", - "clutter/oak-clutt-3", - "clutter/oak-clutt-4", - "clutter/oak-clutt-5" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] }, - { - "chance": 0.08, - "edit": [ + "objects": [ { - "find": [ - "oak_log" - ], - "replace": [ - "dark_oak_log" - ] + "chance": 0.7, + "edit": [ + { + "find": [ + "oak_log" + ], + "replace": [ + "dark_oak_log" + ] + }, + { + "find": [ + "oak_wood" + ], + "replace": [ + "dark_oak_wood" + ] + }, + { + "find": [ + "oak_fence" + ], + "replace": [ + "dark_oak_fence" + ] + }, + { + "find": [ + "dark_oak_planks" + ], + "replace": [ + "stripped_dark_oak_wood" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "willwo/willwo-1", + "willwo/willwo-2", + "willwo/willwo-3", + "willwo/willwo-5", + "willwo/willwo-6", + "willwo/willwo-7", + "willwo/willwo-8", + "willwo/willwo-9", + "willwo/willwo-10", + "willwo/willwo-11" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } }, { - "find": [ - "oak_wood" - ], - "replace": [ - "dark_oak_wood" - ] + "chance": 0.2, + "edit": [ + { + "find": [ + "oak_log" + ], + "replace": [ + "dark_oak_log" + ] + }, + { + "find": [ + "oak_wood" + ], + "replace": [ + "dark_oak_wood" + ] + }, + { + "find": [ + "oak_fence" + ], + "replace": [ + "dark_oak_fence" + ] + }, + { + "find": [ + "dark_oak_planks" + ], + "replace": [ + "stripped_dark_oak_wood" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "willowbutbigger/o1", + "willowbutbigger/o2" + ], + "translate": { + "x": 24, + "y": -3, + "z": 0 + } }, { - "find": [ - "oak_fence" - ], - "replace": [ - "dark_oak_fence" - ] + "chance": 0.135, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } }, { - "find": [ - "dark_oak_planks" - ], - "replace": [ - "stripped_dark_oak_wood" - ] + "chance": 0.17, + "edit": [ + { + "find": [ + "oak_log" + ], + "replace": [ + "dark_oak_log" + ] + }, + { + "find": [ + "oak_wood" + ], + "replace": [ + "dark_oak_wood" + ] + }, + { + "find": [ + "oak_fence" + ], + "replace": [ + "dark_oak_fence" + ] + }, + { + "find": [ + "dark_oak_planks" + ], + "replace": [ + "stripped_dark_oak_wood" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "clutter/oak-clutt-1", + "clutter/oak-clutt-2", + "clutter/oak-clutt-3", + "clutter/oak-clutt-4", + "clutter/oak-clutt-5" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.08, + "edit": [ + { + "find": [ + "oak_log" + ], + "replace": [ + "dark_oak_log" + ] + }, + { + "find": [ + "oak_wood" + ], + "replace": [ + "dark_oak_wood" + ] + }, + { + "find": [ + "oak_fence" + ], + "replace": [ + "dark_oak_fence" + ] + }, + { + "find": [ + "dark_oak_planks" + ], + "replace": [ + "stripped_dark_oak_wood" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "stump/stump1", + "stump/stump2", + "stump/stump3", + "stump/stump4", + "stump/stump5", + "stump/stump6" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.00005, + "rotation": { + "enabled": false + }, + "place": [ + "stump/grave-1" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + ], + "children": [ + "swamp-dark-oak-denmyre" + ], + "decorators": [ + { + "zoom": 0.3, + "chance": 0.01, + "palette": [ + "DEAD_BUSH" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } }, - "enabled": true - }, - "place": [ - "stump/stump1", - "stump/stump2", - "stump/stump3", - "stump/stump4", - "stump/stump5", - "stump/stump6" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.00005, - "rotation": { - "enabled": false - }, - "place": [ - "stump/grave-1" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - } - ], - "children": [ - "swamp-dark-oak-denmyre" - ], - "decorators": [ - { - "zoom": 0.3, - "chance": 0.01, - "palette": [ - "DEAD_BUSH" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.0002, - "palette": [ - "CRIMSON_FUNGUS", - "BROWN_MUSHROOM", - "RED_MUSHROOM", - "BROWN_MUSHROOM", - "RED_MUSHROOM" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.45, - "palette": [ - "GRASS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": 4, - "max": 11 - } - ], - "derivative": "SWAMP" + { + "zoom": 0.3, + "chance": 0.0002, + "palette": [ + "CRIMSON_FUNGUS", + "BROWN_MUSHROOM", + "RED_MUSHROOM", + "BROWN_MUSHROOM", + "RED_MUSHROOM" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.45, + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 11 + } + ], + "derivative": "SWAMP" } \ No newline at end of file diff --git a/biomes/temperate-beach.json b/biomes/temperate-beach.json index 5db08780..eb1bfa07 100644 --- a/biomes/temperate-beach.json +++ b/biomes/temperate-beach.json @@ -22,7 +22,9 @@ } ], "slab": { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", @@ -53,7 +55,7 @@ } } ], - "decorators":[ + "decorators": [ { "zoom": 0.3, "chance": 0.003, @@ -62,9 +64,13 @@ "AIR", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 5, "chance": 0.09, @@ -73,12 +79,18 @@ "palette": [ "SUGAR_CANE" ], - "heightVariance": {"style": "STATIC"}, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "heightVariance": { + "style": "STATIC" + }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": -1, diff --git a/biomes/temperate-birch-denmyre.json b/biomes/temperate-birch-denmyre.json index bd3ddb3e..9e937d96 100644 --- a/biomes/temperate-birch-denmyre.json +++ b/biomes/temperate-birch-denmyre.json @@ -1,54 +1,54 @@ { "name": "Birch Denmyre", "rarity": 2, - "layers": [ - { - "style": { - "style": "STATIC" - }, - "zoom": 0.01, - "palette": [ - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRAVEL", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK" - ] - }, + "layers": [ + { + "style": { + "style": "STATIC" + }, + "zoom": 0.01, + "palette": [ + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRAVEL", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK" + ] + }, { "palette": [ "DIRT" @@ -64,7 +64,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -81,31 +83,57 @@ { "zoom": 0.01, "chance": 0.01, - "palette": ["RED_TULIP", "ORANGE_TULIP", "WHITE_TULIP", "PINK_TULIP", "CORNFLOWER"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "palette": [ + "RED_TULIP", + "ORANGE_TULIP", + "WHITE_TULIP", + "PINK_TULIP", + "CORNFLOWER" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "chance": 0.35, - "palette": ["GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "chance": 0.003, "palette": [ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "chance": 0.027, - "palette": ["TALL_GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "palette": [ + "TALL_GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], "objects": [ { @@ -155,10 +183,13 @@ "density": 2, "edit": [ { - "find": ["birch_planks"], - "replace": ["stripped_birch_wood"] + "find": [ + "birch_planks" + ], + "replace": [ + "stripped_birch_wood" + ] } - ], "rotation": { "yAxis": { @@ -170,7 +201,6 @@ "enabled": true }, "place": [ - "birch-medium/birch-denmyre-1", "birch-medium/birch-denmyre-2", "birch-medium/birch-denmyre-3", @@ -221,16 +251,17 @@ } } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", "STONE" ] }, - "generators":[ + "generators": [ { "generator": "plain", "min": 4, diff --git a/biomes/temperate-birch-forest.json b/biomes/temperate-birch-forest.json index cd54a910..02d1f6fa 100644 --- a/biomes/temperate-birch-forest.json +++ b/biomes/temperate-birch-forest.json @@ -1,142 +1,142 @@ { - "name": "Birch Forest", - "layers": [ - { - "style": { - "style": "STATIC" - }, - "zoom": 0.656, - "palette": [ - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRAVEL", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK" - ] - }, - { - "palette": [ - "DIRT" - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - "DIRT", - "COARSE_DIRT" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "loot": { + "name": "Birch Forest", + "layers": [ + { + "style": { + "style": "STATIC" + }, + "zoom": 0.656, + "palette": [ + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRAVEL", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK" + ] + }, + { + "palette": [ + "DIRT" + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + "DIRT", + "COARSE_DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] + } + ], + "loot": { "tables": [ "forest-food" ] }, - "wall": { - "style": { - "style": "STATIC" + "wall": { + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - }, - "decorators": [ - { - "zoom": 0.1, - "chance": 0.09, - "palette": [ - "GRASS", - "ALLIUM", - "POPPY", - "DANDELION", - "AZURE_BLUET", - "PINK_TULIP", - "LILY_OF_THE_VALLEY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.4, - "palette": [ - "GRASS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.017, - "palette": [ - "TALL_GRASS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "objects": [ + "decorators": [ + { + "zoom": 0.1, + "chance": 0.09, + "palette": [ + "GRASS", + "ALLIUM", + "POPPY", + "DANDELION", + "AZURE_BLUET", + "PINK_TULIP", + "LILY_OF_THE_VALLEY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.4, + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.017, + "palette": [ + "TALL_GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "objects": [ { "chance": 0.0025, "rotation": { @@ -158,128 +158,128 @@ "z": 0 } }, - { - "chance": 0.00375, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, + { + "chance": 0.00375, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, "mode": "PAINT", - "place": [ - "camp/camp" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 1, - "density": 4, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "place": [ + "camp/camp" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "birch-antioch/antioch-3", - "birch-antioch/antioch-4", - "birch-antioch/antioch-5", - "birch-antioch/antioch-6", - "birch-antioch/antioch-7", - "birch-antioch/antioch-8", - "birch-antioch/antioch-9", - "birch-antioch/antioch-10", - "birch-antioch/antioch-11", - "birch-antioch/antioch-12", - "birch-antioch/antioch-13" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.08, - "density": 4, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "chance": 1, + "density": 4, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "birch-antioch/antioch-3", + "birch-antioch/antioch-4", + "birch-antioch/antioch-5", + "birch-antioch/antioch-6", + "birch-antioch/antioch-7", + "birch-antioch/antioch-8", + "birch-antioch/antioch-9", + "birch-antioch/antioch-10", + "birch-antioch/antioch-11", + "birch-antioch/antioch-12", + "birch-antioch/antioch-13" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "birch-remade/b1", - "birch-remade/b2", - "birch-remade/b3", - "birch-remade/b4" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.08, - "density": 4, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "chance": 0.08, + "density": 4, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "birch-remade/b1", + "birch-remade/b2", + "birch-remade/b3", + "birch-remade/b4" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "birch-antioch/antioch-3-b", - "birch-antioch/antioch-4-b", - "birch-antioch/antioch-5-b", - "birch-antioch/antioch-6-b" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "generators": [ - { - "generator": "plain", - "min": 4, - "max": 7 - } - ], - "derivative": "PLAINS", - "biomeStyle": { - "style": "IRIS" - }, - "biomeZoom": 60, - "biomeScatter": [ - "FOREST", - "PLAINS" - ], - "biomeSkyScatter": [ - "FOREST", - "JUNGLE" - ], - "children": [ - "temperate-birch-denmyre" - ] + { + "chance": 0.08, + "density": 4, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "birch-antioch/antioch-3-b", + "birch-antioch/antioch-4-b", + "birch-antioch/antioch-5-b", + "birch-antioch/antioch-6-b" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 7 + } + ], + "derivative": "PLAINS", + "biomeStyle": { + "style": "IRIS" + }, + "biomeZoom": 60, + "biomeScatter": [ + "FOREST", + "PLAINS" + ], + "biomeSkyScatter": [ + "FOREST", + "JUNGLE" + ], + "children": [ + "temperate-birch-denmyre" + ] } \ No newline at end of file diff --git a/biomes/temperate-cracked-cavern.json b/biomes/temperate-cracked-cavern.json index 284d1883..92e1ed95 100644 --- a/biomes/temperate-cracked-cavern.json +++ b/biomes/temperate-cracked-cavern.json @@ -1,23 +1,22 @@ { - "name": "Cracked Cavern", - "rarity": 2, - "layers": [ - { - "maxHeight": 2, - "style": { - "style": "STATIC" - }, - "zoom": 0.1, - "minHeight": 1, - "palette": [ - "STONE", - "ANDESITE", - "COBBLESTONE" - ] - } - ], - "objects": [ - + "name": "Cracked Cavern", + "rarity": 2, + "layers": [ + { + "maxHeight": 2, + "style": { + "style": "STATIC" + }, + "zoom": 0.1, + "minHeight": 1, + "palette": [ + "STONE", + "ANDESITE", + "COBBLESTONE" + ] + } + ], + "objects": [ { "chance": 0.00175, "rotation": { @@ -59,79 +58,79 @@ "z": 0 } }, - { - "chance": 0.005, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], - "children": [ - "temperate-lit-cavern" - ], + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], + "children": [ + "temperate-lit-cavern" + ], "loot": { "tables": [ "cave-clutter" ] }, - "slab": { - "style": { - "style": "STATIC" + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR" + ] }, - "palette": [ - "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", - "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", - "AIR" - ] - }, - "decorators": [ - { - "chance": 0.0001, - "palette": [ - "BARREL" - ] - }, - { - "chance": 0.008, - "palette": [ - "COBBLESTONE_WALL" - ] - } - ], - "generators": [ - { - "generator": "plain", - "min": 4, - "max": 6 - } - ], - "derivative": "PLAINS" + "decorators": [ + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, + { + "chance": 0.008, + "palette": [ + "COBBLESTONE_WALL" + ] + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 6 + } + ], + "derivative": "PLAINS" } \ No newline at end of file diff --git a/biomes/temperate-highlands.json b/biomes/temperate-highlands.json index fd64f9a0..025fccb7 100644 --- a/biomes/temperate-highlands.json +++ b/biomes/temperate-highlands.json @@ -3,7 +3,9 @@ "rarity": 4, "layers": [ { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.256, "palette": [ "GRASS_BLOCK", @@ -32,7 +34,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -72,9 +76,10 @@ } } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -85,33 +90,65 @@ { "zoom": 0.02, "chance": 0.003, - "palette": ["WITHER_ROSE", "OXEYE_DAISY", "PINK_TULIP", "LILY_OF_THE_VALLEY"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "palette": [ + "WITHER_ROSE", + "OXEYE_DAISY", + "PINK_TULIP", + "LILY_OF_THE_VALLEY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.1, "chance": 0.02, - "palette": ["SUNFLOWER", "DANDELION", "POPPY", "ROSE_BUSH"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "palette": [ + "SUNFLOWER", + "DANDELION", + "POPPY", + "ROSE_BUSH" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.2, "chance": 0.122, - "palette": ["LARGE_FERN", "TALL_GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "palette": [ + "LARGE_FERN", + "TALL_GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.142, - "palette": ["GRASS", "FERN"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "palette": [ + "GRASS", + "FERN" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain-chaotic", "min": 22, @@ -119,7 +156,9 @@ } ], "derivative": "PLAINS", - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": { + "style": "IRIS" + }, "biomeZoom": 9, "biomeScatter": [ "FOREST", diff --git a/biomes/temperate-island.json b/biomes/temperate-island.json index 8ce96be6..c682210c 100644 --- a/biomes/temperate-island.json +++ b/biomes/temperate-island.json @@ -1,45 +1,45 @@ { - "name": "Test Island", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "palette": [ - "SAND" - ] + "name": "Test Island", + "layers": [ + { + "minHeight": 2, + "maxHeight": 3, + "palette": [ + "SAND" + ] + }, + { + "palette": [ + "DIRT" + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + "DIRT", + "DIRT", + "COARSE_DIRT" + ] + } + ], + "generators": [ + { + "generator": "sharper", + "min": -1, + "max": 3 + } + ], + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:sandstone_slab[type=bottom,waterlogged=false]", + "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR" + ] }, - { - "palette": [ - "DIRT" - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - "DIRT", - "DIRT", - "COARSE_DIRT" - ] - } - ], - "generators": [ - { - "generator": "sharper", - "min": -1, - "max": 3 - } - ], - "slab": { - "style": { - "style": "STATIC" - }, - "palette": [ - "minecraft:sandstone_slab[type=bottom,waterlogged=false]", - "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", - "AIR", - "AIR" - ] - }, - "derivative": "SNOWY_BEACH" + "derivative": "SNOWY_BEACH" } \ No newline at end of file diff --git a/biomes/temperate-lit-cavern.json b/biomes/temperate-lit-cavern.json index 1da4fcb3..9b684822 100644 --- a/biomes/temperate-lit-cavern.json +++ b/biomes/temperate-lit-cavern.json @@ -1,21 +1,21 @@ { - "name": "Lit Cavern", - "rarity": 6, - "layers": [ - { - "maxHeight": 2, - "style": { - "style": "STATIC" - }, - "zoom": 0.1, - "minHeight": 1, - "palette": [ - "STONE", - "ANDESITE" - ] - } - ],"objects": [ - + "name": "Lit Cavern", + "rarity": 6, + "layers": [ + { + "maxHeight": 2, + "style": { + "style": "STATIC" + }, + "zoom": 0.1, + "minHeight": 1, + "palette": [ + "STONE", + "ANDESITE" + ] + } + ], + "objects": [ { "chance": 0.00175, "rotation": { @@ -57,82 +57,82 @@ "z": 0 } }, - { - "chance": 0.005, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], "loot": { "tables": [ "cave-clutter" ] }, - "slab": { - "style": { - "style": "STATIC" + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR" + ] }, - "palette": [ - "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", - "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", - "AIR" - ] - }, - "decorators": [ - { - "chance": 0.0001, - "palette": [ - "BARREL" - ] - }, - { - "chance": 0.008, - "palette": [ - "ANDESITE_WALL" - ] - }, - { - "chance": 0.002, - "palette": [ - "TORCH" - ] - } - ], - "generators": [ - { - "generator": "plain", - "min": 4, - "max": 6 - } - ], - "derivative": "PLAINS" + "decorators": [ + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, + { + "chance": 0.008, + "palette": [ + "ANDESITE_WALL" + ] + }, + { + "chance": 0.002, + "palette": [ + "TORCH" + ] + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 6 + } + ], + "derivative": "PLAINS" } \ No newline at end of file diff --git a/biomes/temperate-oak-denmyre.json b/biomes/temperate-oak-denmyre.json index f417e8c3..fae819bc 100644 --- a/biomes/temperate-oak-denmyre.json +++ b/biomes/temperate-oak-denmyre.json @@ -1,35 +1,35 @@ { "name": "Oak Denmyre", "rarity": 2, - "layers": [ - { - "style": { - "style": "STATIC" - }, - "zoom": 0.01, - "palette": [ - "GRAVEL", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK" - ] - }, + "layers": [ + { + "style": { + "style": "STATIC" + }, + "zoom": 0.01, + "palette": [ + "GRAVEL", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK" + ] + }, { "palette": [ "DIRT" @@ -45,7 +45,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -62,10 +64,16 @@ { "zoom": 0.3, "chance": 0.4, - "palette": ["GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.003, @@ -73,16 +81,26 @@ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.017, - "palette": ["TALL_GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "palette": [ + "TALL_GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], "objects": [ { @@ -111,10 +129,13 @@ "density": 2, "edit": [ { - "find": ["oak_planks"], - "replace": ["stripped_oak_wood"] + "find": [ + "oak_planks" + ], + "replace": [ + "stripped_oak_wood" + ] } - ], "rotation": { "yAxis": { @@ -126,7 +147,6 @@ "enabled": true }, "place": [ - "oak-medium/oak-denmyre-1", "oak-medium/oak-denmyre-2", "oak-medium/oak-denmyre-3", @@ -159,7 +179,6 @@ "enabled": true }, "place": [ - "denmyre/oak-denmyre-clutter-1", "denmyre/oak-denmyre-clutter-2", "denmyre/oak-denmyre-clutter-3", @@ -178,16 +197,17 @@ } } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", "STONE" ] }, - "generators":[ + "generators": [ { "generator": "plain", "min": 4, diff --git a/biomes/temperate-oak-forest.json b/biomes/temperate-oak-forest.json index 474576c9..1793406e 100644 --- a/biomes/temperate-oak-forest.json +++ b/biomes/temperate-oak-forest.json @@ -2,7 +2,9 @@ "name": "Oak Forest", "layers": [ { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "GRASS_BLOCK" ] @@ -23,7 +25,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -38,33 +42,54 @@ { "zoom": 0.1, "chance": 0.09, - "palette": ["GRASS", "ALLIUM", "LILY_OF_THE_VALLEY"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "palette": [ + "GRASS", + "ALLIUM", + "LILY_OF_THE_VALLEY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.4, - "palette": ["GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.017, - "palette": ["TALL_GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "palette": [ + "TALL_GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], "loot": { "tables": [ "forest-food" ] }, - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -158,12 +183,20 @@ "chance": 0.01, "edit": [ { - "find": ["WHITE_WOOL"], - "replace": ["OAK_WOOD"] + "find": [ + "WHITE_WOOL" + ], + "replace": [ + "OAK_WOOD" + ] }, { - "find": ["BLACK_WOOL"], - "replace": ["OAK_WOOD"] + "find": [ + "BLACK_WOOL" + ], + "replace": [ + "OAK_WOOD" + ] } ], "rotation": { @@ -184,9 +217,8 @@ "z": 0 } } - ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, @@ -194,7 +226,9 @@ } ], "derivative": "DEEP_LUKEWARM_OCEAN", - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": { + "style": "IRIS" + }, "biomeZoom": 60, "biomeScatter": [ "FOREST", diff --git a/biomes/temperate-ocean-deep.json b/biomes/temperate-ocean-deep.json index 677dc67a..023efe3c 100644 --- a/biomes/temperate-ocean-deep.json +++ b/biomes/temperate-ocean-deep.json @@ -1,202 +1,201 @@ { - "name": "Deep Ocean", - "rarity": 6, + "name": "Deep Ocean", + "rarity": 6, "loot": { "tables": [ "ocean-clutter" ] }, - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "style": { - "style": "FRACTAL_FBM_IRIS" - }, - "zoom": 0.725, - "palette": [ - "SAND", - "CLAY", - "SAND", - "GRAVEL", - "SAND", - "DIRT", - "SAND", - "SAND" - ] - }, - { - "palette": [ - "DIRT" - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - "DIRT", - "DIRT", - "COARSE_DIRT" - ] - } - ], - "objects": [ - { - "chance": 0.01, - "underwater": true, - "density": 1, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "ships/swreck-1", - "ships/usd-ship-1", - "ships/usd-ship-2" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - }, + "layers": [ { - "chance": 0.05, - "underwater": true, - "clamp": { - "minimumHeight": 4 - }, - "density": 1, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "minHeight": 2, + "maxHeight": 3, + "style": { + "style": "FRACTAL_FBM_IRIS" + }, + "zoom": 0.725, + "palette": [ + "SAND", + "CLAY", + "SAND", + "GRAVEL", + "SAND", + "DIRT", + "SAND", + "SAND" + ] }, - "enabled": true - }, - "place": [ - "ships/gall-1", - "ships/gall-2", - "ships/gall-3" - - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.01, - "underwater": true, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "palette": [ + "DIRT" + ] }, - "enabled": true - }, - "place": [ - "statue/sub-stat-1", - "statue/sub-stat-2", - "statue/sub-stat-3", - "statue/sub-stat-4", - "statue/sub-stat-5" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "generators": [ - { - "generator": "plain-chaotic", - "min": -75, - "max": -4 - } - ], - "decorators": [ - { - "zoom": 1, - "chance": 0.0006, - "palette": [ - "SOUL_SAND", - "MAGMA_BLOCK" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + "DIRT", + "DIRT", + "COARSE_DIRT" + ] + } + ], + "objects": [ + { + "chance": 0.01, + "underwater": true, + "density": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "ships/swreck-1", + "ships/usd-ship-1", + "ships/usd-ship-2" + ], + "translate": { + "x": 0, + "y": -3, + "z": 0 + } + }, + { + "chance": 0.05, + "underwater": true, + "clamp": { + "minimumHeight": 4 + }, + "density": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "ships/gall-1", + "ships/gall-2", + "ships/gall-3" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.01, + "underwater": true, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "statue/sub-stat-1", + "statue/sub-stat-2", + "statue/sub-stat-3", + "statue/sub-stat-4", + "statue/sub-stat-5" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "generators": [ + { + "generator": "plain-chaotic", + "min": -75, + "max": -4 + } + ], + "decorators": [ + { + "zoom": 1, + "chance": 0.0006, + "palette": [ + "SOUL_SAND", + "MAGMA_BLOCK" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 5, + "chance": 0.07, + "palette": [ + "SEAGRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 1, + "stackMax": 6, + "stackMin": 2, + "chance": 0.013, + "palette": [ + "KELP_PLANT" + ], + "heightVariance": { + "style": "IRIS" + }, + "verticalZoom": 88, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 1, + "chance": 0.001, + "palette": [ + "minecraft:sea_pickle[pickles=1,waterlogged=true]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:sandstone_slab[type=bottom,waterlogged=false]", + "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR" + ] }, - { - "zoom": 5, - "chance": 0.07, - "palette": [ - "SEAGRASS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 1, - "stackMax": 6, - "stackMin": 2, - "chance": 0.013, - "palette": [ - "KELP_PLANT" - ], - "heightVariance": { - "style": "IRIS" - }, - "verticalZoom": 88, - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 1, - "chance": 0.001, - "palette": [ - "minecraft:sea_pickle[pickles=1,waterlogged=true]" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "slab": { - "style": { - "style": "STATIC" - }, - "palette": [ - "minecraft:sandstone_slab[type=bottom,waterlogged=false]", - "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", - "AIR", - "AIR" - ] - }, - "derivative": "DEEP_OCEAN" + "derivative": "DEEP_OCEAN" } \ No newline at end of file diff --git a/biomes/temperate-ocean.json b/biomes/temperate-ocean.json index 654838e8..0d015aa0 100644 --- a/biomes/temperate-ocean.json +++ b/biomes/temperate-ocean.json @@ -1,176 +1,176 @@ { - "name": "Ocean", + "name": "Ocean", "loot": { "tables": [ "ocean-clutter" ] }, - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "style": { - "style": "FRACTAL_FBM_IRIS" - }, - "zoom": 0.825, - "palette": [ - "SAND", - "CLAY", - "SAND", - "GRAVEL", - "SAND", - "DIRT", - "SAND", - "SAND" - ] - }, - { - "palette": [ - "DIRT" - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - "DIRT", - "DIRT", - "COARSE_DIRT" - ] - } - ], - "objects": [ - { - "chance": 0.01, - "underwater": true, - "density": 1, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "layers": [ + { + "minHeight": 2, + "maxHeight": 3, + "style": { + "style": "FRACTAL_FBM_IRIS" + }, + "zoom": 0.825, + "palette": [ + "SAND", + "CLAY", + "SAND", + "GRAVEL", + "SAND", + "DIRT", + "SAND", + "SAND" + ] }, - "enabled": true - }, - "place": [ - "ships/swreck-1", - "ships/usd-ship-1", - "ships/usd-ship-2" - ], - "translate": { - "x": 0, - "y": -4, - "z": 0 - } - }, - { - "chance": 0.008, - "underwater": true, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "palette": [ + "DIRT" + ] }, - "enabled": true - }, - "place": [ - "statue/sub-stat-1", - "statue/sub-stat-2", - "statue/sub-stat-3", - "statue/sub-stat-4", - "statue/sub-stat-5" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "generators": [ - { - "generator": "plain", - "min": -41, - "max": -7 - } - ], - "children": [ - "temperate-ocean-deep" - ], - "decorators": [ - { - "zoom": 1, - "chance": 0.0006, - "palette": [ - "SOUL_SAND", - "MAGMA_BLOCK" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + "DIRT", + "DIRT", + "COARSE_DIRT" + ] + } + ], + "objects": [ + { + "chance": 0.01, + "underwater": true, + "density": 1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "ships/swreck-1", + "ships/usd-ship-1", + "ships/usd-ship-2" + ], + "translate": { + "x": 0, + "y": -4, + "z": 0 + } + }, + { + "chance": 0.008, + "underwater": true, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "statue/sub-stat-1", + "statue/sub-stat-2", + "statue/sub-stat-3", + "statue/sub-stat-4", + "statue/sub-stat-5" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "generators": [ + { + "generator": "plain", + "min": -41, + "max": -7 + } + ], + "children": [ + "temperate-ocean-deep" + ], + "decorators": [ + { + "zoom": 1, + "chance": 0.0006, + "palette": [ + "SOUL_SAND", + "MAGMA_BLOCK" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 5, + "chance": 0.07, + "palette": [ + "SEAGRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 1, + "stackMax": 6, + "stackMin": 2, + "chance": 0.013, + "palette": [ + "KELP_PLANT" + ], + "heightVariance": { + "style": "IRIS" + }, + "verticalZoom": 88, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 1, + "chance": 0.001, + "palette": [ + "minecraft:sea_pickle[pickles=1,waterlogged=true]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:sandstone_slab[type=bottom,waterlogged=false]", + "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR" + ] }, - { - "zoom": 5, - "chance": 0.07, - "palette": [ - "SEAGRASS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 1, - "stackMax": 6, - "stackMin": 2, - "chance": 0.013, - "palette": [ - "KELP_PLANT" - ], - "heightVariance": { - "style": "IRIS" - }, - "verticalZoom": 88, - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 1, - "chance": 0.001, - "palette": [ - "minecraft:sea_pickle[pickles=1,waterlogged=true]" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "slab": { - "style": { - "style": "STATIC" - }, - "palette": [ - "minecraft:sandstone_slab[type=bottom,waterlogged=false]", - "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", - "AIR", - "AIR" - ] - }, - "derivative": "LUKEWARM_OCEAN" + "derivative": "LUKEWARM_OCEAN" } \ No newline at end of file diff --git a/biomes/temperate-old-cavern.json b/biomes/temperate-old-cavern.json index 92a78883..7d86924a 100644 --- a/biomes/temperate-old-cavern.json +++ b/biomes/temperate-old-cavern.json @@ -1,20 +1,20 @@ { - "name": "Old Cavern", - "layers": [ - { - "maxHeight": 2, - "style": { - "style": "STATIC" - }, - "zoom": 0.1, - "minHeight": 1, - "palette": [ - "STONE", - "ANDESITE" - ] - } - ],"objects": [ - + "name": "Old Cavern", + "layers": [ + { + "maxHeight": 2, + "style": { + "style": "STATIC" + }, + "zoom": 0.1, + "minHeight": 1, + "palette": [ + "STONE", + "ANDESITE" + ] + } + ], + "objects": [ { "chance": 0.00175, "rotation": { @@ -56,79 +56,79 @@ "z": 0 } }, - { - "chance": 0.005, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], - "children": [ - "temperate-lit-cavern" - ], + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], + "children": [ + "temperate-lit-cavern" + ], "loot": { "tables": [ "cave-clutter" ] }, - "slab": { - "style": { - "style": "STATIC" + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR" + ] }, - "palette": [ - "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", - "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", - "AIR" - ] - }, - "decorators": [ - { - "chance": 0.0001, - "palette": [ - "BARREL" - ] - }, - { - "chance": 0.008, - "palette": [ - "ANDESITE_WALL" - ] - } - ], - "generators": [ - { - "generator": "plain", - "min": 4, - "max": 6 - } - ], - "derivative": "PLAINS" + "decorators": [ + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, + { + "chance": 0.008, + "palette": [ + "ANDESITE_WALL" + ] + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 6 + } + ], + "derivative": "PLAINS" } \ No newline at end of file diff --git a/biomes/temperate-plains.json b/biomes/temperate-plains.json index 21feebd3..454e4b54 100644 --- a/biomes/temperate-plains.json +++ b/biomes/temperate-plains.json @@ -40,7 +40,7 @@ ] } ], - "objects": [ + "objects": [ { "chance": 0.01, "rotation": { @@ -77,7 +77,7 @@ "z": 0 } } - ], + ], "wall": { "style": { "style": "STATIC" @@ -105,7 +105,6 @@ "style": "STATIC" } }, - { "zoom": 0.3, "chance": 0.02, diff --git a/biomes/tropical-bamboo-forest.json b/biomes/tropical-bamboo-forest.json index a1a63ff9..8971081c 100644 --- a/biomes/tropical-bamboo-forest.json +++ b/biomes/tropical-bamboo-forest.json @@ -22,7 +22,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -30,7 +32,7 @@ ] } ], - "effects":[ + "effects": [ { "interval": 550, "particleOffset": 12, @@ -55,7 +57,6 @@ "enabled": true }, "place": [ - "boulder/boulder1", "boulder/boulder2", "boulder/boulder4", @@ -63,7 +64,6 @@ "boulder/boulder6", "boulder/boulder7", "boulder/boulder8" - ], "translate": { "x": 0, @@ -83,7 +83,6 @@ "enabled": true }, "place": [ - "jungle-remade/bmbo-1", "jungle-remade/bmbo-2", "jungle-remade/bmbo-3", @@ -127,16 +126,17 @@ } } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", "STONE" ] }, - "children":[ + "children": [ "temperate-wilds" ], "decorators": [ @@ -149,9 +149,13 @@ "GRASS", "TALL_GRASS" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 5, "verticalZoom": 5, @@ -165,12 +169,18 @@ "minecraft:bamboo[age=0,leaves=small,stage=1]", "minecraft:bamboo[age=0,leaves=large,stage=0]" ], - "heightVariance": {"style": "IRIS"}, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "heightVariance": { + "style": "IRIS" + }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, @@ -178,7 +188,9 @@ } ], "derivative": "DESERT", - "biomeStyle": {"style": "IRIS"}, + "biomeStyle": { + "style": "IRIS" + }, "biomeZoom": 10, "biomeScatter": [ "BAMBOO_JUNGLE", diff --git a/biomes/tropical-beach.json b/biomes/tropical-beach.json index 4f8b9f49..9b6f675c 100644 --- a/biomes/tropical-beach.json +++ b/biomes/tropical-beach.json @@ -21,7 +21,7 @@ ] } ], - "decorators":[ + "decorators": [ { "zoom": 0.3, "chance": 0.03, @@ -30,9 +30,13 @@ "AIR", "minecraft:jungle_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 5, "verticalZoom": 5, @@ -43,13 +47,21 @@ "palette": [ "SUGAR_CANE" ], - "heightVariance": {"style": "IRIS"}, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "heightVariance": { + "style": "IRIS" + }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], "slab": { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", @@ -57,23 +69,24 @@ "AIR" ] }, - "wall": - { + "wall": { "palette": [ "SMOOTH_SANDSTONE" ] }, "objects": [ { - "chance": 1, - "edit":[ + "edit": [ { - "find":["PLAYER_WALL_HEAD"], - "replace":["air"] - } - ], - + "find": [ + "PLAYER_WALL_HEAD" + ], + "replace": [ + "air" + ] + } + ], "rotation": { "yAxis": { "min": 0, @@ -100,14 +113,14 @@ } } ], - "generators":[ + "generators": [ { "generator": "plain", "min": -1, "max": 1 } ], - "effects":[ + "effects": [ { "interval": 550, "particleOffset": 12, diff --git a/biomes/tropical-cavern-coral.json b/biomes/tropical-cavern-coral.json index 1f356c44..9c7d2bde 100644 --- a/biomes/tropical-cavern-coral.json +++ b/biomes/tropical-cavern-coral.json @@ -4,7 +4,9 @@ "layers": [ { "maxHeight": 3, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.1, "minHeight": 2, "palette": [ @@ -23,7 +25,6 @@ ] }, "objects": [ - { "chance": 0.00175, "rotation": { @@ -65,43 +66,45 @@ "z": 0 } }, - { - "chance": 0.005, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], "slab": { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:stone_slab[type=bottom,waterlogged=false]", "minecraft:polished_diorite_slab[type=bottom,waterlogged=false]", @@ -109,12 +112,12 @@ ] }, "decorators": [ - { - "chance": 0.0001, - "palette": [ - "BARREL" - ] - }, + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, { "zoom": 0.3, "chance": 0.02, @@ -123,9 +126,13 @@ "minecraft:sea_pickle[pickles=2,waterlogged=false]", "minecraft:sea_pickle[pickles=3,waterlogged=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.21, @@ -141,11 +148,15 @@ "minecraft:dead_horn_coral_fan[waterlogged=false]", "minecraft:dead_tube_coral_fan[waterlogged=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, diff --git a/biomes/tropical-cavern-root.json b/biomes/tropical-cavern-root.json index 2b5b3e4f..0daef0ce 100644 --- a/biomes/tropical-cavern-root.json +++ b/biomes/tropical-cavern-root.json @@ -4,7 +4,9 @@ "layers": [ { "maxHeight": 3, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.1, "minHeight": 1, "palette": [ @@ -23,8 +25,8 @@ "STRIPPED_JUNGLE_WOOD" ] } - ],"objects": [ - + ], + "objects": [ { "chance": 0.00175, "rotation": { @@ -66,48 +68,48 @@ "z": 0 } }, - { - "chance": 0.005, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], "decorators": [ - { - "chance": 0.0001, - "palette": [ - "BARREL" - ] - }, + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, { "zoom": 0.3, "chance": 0.03, @@ -115,11 +117,15 @@ "minecraft:jungle_button[face=floor,facing=east,powered=false]", "minecraft:jungle_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, diff --git a/biomes/tropical-cavern.json b/biomes/tropical-cavern.json index fbde7379..86ea92cf 100644 --- a/biomes/tropical-cavern.json +++ b/biomes/tropical-cavern.json @@ -3,7 +3,9 @@ "layers": [ { "maxHeight": 2, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.1, "minHeight": 1, "palette": [ @@ -26,7 +28,6 @@ ] }, "objects": [ - { "chance": 0.00175, "rotation": { @@ -68,43 +69,45 @@ "z": 0 } }, - { - "chance": 0.005, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], + { + "chance": 0.005, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], "slab": { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:stone_slab[type=bottom,waterlogged=false]", "minecraft:polished_diorite_slab[type=bottom,waterlogged=false]", @@ -112,12 +115,12 @@ ] }, "decorators": [ - { - "chance": 0.0001, - "palette": [ - "BARREL" - ] - }, + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, { "zoom": 0.3, "chance": 0.05, @@ -126,11 +129,15 @@ "minecraft:sea_pickle[pickles=2,waterlogged=false]", "minecraft:sea_pickle[pickles=3,waterlogged=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": 4, diff --git a/biomes/tropical-coral-ocean-cliffs.json b/biomes/tropical-coral-ocean-cliffs.json index 90b28d7c..903248cc 100644 --- a/biomes/tropical-coral-ocean-cliffs.json +++ b/biomes/tropical-coral-ocean-cliffs.json @@ -24,7 +24,7 @@ ] } ], - "effects":[ + "effects": [ { "interval": 250, "particleOffset": 2, @@ -39,7 +39,9 @@ } ], "slab": { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:prismarine_slab[type=bottom,waterlogged=true]", "AIR", @@ -54,10 +56,12 @@ "HORN_CORAL_BLOCK", "BUBBLE_CORAL_BLOCK" ], - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.1 }, - "objects":[ + "objects": [ { "chance": 0.025, "edit": [ @@ -1158,7 +1162,6 @@ "z": 0 } }, - { "chance": 0.01, "underwater": true, @@ -1183,7 +1186,7 @@ } } ], - "decorators":[ + "decorators": [ { "zoom": 1, "chance": 0.05, @@ -1196,9 +1199,13 @@ "HORN_CORAL_BLOCK", "BUBBLE_CORAL_BLOCK" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.0006, @@ -1207,18 +1214,26 @@ "MAGMA_BLOCK", "MELON" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 5, "chance": 0.07, "palette": [ "SEAGRASS" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "stackMax": 24, @@ -1227,11 +1242,17 @@ "palette": [ "KELP_PLANT" ], - "heightVariance": {"style": "IRIS"}, + "heightVariance": { + "style": "IRIS" + }, "verticalZoom": 88, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "stackMax": 9, @@ -1240,11 +1261,17 @@ "palette": [ "KELP_PLANT" ], - "heightVariance": {"style": "STATIC"}, + "heightVariance": { + "style": "STATIC" + }, "verticalZoom": 20, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.2, @@ -1252,9 +1279,13 @@ "TUBE_CORAL", "TUBE_CORAL_FAN" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.2, @@ -1262,9 +1293,13 @@ "BRAIN_CORAL", "BRAIN_CORAL_FAN" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.2, @@ -1272,9 +1307,13 @@ "BUBBLE_CORAL", "BUBBLE_CORAL_FAN" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.2, @@ -1282,9 +1321,13 @@ "FIRE_CORAL", "FIRE_CORAL_FAN" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.2, @@ -1292,9 +1335,13 @@ "HORN_CORAL", "HORN_CORAL_FAN" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.004, @@ -1303,16 +1350,20 @@ "minecraft:sea_pickle[pickles=3,waterlogged=true]", "minecraft:sea_pickle[pickles=4,waterlogged=true]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], "loot": { "tables": [ "ocean-clutter" ] }, - "generators":[ + "generators": [ { "generator": "plain-cliffs", "min": -51, diff --git a/biomes/tropical-coral-ocean.json b/biomes/tropical-coral-ocean.json index 22154bc2..1b49fd96 100644 --- a/biomes/tropical-coral-ocean.json +++ b/biomes/tropical-coral-ocean.json @@ -61,7 +61,7 @@ "AIR" ] }, -"objects": [ + "objects": [ { "chance": 0.025, "underwater": true, @@ -96,7 +96,6 @@ "enabled": true }, "place": [ - "coral/stonedirtsetter-1", "coral/stonedirtsetter-2", "coral/stonedirtsetter-3", diff --git a/biomes/tropical-island-beach.json b/biomes/tropical-island-beach.json index abf848df..3098608e 100644 --- a/biomes/tropical-island-beach.json +++ b/biomes/tropical-island-beach.json @@ -21,7 +21,7 @@ ] } ], - "decorators":[ + "decorators": [ { "zoom": 0.3, "chance": 0.03, @@ -29,9 +29,13 @@ "minecraft:jungle_button[face=floor,facing=east,powered=false]", "minecraft:jungle_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 5, "verticalZoom": 5, @@ -42,13 +46,21 @@ "palette": [ "SUGAR_CANE" ], - "heightVariance": {"style": "STATIC"}, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "heightVariance": { + "style": "STATIC" + }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], "slab": { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", @@ -56,23 +68,24 @@ "AIR" ] }, - "wall": - { + "wall": { "palette": [ "SMOOTH_SANDSTONE" ] }, "objects": [ { - "chance": 1, - "edit":[ + "edit": [ { - "find":["PLAYER_WALL_HEAD"], - "replace":["air"] - } - ], - + "find": [ + "PLAYER_WALL_HEAD" + ], + "replace": [ + "air" + ] + } + ], "rotation": { "yAxis": { "min": 0, @@ -99,14 +112,14 @@ } } ], - "generators":[ + "generators": [ { "generator": "sharper", "min": -7, "max": -3 } ], - "effects":[ + "effects": [ { "interval": 550, "particleOffset": 12, diff --git a/biomes/tropical-jungle-denmyre.json b/biomes/tropical-jungle-denmyre.json index f65432fe..32d87af5 100644 --- a/biomes/tropical-jungle-denmyre.json +++ b/biomes/tropical-jungle-denmyre.json @@ -1,35 +1,35 @@ { "name": "Jungle Denmyre", "rarity": 3, - "layers": [ - { - "style": { - "style": "STATIC" - }, - "zoom": 0.01, - "palette": [ - "GRAVEL", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK" - ] - }, + "layers": [ + { + "style": { + "style": "STATIC" + }, + "zoom": 0.01, + "palette": [ + "GRAVEL", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK" + ] + }, { "palette": [ "DIRT" @@ -45,7 +45,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -53,7 +55,7 @@ ] } ], - "effects":[ + "effects": [ { "interval": 550, "particleOffset": 12, @@ -69,17 +71,30 @@ { "zoom": 0.01, "chance": 0.1, - "palette": ["DEAD_BUSH", "BROWN_MUSHROOM"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "palette": [ + "DEAD_BUSH", + "BROWN_MUSHROOM" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.4, - "palette": ["GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.03, @@ -87,16 +102,26 @@ "minecraft:stone_button[face=floor,facing=east,powered=false]", "minecraft:stone_button[face=floor,facing=south,powered=false]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 0.3, "chance": 0.017, - "palette": ["TALL_GRASS"], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "palette": [ + "TALL_GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], "objects": [ { @@ -104,10 +129,13 @@ "density": 2, "edit": [ { - "find": ["jungle_planks"], - "replace": ["stripped_jungle_wood"] + "find": [ + "jungle_planks" + ], + "replace": [ + "stripped_jungle_wood" + ] } - ], "rotation": { "yAxis": { @@ -119,7 +147,6 @@ "enabled": true }, "place": [ - "jungle-medium/jungle-denmyre-1", "jungle-medium/jungle-denmyre-2", "jungle-medium/jungle-denmyre-3", @@ -170,19 +197,20 @@ } } ], - "wall": - { - "style": {"style": "STATIC"}, + "wall": { + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", "STONE" ] }, - "generators":[ + "generators": [ { "generator": "plain", - "min": 4, + "min": 4, "max": 7 } ], diff --git a/biomes/tropical-ocean.json b/biomes/tropical-ocean.json index 174b23de..bcc0ac46 100644 --- a/biomes/tropical-ocean.json +++ b/biomes/tropical-ocean.json @@ -16,7 +16,7 @@ "multiplier": 50 } } - }, + }, "zoom": 0.825, "palette": [ "SAND", @@ -65,9 +65,8 @@ "z": 0 } } - ], - "effects":[ + "effects": [ { "interval": 350, "particleOffset": 2, @@ -98,11 +97,15 @@ "HORN_CORAL_BLOCK", "BUBBLE_CORAL_BLOCK" ], - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.1 }, "slab": { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:sandstone_slab[type=bottom,waterlogged=false]", "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", @@ -110,7 +113,7 @@ "AIR" ] }, - "decorators":[ + "decorators": [ { "zoom": 1, "chance": 0.03, @@ -123,9 +126,13 @@ "HORN_CORAL_BLOCK", "BUBBLE_CORAL_BLOCK" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.0006, @@ -133,18 +140,26 @@ "SOUL_SAND", "MAGMA_BLOCK" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 5, "chance": 0.07, "palette": [ "SEAGRASS" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "stackMax": 24, @@ -153,11 +168,17 @@ "palette": [ "KELP_PLANT" ], - "heightVariance": {"style": "STATIC"}, + "heightVariance": { + "style": "STATIC" + }, "verticalZoom": 88, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "stackMax": 9, @@ -166,11 +187,17 @@ "palette": [ "KELP_PLANT" ], - "heightVariance": {"style": "STATIC"}, + "heightVariance": { + "style": "STATIC" + }, "verticalZoom": 20, - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.1, @@ -178,9 +205,13 @@ "TUBE_CORAL", "TUBE_CORAL_FAN" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.1, @@ -188,9 +219,13 @@ "BRAIN_CORAL", "BRAIN_CORAL_FAN" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.1, @@ -198,9 +233,13 @@ "BUBBLE_CORAL", "BUBBLE_CORAL_FAN" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.1, @@ -208,9 +247,13 @@ "FIRE_CORAL", "FIRE_CORAL_FAN" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.1, @@ -218,9 +261,13 @@ "HORN_CORAL", "HORN_CORAL_FAN" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - }, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, { "zoom": 1, "chance": 0.0025, @@ -229,11 +276,15 @@ "minecraft:sea_pickle[pickles=3,waterlogged=true]", "minecraft:sea_pickle[pickles=4,waterlogged=true]" ], - "style": {"style": "STATIC"}, - "variance": {"style": "STATIC"} - } + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } ], - "generators":[ + "generators": [ { "generator": "plain", "min": -24, diff --git a/biomes/tropical-rainforest.json b/biomes/tropical-rainforest.json index 93dd054e..65ddce47 100644 --- a/biomes/tropical-rainforest.json +++ b/biomes/tropical-rainforest.json @@ -1,52 +1,52 @@ { - "name": "Rainforest", - "rarity": 2, - "layers": [ - { - "style": { - "style": "FRACTAL_BILLOW_IRIS" - }, - "zoom": 0.6, - "palette": [ - "GRASS_BLOCK", - "minecraft:jungle_leaves[persistent=true]", - "GRASS_BLOCK", - "GRASS_BLOCK" - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - "DIRT" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "effects": [ - { - "interval": 550, - "particleOffset": 12, - "particleEffect": "TOTEM", - "particleCount": 0, - "particleAltX": 0.301, - "particleAltY": -0.33885, - "particleAltZ": 0.301, - "chance": 1 - } - ], - "objects": [ + "name": "Rainforest", + "rarity": 2, + "layers": [ + { + "style": { + "style": "FRACTAL_BILLOW_IRIS" + }, + "zoom": 0.6, + "palette": [ + "GRASS_BLOCK", + "minecraft:jungle_leaves[persistent=true]", + "GRASS_BLOCK", + "GRASS_BLOCK" + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] + } + ], + "effects": [ + { + "interval": 550, + "particleOffset": 12, + "particleEffect": "TOTEM", + "particleCount": 0, + "particleAltX": 0.301, + "particleAltY": -0.33885, + "particleAltZ": 0.301, + "chance": 1 + } + ], + "objects": [ { "chance": 0.0025, "rotation": { @@ -68,230 +68,230 @@ "z": 0 } }, - { - "chance": 0.00375, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "chance": 0.00375, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "camp/camp" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "camp/camp" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.4, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "chance": 0.4, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "jungle-remade/jcoco-2", + "jungle-remade/jcoco-3", + "jungle-remade/jcoco-4", + "jungle-remade/jcoco-5", + "jungle-remade/J6", + "jungle-remade/J7", + "jungle-remade/J8", + "jungle-remade/J9", + "jungle-remade/J11", + "jungle-remade/J12", + "jungle-remade/J13" + ], + "translate": { + "x": 0, + "y": -5, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "jungle-remade/jcoco-2", - "jungle-remade/jcoco-3", - "jungle-remade/jcoco-4", - "jungle-remade/jcoco-5", - "jungle-remade/J6", - "jungle-remade/J7", - "jungle-remade/J8", - "jungle-remade/J9", - "jungle-remade/J11", - "jungle-remade/J12", - "jungle-remade/J13" - ], - "translate": { - "x": 0, - "y": -5, - "z": 0 - } - }, - { - "chance": 0.45, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "chance": 0.45, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "jungle-remade/sjungle-1", + "jungle-remade/sjungle-2", + "jungle-remade/sjungle-3", + "jungle-remade/sjungle-4" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "jungle-remade/sjungle-1", - "jungle-remade/sjungle-2", - "jungle-remade/sjungle-3", - "jungle-remade/sjungle-4" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.06, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "chance": 0.06, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.01, - "density": 3, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "jungle-remade/bjungle-1", - "jungle-remade/bjungle-2", - "jungle-remade/bjungle-3", - "jungle-remade/bjungle-4", - "jungle-remade/bjungle-5" - ], - "translate": { - "x": 0, - "y": -12, - "z": 0 - } - } - ], - "wall": { - "style": { - "style": "IRIS" - }, - "zoom": 0.1, - "palette": [ - "STRIPPED_JUNGLE_WOOD", - "minecraft:jungle_leaves[persistent=true]", - "STRIPPED_JUNGLE_WOOD", - "minecraft:jungle_leaves[persistent=true]", - "STRIPPED_JUNGLE_WOOD", - "minecraft:jungle_leaves[persistent=true]", - "STRIPPED_JUNGLE_WOOD" - ] - }, - "children": [ - "tropical-rainforest-hills", - "tropical-jungle-denmyre" - ], - "generators": [ - { - "generator": "sharp", - "min": 3, - "max": 9 - } - ], - "decorators": [ - { - "zoom": 0.1, - "chance": 0.45, - "palette": [ - "minecraft:jungle_leaves[persistent=true]", - "TALL_GRASS", - "GRASS", - "minecraft:jungle_leaves[persistent=true]", - "GRASS", - "minecraft:jungle_leaves[persistent=true]" - ], - "style": { - "style": "FRACTAL_BILLOW_IRIS", - "fracture": { - "style": "STATIC" + { + "chance": 0.01, + "density": 3, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "jungle-remade/bjungle-1", + "jungle-remade/bjungle-2", + "jungle-remade/bjungle-3", + "jungle-remade/bjungle-4", + "jungle-remade/bjungle-5" + ], + "translate": { + "x": 0, + "y": -12, + "z": 0 + } } - }, - "variance": { - "style": "IRIS" - } + ], + "wall": { + "style": { + "style": "IRIS" + }, + "zoom": 0.1, + "palette": [ + "STRIPPED_JUNGLE_WOOD", + "minecraft:jungle_leaves[persistent=true]", + "STRIPPED_JUNGLE_WOOD", + "minecraft:jungle_leaves[persistent=true]", + "STRIPPED_JUNGLE_WOOD", + "minecraft:jungle_leaves[persistent=true]", + "STRIPPED_JUNGLE_WOOD" + ] }, - { - "zoom": 10, - "chance": 0.1, - "palette": [ - "JUNGLE_WOOD", - "JUNGLE_WOOD", - "JUNGLE_WOOD", - "MELON" - ], - "heightVariance": { + "children": [ + "tropical-rainforest-hills", + "tropical-jungle-denmyre" + ], + "generators": [ + { + "generator": "sharp", + "min": 3, + "max": 9 + } + ], + "decorators": [ + { + "zoom": 0.1, + "chance": 0.45, + "palette": [ + "minecraft:jungle_leaves[persistent=true]", + "TALL_GRASS", + "GRASS", + "minecraft:jungle_leaves[persistent=true]", + "GRASS", + "minecraft:jungle_leaves[persistent=true]" + ], + "style": { + "style": "FRACTAL_BILLOW_IRIS", + "fracture": { + "style": "STATIC" + } + }, + "variance": { + "style": "IRIS" + } + }, + { + "zoom": 10, + "chance": 0.1, + "palette": [ + "JUNGLE_WOOD", + "JUNGLE_WOOD", + "JUNGLE_WOOD", + "MELON" + ], + "heightVariance": { + "style": "IRIS" + }, + "verticalZoom": 88, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "IRIS" + } + }, + { + "zoom": 10, + "chance": 0.5, + "palette": [ + "GRASS", + "TALL_GRASS" + ], + "heightVariance": { + "style": "STATIC" + }, + "verticalZoom": 88, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "derivative": "JUNGLE", + "biomeStyle": { "style": "IRIS" - }, - "verticalZoom": 88, - "style": { - "style": "STATIC" - }, - "variance": { - "style": "IRIS" - } }, - { - "zoom": 10, - "chance": 0.5, - "palette": [ - "GRASS", - "TALL_GRASS" - ], - "heightVariance": { - "style": "STATIC" - }, - "verticalZoom": 88, - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "derivative": "JUNGLE", - "biomeStyle": { - "style": "IRIS" - }, - "biomeZoom": 4, - "biomeScatter": [ - "BAMBOO_JUNGLE", - "DESERT" - ], - "biomeSkyScatter": [ - "SWAMP", - "JUNGLE" - ] + "biomeZoom": 4, + "biomeScatter": [ + "BAMBOO_JUNGLE", + "DESERT" + ], + "biomeSkyScatter": [ + "SWAMP", + "JUNGLE" + ] } \ No newline at end of file diff --git a/biomes/tropical-submerged-volcanic.json b/biomes/tropical-submerged-volcanic.json index 34e558f0..3b475d38 100644 --- a/biomes/tropical-submerged-volcanic.json +++ b/biomes/tropical-submerged-volcanic.json @@ -2,7 +2,9 @@ "name": "Submerged Volcanic", "layers": [ { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "zoom": 0.33, "maxHeight": 4, "minHeight": 2, @@ -19,7 +21,9 @@ { "minHeight": 6, "maxHeight": 18, - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "STONE", "ANDESITE", @@ -27,7 +31,7 @@ ] } ], - "effects":[ + "effects": [ { "interval": 150, "particleOffset": 0, @@ -40,13 +44,15 @@ } ], "slab": { - "style": {"style": "STATIC"}, + "style": { + "style": "STATIC" + }, "palette": [ "minecraft:blackstone_slab[type=bottom,waterlogged=false]", "AIR" ] }, - "generators":[ + "generators": [ { "generator": "sharp", "min": -12, diff --git a/biomes/tundra-beach-stone.json b/biomes/tundra-beach-stone.json index c7e68118..89dbc332 100644 --- a/biomes/tundra-beach-stone.json +++ b/biomes/tundra-beach-stone.json @@ -1,40 +1,40 @@ { - "name": "Stone Beach", - "rarity": 2, - "layers": [ - { - "minHeight": 3, - "maxHeight": 6, - "palette": [ - "STONE", - "ANDESITE" - ] + "name": "Stone Beach", + "rarity": 2, + "layers": [ + { + "minHeight": 3, + "maxHeight": 6, + "palette": [ + "STONE", + "ANDESITE" + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + "DIRT" + ] + } + ], + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:stone_slab[type=bottom,waterlogged=false]", + "minecraft:andesite_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR" + ] }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - "DIRT" - ] - } - ], - "slab": { - "style": { - "style": "STATIC" - }, - "palette": [ - "minecraft:stone_slab[type=bottom,waterlogged=false]", - "minecraft:andesite_slab[type=bottom,waterlogged=false]", - "AIR", - "AIR" - ] - }, - "generators": [ - { - "generator": "plain", - "min": -1, - "max": 1 - } - ], - "derivative": "BEACH" + "generators": [ + { + "generator": "plain", + "min": -1, + "max": 1 + } + ], + "derivative": "BEACH" } \ No newline at end of file diff --git a/biomes/tundra-beach.json b/biomes/tundra-beach.json index 2007c050..9e1409c7 100644 --- a/biomes/tundra-beach.json +++ b/biomes/tundra-beach.json @@ -1,73 +1,73 @@ { - "name": "Cold Beach", + "name": "Cold Beach", "loot": { "tables": [ "beach-clutter" ] }, - "layers": [ - { - "style": { - "style": "STATIC" - }, - "zoom": 0.25, - "minHeight": 3, - "maxHeight": 6, - "palette": [ - "SAND" - ] + "layers": [ + { + "style": { + "style": "STATIC" + }, + "zoom": 0.25, + "minHeight": 3, + "maxHeight": 6, + "palette": [ + "SAND" + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + "DIRT" + ] + } + ], + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:sandstone_slab[type=bottom,waterlogged=false]", + "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR" + ] }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - "DIRT" - ] - } - ], - "slab": { - "style": { - "style": "STATIC" - }, - "palette": [ - "minecraft:sandstone_slab[type=bottom,waterlogged=false]", - "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", - "AIR", - "AIR" - ] - }, - "decorators": [ - { - "chance": 0.006, - "palette": [ - "minecraft:turtle_egg[eggs=1]", - "minecraft:turtle_egg[eggs=2]", - "minecraft:turtle_egg[eggs=3]", - "minecraft:turtle_egg[eggs=4]" - ] - }, - { - "zoom": 0.3, - "chance": 0.003, - "palette": [ - "minecraft:stone_button[face=floor,facing=east,powered=false]", - "AIR", - "minecraft:stone_button[face=floor,facing=south,powered=false]" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": -1, - "max": 1 - } - ], - "derivative": "BEACH" + "decorators": [ + { + "chance": 0.006, + "palette": [ + "minecraft:turtle_egg[eggs=1]", + "minecraft:turtle_egg[eggs=2]", + "minecraft:turtle_egg[eggs=3]", + "minecraft:turtle_egg[eggs=4]" + ] + }, + { + "zoom": 0.3, + "chance": 0.003, + "palette": [ + "minecraft:stone_button[face=floor,facing=east,powered=false]", + "AIR", + "minecraft:stone_button[face=floor,facing=south,powered=false]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": -1, + "max": 1 + } + ], + "derivative": "BEACH" } \ No newline at end of file diff --git a/biomes/tundra-bonsai-forest.json b/biomes/tundra-bonsai-forest.json index d1a9fb89..8016c961 100644 --- a/biomes/tundra-bonsai-forest.json +++ b/biomes/tundra-bonsai-forest.json @@ -1,293 +1,301 @@ { - "name": "Bonsai Forest", - "layers": [ - { - "palette": [ - "PODZOL" - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - "DIRT", - "COARSE_DIRT" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - "COARSE_DIRT" - ] - }, - "children": [ - "tundra-sequia-redwoods", - "tundra-redwood-cliffs" - ], - "objects": [ - { - "chance": 0.00375, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "camp/camp" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.8, - "edit": [ + "name": "Bonsai Forest", + "layers": [ { - "find": ["OAK_WOOD"], - "replace": ["SPRUCE_WOOD"] + "palette": [ + "PODZOL" + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "DIRT", + "COARSE_DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + ], + "wall": { + "style": { + "style": "STATIC" }, - "enabled": true - }, - "place": [ - "sacred-bonsai/med-1", - "sacred-bonsai/med-2", - "sacred-bonsai/med-3", - "sacred-bonsai/med-4", - "sacred-bonsai/med-5" - ], - "translate": { - "x": 0, - "y": 2, - "z": 0 - } + "palette": [ + "COARSE_DIRT" + ] }, + "children": [ + "tundra-sequia-redwoods", + "tundra-redwood-cliffs" + ], + "objects": [ { - "chance": 0.32, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "chance": 0.00375, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "camp/camp" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "clutter/stone-clutt-1", - "clutter/stone-clutt-2", - "clutter/stone-clutt-3", - "clutter/stone-clutt-4", - "clutter/stone-clutt-5", - "clutter/stone-clutt-6", - "clutter/stone-clutt-7" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.75, - "edit": [ { - "find": ["OAK_LEAVES"], - "replace": ["minecraft:birch_leaves[persistent=true]"] + "chance": 0.8, + "edit": [ + { + "find": [ + "OAK_WOOD" + ], + "replace": [ + "SPRUCE_WOOD" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "sacred-bonsai/med-1", + "sacred-bonsai/med-2", + "sacred-bonsai/med-3", + "sacred-bonsai/med-4", + "sacred-bonsai/med-5" + ], + "translate": { + "x": 0, + "y": 2, + "z": 0 + } + }, + { + "chance": 0.32, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "clutter/stone-clutt-1", + "clutter/stone-clutt-2", + "clutter/stone-clutt-3", + "clutter/stone-clutt-4", + "clutter/stone-clutt-5", + "clutter/stone-clutt-6", + "clutter/stone-clutt-7" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + }, + { + "chance": 0.75, + "edit": [ + { + "find": [ + "OAK_LEAVES" + ], + "replace": [ + "minecraft:birch_leaves[persistent=true]" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "true-redwood/true-redwood-small-1", + "true-redwood/true-redwood-small-2", + "true-redwood/true-redwood-small-3", + "true-redwood/true-redwood-small-1", + "true-redwood/true-redwood-small-2", + "true-redwood/true-redwood-small-3", + "true-redwood/true-redwood-small-4", + "true-redwood/true-redwood-small-5" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + }, + { + "chance": 0.35, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "clutter/spruce-clutt-1", + "clutter/spruce-clutt-2", + "clutter/spruce-clutt-3", + "clutter/spruce-clutt-4", + "clutter/spruce-clutt-5" + ], + "translate": { + "x": 0, + "y": -8, + "z": 0 + } + }, + { + "chance": 0.01, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "true-redwood/true-redwood-7-b", + "true-redwood/true-redwood-8-b", + "true-redwood/true-redwood-9-b", + "true-redwood/true-redwood-10-b" + ], + "translate": { + "x": 0, + "y": -8, + "z": 0 + } + }, + { + "chance": 0.035, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + }, + { + "chance": 0.075, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "stump/stump1", + "stump/stump2", + "stump/stump3", + "stump/stump4", + "stump/stump5", + "stump/stump6" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "true-redwood/true-redwood-small-1", - "true-redwood/true-redwood-small-2", - "true-redwood/true-redwood-small-3", - "true-redwood/true-redwood-small-1", - "true-redwood/true-redwood-small-2", - "true-redwood/true-redwood-small-3", - "true-redwood/true-redwood-small-4", - "true-redwood/true-redwood-small-5" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, + ], + "decorators": [ { - "chance": 0.35, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "zoom": 1, + "chance": 0.003, + "palette": [ + "minecraft:stone_button[face=floor,facing=east,powered=false]", + "minecraft:stone_button[face=floor,facing=south,powered=false]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } }, - "enabled": true - }, - "place": [ - "clutter/spruce-clutt-1", - "clutter/spruce-clutt-2", - "clutter/spruce-clutt-3", - "clutter/spruce-clutt-4", - "clutter/spruce-clutt-5" - ], - "translate": { - "x": 0, - "y": -8, - "z": 0 - } - }, - { - "chance": 0.01, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "zoom": 1, + "chance": 0.003, + "palette": [ + "WHITE_TULIP", + "CORNFLOWER", + "BLUE_ORCHID", + "LILY_OF_THE_VALLEY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } }, - "enabled": true - }, - "place": [ - "true-redwood/true-redwood-7-b", - "true-redwood/true-redwood-8-b", - "true-redwood/true-redwood-9-b", - "true-redwood/true-redwood-10-b" - ], - "translate": { - "x": 0, - "y": -8, - "z": 0 - } - }, - { - "chance": 0.035, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.075, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "stump/stump1", - "stump/stump2", - "stump/stump3", - "stump/stump4", - "stump/stump5", - "stump/stump6" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "decorators": [ - { - "zoom": 1, - "chance": 0.003, - "palette": [ - "minecraft:stone_button[face=floor,facing=east,powered=false]", - "minecraft:stone_button[face=floor,facing=south,powered=false]" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 1, - "chance": 0.003, - "palette": [ - "WHITE_TULIP", - "CORNFLOWER", - "BLUE_ORCHID", - "LILY_OF_THE_VALLEY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { + { "zoom": 0.3, "chance": 0.001, "palette": [ @@ -303,61 +311,61 @@ "style": "STATIC" } }, - { - "chance": 0.00145, - "palette": [ - "FERN" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "chance": 0.01, - "palette": [ - "ORANGE_TULIP" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "chance": 0.01, - "palette": [ - "DEAD_BUSH" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "chance": 0.005, - "palette": [ - "POPPY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": 17, - "max": 19 - } - ], - "derivative": "TAIGA" + { + "chance": 0.00145, + "palette": [ + "FERN" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "chance": 0.01, + "palette": [ + "ORANGE_TULIP" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "chance": 0.01, + "palette": [ + "DEAD_BUSH" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "chance": 0.005, + "palette": [ + "POPPY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 17, + "max": 19 + } + ], + "derivative": "TAIGA" } \ No newline at end of file diff --git a/biomes/tundra-cavern.json b/biomes/tundra-cavern.json index 4f02bf61..ff0daa7d 100644 --- a/biomes/tundra-cavern.json +++ b/biomes/tundra-cavern.json @@ -1,58 +1,58 @@ { - "name": "Tundra Cavern", - "layers": [ - { - "style": { - "style": "STATIC" - }, - "zoom": 0.2, - "minHeight": 1, - "maxHeight": 2, - "palette": [ - "STONE", - "ANDESITE", - "COBBLESTONE", - "GRAVEL" - ] - } - ], + "name": "Tundra Cavern", + "layers": [ + { + "style": { + "style": "STATIC" + }, + "zoom": 0.2, + "minHeight": 1, + "maxHeight": 2, + "palette": [ + "STONE", + "ANDESITE", + "COBBLESTONE", + "GRAVEL" + ] + } + ], "loot": { "tables": [ "cave-clutter" ] }, - "slab": { - "style": { - "style": "IRIS" + "slab": { + "style": { + "style": "IRIS" + }, + "zoom": 0.5, + "palette": [ + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR" + ] }, - "zoom": 0.5, - "palette": [ - "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", - "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", - "AIR" - ] - }, - "decorators": [ - { - "chance": 0.0001, - "palette": [ - "BARREL" - ] - }, - { - "zoom": 0.3, - "chance": 0.002, - "palette": [ - "COBWEB" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { + "decorators": [ + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, + { + "zoom": 0.3, + "chance": 0.002, + "palette": [ + "COBWEB" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { "zoom": 0.3, "chance": 0.0011, "palette": [ @@ -68,48 +68,48 @@ "style": "STATIC" } }, - { - "zoom": 0.3, - "chance": 0.001, - "palette": [ - "PRISMARINE_WALL" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": 4, - "max": 6 - } - ], - "objects": [ - { - "chance": 0.000856, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "grave/grave" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "derivative": "FROZEN_OCEAN" + { + "zoom": 0.3, + "chance": 0.001, + "palette": [ + "PRISMARINE_WALL" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 6 + } + ], + "objects": [ + { + "chance": 0.000856, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "grave/grave" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "derivative": "FROZEN_OCEAN" } \ No newline at end of file diff --git a/biomes/tundra-mountains-cliffs.json b/biomes/tundra-mountains-cliffs.json index 27e47980..c8268a23 100644 --- a/biomes/tundra-mountains-cliffs.json +++ b/biomes/tundra-mountains-cliffs.json @@ -1,187 +1,187 @@ { - "name": "Shattered Mountains", - "rarity": 4, - "layers": [ - { - "palette": [ - "GRASS_BLOCK" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "IRIS" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - }, - "generators": [ - { - "generator": "plain", - "min": 11, - "max": 32 - }, - { - "generator": "mountain-cliffs", - "min": 12, - "max": 62 - } - ], - "objects": [ - { - "chance": 0.025, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "name": "Shattered Mountains", + "rarity": 4, + "layers": [ + { + "palette": [ + "GRASS_BLOCK" + ] }, - "enabled": true - }, - "place": [ - "evergreen/fantasy_evergreen_large1", - "evergreen/fantasy_evergreen_large1", - "evergreen/fantasy_evergreen_medium1", - "evergreen/fantasy_evergreen_medium2", - "evergreen/fantasy_evergreen_medium3" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.035, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "IRIS" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] + } + ], + "wall": { + "style": { + "style": "STATIC" }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] }, - { - "chance": 0.075, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "generators": [ + { + "generator": "plain", + "min": 11, + "max": 32 }, - "enabled": true - }, - "place": [ - "stump/stump1", - "stump/stump2", - "stump/stump3", - "stump/stump4", - "stump/stump5", - "stump/stump6" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.625, - "place": [ - "pine/pine1", - "pine/pine2", - "pine/pine3", - "pine/pine4", - "pine/pine5", - "pine/pine6", - "pine/pine7", - "pine/pine8", - "pine/pine9", - "pine/pine10", - "pine/pine11", - "pine/pine12" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "decorators": [ - { - "zoom": 0.1, - "chance": 0.01, - "palette": [ - "WHITE_TULIP", - "BLUE_ORCHID", - "POPPY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.02, - "chance": 0.003, - "palette": [ - "WHITE_TULIP", - "CORNFLOWER", - "BLUE_ORCHID", - "LILY_OF_THE_VALLEY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { + { + "generator": "mountain-cliffs", + "min": 12, + "max": 62 + } + ], + "objects": [ + { + "chance": 0.025, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "evergreen/fantasy_evergreen_large1", + "evergreen/fantasy_evergreen_large1", + "evergreen/fantasy_evergreen_medium1", + "evergreen/fantasy_evergreen_medium2", + "evergreen/fantasy_evergreen_medium3" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.035, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + }, + { + "chance": 0.075, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "stump/stump1", + "stump/stump2", + "stump/stump3", + "stump/stump4", + "stump/stump5", + "stump/stump6" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.625, + "place": [ + "pine/pine1", + "pine/pine2", + "pine/pine3", + "pine/pine4", + "pine/pine5", + "pine/pine6", + "pine/pine7", + "pine/pine8", + "pine/pine9", + "pine/pine10", + "pine/pine11", + "pine/pine12" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "decorators": [ + { + "zoom": 0.1, + "chance": 0.01, + "palette": [ + "WHITE_TULIP", + "BLUE_ORCHID", + "POPPY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.02, + "chance": 0.003, + "palette": [ + "WHITE_TULIP", + "CORNFLOWER", + "BLUE_ORCHID", + "LILY_OF_THE_VALLEY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { "zoom": 0.3, "chance": 0.001, "palette": [ @@ -197,33 +197,33 @@ "style": "STATIC" } }, - { - "zoom": 0.3, - "chance": 0.2, - "palette": [ - "GRASS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "derivative": "MOUNTAINS", - "biomeStyle": { - "style": "IRIS" - }, - "biomeZoom": 30, - "biomeScatter": [ - "PLAINS", - "TAIGA_HILLS", - "MOUNTAINS", - "SWAMP" - ], - "biomeSkyScatter": [ - "SNOWY_TAIGA", - "SNOWY_MOUNTAINS" - ] + { + "zoom": 0.3, + "chance": 0.2, + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "derivative": "MOUNTAINS", + "biomeStyle": { + "style": "IRIS" + }, + "biomeZoom": 30, + "biomeScatter": [ + "PLAINS", + "TAIGA_HILLS", + "MOUNTAINS", + "SWAMP" + ], + "biomeSkyScatter": [ + "SNOWY_TAIGA", + "SNOWY_MOUNTAINS" + ] } \ No newline at end of file diff --git a/biomes/tundra-mountains.json b/biomes/tundra-mountains.json index f7b502a1..02327601 100644 --- a/biomes/tundra-mountains.json +++ b/biomes/tundra-mountains.json @@ -1,111 +1,111 @@ { - "name": "Mountains", - "rarity": 2, - "layers": [ - { - "palette": [ - "GRASS_BLOCK" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "generators": [ - { - "generator": "plain", - "min": 29, - "max": 63 - } - ], - "children": [ - "tundra-mountains-cliffs" - ], - "childShrinkFactor": 8, - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - }, - "objects": [ - { - "chance": 0.085, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "name": "Mountains", + "rarity": 2, + "layers": [ + { + "palette": [ + "GRASS_BLOCK" + ] }, - "enabled": true - }, - "place": [ - "evergreen/fantasy_evergreen_large1", - "evergreen/fantasy_evergreen_large1", - "evergreen/fantasy_evergreen_medium1", - "evergreen/fantasy_evergreen_medium2", - "evergreen/fantasy_evergreen_medium3" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] + } + ], + "generators": [ + { + "generator": "plain", + "min": 29, + "max": 63 + } + ], + "children": [ + "tundra-mountains-cliffs" + ], + "childShrinkFactor": 8, + "wall": { + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] }, - { - "chance": 0.625, - "place": [ - "pine/pine1", - "pine/pine2", - "pine/pine3", - "pine/pine4", - "pine/pine5", - "pine/pine6", - "pine/pine7", - "pine/pine8", - "pine/pine9", - "pine/pine10", - "pine/pine11", - "pine/pine12" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "decorators": [ - { - "zoom": 0.1, - "chance": 0.01, - "palette": [ - "WHITE_TULIP", - "BLUE_ORCHID", - "POPPY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { + "objects": [ + { + "chance": 0.085, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "evergreen/fantasy_evergreen_large1", + "evergreen/fantasy_evergreen_large1", + "evergreen/fantasy_evergreen_medium1", + "evergreen/fantasy_evergreen_medium2", + "evergreen/fantasy_evergreen_medium3" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.625, + "place": [ + "pine/pine1", + "pine/pine2", + "pine/pine3", + "pine/pine4", + "pine/pine5", + "pine/pine6", + "pine/pine7", + "pine/pine8", + "pine/pine9", + "pine/pine10", + "pine/pine11", + "pine/pine12" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "decorators": [ + { + "zoom": 0.1, + "chance": 0.01, + "palette": [ + "WHITE_TULIP", + "BLUE_ORCHID", + "POPPY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { "zoom": 0.3, "chance": 0.001, "palette": [ @@ -121,33 +121,33 @@ "style": "STATIC" } }, - { - "zoom": 0.3, - "chance": 0.2, - "palette": [ - "GRASS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "derivative": "MOUNTAINS", - "biomeStyle": { - "style": "IRIS" - }, - "biomeZoom": 30, - "biomeScatter": [ - "PLAINS", - "TAIGA_HILLS", - "MOUNTAINS", - "SWAMP" - ], - "biomeSkyScatter": [ - "SNOWY_TAIGA", - "SNOWY_MOUNTAINS" - ] + { + "zoom": 0.3, + "chance": 0.2, + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "derivative": "MOUNTAINS", + "biomeStyle": { + "style": "IRIS" + }, + "biomeZoom": 30, + "biomeScatter": [ + "PLAINS", + "TAIGA_HILLS", + "MOUNTAINS", + "SWAMP" + ], + "biomeSkyScatter": [ + "SNOWY_TAIGA", + "SNOWY_MOUNTAINS" + ] } \ No newline at end of file diff --git a/biomes/tundra-ocean.json b/biomes/tundra-ocean.json index b047b031..b420b87c 100644 --- a/biomes/tundra-ocean.json +++ b/biomes/tundra-ocean.json @@ -1,69 +1,69 @@ { - "name": "Cold Ocean", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "zoom": 0.825, - "style": { - "style": "STATIC" - }, - "palette": [ - "SAND", - "CLAY", - "SAND", - "GRAVEL", - "SAND", - "DIRT", - "SAND", - "SAND" - ] - }, - { - "palette": [ - "DIRT" - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - "DIRT", - "DIRT", - "COARSE_DIRT" - ] - } - ], + "name": "Cold Ocean", + "layers": [ + { + "minHeight": 2, + "maxHeight": 3, + "zoom": 0.825, + "style": { + "style": "STATIC" + }, + "palette": [ + "SAND", + "CLAY", + "SAND", + "GRAVEL", + "SAND", + "DIRT", + "SAND", + "SAND" + ] + }, + { + "palette": [ + "DIRT" + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + "DIRT", + "DIRT", + "COARSE_DIRT" + ] + } + ], "loot": { "tables": [ "ocean-clutter" ] }, - "objects": [ - { - "chance": 0.01, - "underwater": true, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "objects": [ + { + "chance": 0.01, + "underwater": true, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "ships/swreck-1", + "ships/usd-ship-1", + "ships/usd-ship-2" + ], + "translate": { + "x": 0, + "y": -3, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "ships/swreck-1", - "ships/usd-ship-1", - "ships/usd-ship-2" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - }, - { + { "chance": 0.2, "underwater": true, "rotation": { @@ -88,99 +88,98 @@ "z": 0 } } - ], - "children": [ - "rocky-ocean" - ], - "slab": { - "style": { - "style": "STATIC" + ], + "children": [ + "rocky-ocean" + ], + "slab": { + "style": { + "style": "STATIC" + }, + "palette": [ + "minecraft:sandstone_slab[type=bottom,waterlogged=false]", + "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", + "AIR", + "AIR" + ] }, - "palette": [ - "minecraft:sandstone_slab[type=bottom,waterlogged=false]", - "minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]", - "AIR", - "AIR" - ] - }, - "wall": { - "style": { - "style": "STATIC" + "wall": { + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - }, - "decorators": [ - { - "zoom": 20, - "chance": 0.07, - "palette": [ - "SEAGRASS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 1, - "chance": 0.0006, - "palette": [ - "SOUL_SAND", - "MAGMA_BLOCK" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 1, - "stackMax": 24, - "stackMin": 2, - "chance": 0.013, - "palette": [ - "KELP_PLANT" - ], - "heightVariance": { - "style": "IRIS" - }, - "verticalZoom": 88, - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - - { - "zoom": 1, - "chance": 0.001, - "palette": [ - "minecraft:sea_pickle[pickles=1,waterlogged=true]" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": -33, - "max": -7 - } - ], - "derivative": "COLD_OCEAN" + "decorators": [ + { + "zoom": 20, + "chance": 0.07, + "palette": [ + "SEAGRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 1, + "chance": 0.0006, + "palette": [ + "SOUL_SAND", + "MAGMA_BLOCK" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 1, + "stackMax": 24, + "stackMin": 2, + "chance": 0.013, + "palette": [ + "KELP_PLANT" + ], + "heightVariance": { + "style": "IRIS" + }, + "verticalZoom": 88, + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 1, + "chance": 0.001, + "palette": [ + "minecraft:sea_pickle[pickles=1,waterlogged=true]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": -33, + "max": -7 + } + ], + "derivative": "COLD_OCEAN" } \ No newline at end of file diff --git a/biomes/tundra-redwood-cliffs.json b/biomes/tundra-redwood-cliffs.json index 6fb947f0..f5263b74 100644 --- a/biomes/tundra-redwood-cliffs.json +++ b/biomes/tundra-redwood-cliffs.json @@ -1,316 +1,320 @@ { - "name": "Redwood Cliffs", - "rarity": 6, - "layers": [ - { - "style": { - "style": "IRIS_DOUBLE", - "fracture": { - "style": "IRIS", - "zoom": 0.2 + "name": "Redwood Cliffs", + "rarity": 6, + "layers": [ + { + "style": { + "style": "IRIS_DOUBLE", + "fracture": { + "style": "IRIS", + "zoom": 0.2 + } + }, + "zoom": 0.2, + "palette": [ + "PODZOL" + ] + }, + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "DIRT", + "COARSE_DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] } - }, - "zoom": 0.2, - "palette": [ - "PODZOL" - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - "DIRT", - "COARSE_DIRT" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - "COARSE_DIRT" - ] - }, - "objects": [ - { - "chance": 0.7, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + ], + "wall": { + "style": { + "style": "STATIC" }, - "enabled": true - }, - "place": [ - "true-redwood/true-redwood-1", - "true-redwood/true-redwood-2", - "true-redwood/true-redwood-3", - "true-redwood/true-redwood-4", - "true-redwood/true-redwood-5", - "true-redwood/true-redwood-6", - "true-redwood/true-redwood-7", - "true-redwood/true-redwood-8", - "true-redwood/true-redwood-9", - "true-redwood/true-redwood-10" - ], - "translate": { - "x": 0, - "y": -10, - "z": 0 - } + "palette": [ + "COARSE_DIRT" + ] }, + "objects": [ { - "chance": 0.32, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "chance": 0.7, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "true-redwood/true-redwood-1", + "true-redwood/true-redwood-2", + "true-redwood/true-redwood-3", + "true-redwood/true-redwood-4", + "true-redwood/true-redwood-5", + "true-redwood/true-redwood-6", + "true-redwood/true-redwood-7", + "true-redwood/true-redwood-8", + "true-redwood/true-redwood-9", + "true-redwood/true-redwood-10" + ], + "translate": { + "x": 0, + "y": -10, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "clutter/stone-clutt-1", - "clutter/stone-clutt-2", - "clutter/stone-clutt-3", - "clutter/stone-clutt-4", - "clutter/stone-clutt-5", - "clutter/stone-clutt-6", - "clutter/stone-clutt-7" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.75, - "edit": [ { - "find": ["OAK_LEAVES"], - "replace": ["minecraft:birch_leaves[persistent=true]"] + "chance": 0.32, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "clutter/stone-clutt-1", + "clutter/stone-clutt-2", + "clutter/stone-clutt-3", + "clutter/stone-clutt-4", + "clutter/stone-clutt-5", + "clutter/stone-clutt-6", + "clutter/stone-clutt-7" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + }, + { + "chance": 0.75, + "edit": [ + { + "find": [ + "OAK_LEAVES" + ], + "replace": [ + "minecraft:birch_leaves[persistent=true]" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "true-redwood/true-redwood-small-1", + "true-redwood/true-redwood-small-2", + "true-redwood/true-redwood-small-3", + "true-redwood/true-redwood-small-1", + "true-redwood/true-redwood-small-2", + "true-redwood/true-redwood-small-3", + "true-redwood/true-redwood-small-4", + "true-redwood/true-redwood-small-5" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + }, + { + "chance": 0.01, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "true-redwood/true-redwood-7-b", + "true-redwood/true-redwood-8-b", + "true-redwood/true-redwood-9-b", + "true-redwood/true-redwood-10-b" + ], + "translate": { + "x": 0, + "y": -8, + "z": 0 + } + }, + { + "chance": 0.035, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + }, + { + "chance": 0.075, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "stump/stump1", + "stump/stump2", + "stump/stump3", + "stump/stump4", + "stump/stump5", + "stump/stump6" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "true-redwood/true-redwood-small-1", - "true-redwood/true-redwood-small-2", - "true-redwood/true-redwood-small-3", - "true-redwood/true-redwood-small-1", - "true-redwood/true-redwood-small-2", - "true-redwood/true-redwood-small-3", - "true-redwood/true-redwood-small-4", - "true-redwood/true-redwood-small-5" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, + ], + "decorators": [ { - "chance": 0.01, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "zoom": 0.3, + "chance": 0.009, + "palette": [ + "minecraft:stone_button[face=floor,facing=east,powered=false]", + "minecraft:stone_button[face=floor,facing=south,powered=false]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } }, - "enabled": true - }, - "place": [ - "true-redwood/true-redwood-7-b", - "true-redwood/true-redwood-8-b", - "true-redwood/true-redwood-9-b", - "true-redwood/true-redwood-10-b" - ], - "translate": { - "x": 0, - "y": -8, - "z": 0 - } - }, - { - "chance": 0.035, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "zoom": 0.02, + "chance": 0.003, + "palette": [ + "WHITE_TULIP", + "CORNFLOWER", + "BLUE_ORCHID", + "LILY_OF_THE_VALLEY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.075, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "zoom": 0.3, + "chance": 0.00145, + "palette": [ + "FERN" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } }, - "enabled": true - }, - "place": [ - "stump/stump1", - "stump/stump2", - "stump/stump3", - "stump/stump4", - "stump/stump5", - "stump/stump6" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "decorators": [ - { - "zoom": 0.3, - "chance": 0.009, - "palette": [ - "minecraft:stone_button[face=floor,facing=east,powered=false]", - "minecraft:stone_button[face=floor,facing=south,powered=false]" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.02, - "chance": 0.003, - "palette": [ - "WHITE_TULIP", - "CORNFLOWER", - "BLUE_ORCHID", - "LILY_OF_THE_VALLEY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.00145, - "palette": [ - "FERN" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.015, - "palette": [ - "ORANGE_TULIP" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.01, - "palette": [ - "DEAD_BUSH" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.01, - "palette": [ - "POPPY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": 11, - "max": 32 - }, - { - "generator": "mountain-cliffs", - "min": 12, - "max": 62 - } - ], - "derivative": "TAIGA" + { + "zoom": 0.3, + "chance": 0.015, + "palette": [ + "ORANGE_TULIP" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.01, + "palette": [ + "DEAD_BUSH" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.01, + "palette": [ + "POPPY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 11, + "max": 32 + }, + { + "generator": "mountain-cliffs", + "min": 12, + "max": 62 + } + ], + "derivative": "TAIGA" } \ No newline at end of file diff --git a/biomes/tundra-redwoods-forest.json b/biomes/tundra-redwoods-forest.json index 038e9a19..92140304 100644 --- a/biomes/tundra-redwoods-forest.json +++ b/biomes/tundra-redwoods-forest.json @@ -1,292 +1,296 @@ { - "name": "Redwood Forest", - "layers": [ - { - "palette": [ - "PODZOL" - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - "DIRT", - "COARSE_DIRT" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - "COARSE_DIRT" - ] - }, - "children": [ - "tundra-sequia-redwoods", - "tundra-redwood-cliffs" - ], - "objects": [ - { - "chance": 0.00375, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "camp/camp" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.8, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "true-redwood/true-redwood-1", - "true-redwood/true-redwood-2", - "true-redwood/true-redwood-3", - "true-redwood/true-redwood-4", - "true-redwood/true-redwood-5", - "true-redwood/true-redwood-6", - "true-redwood/true-redwood-7", - "true-redwood/true-redwood-8", - "true-redwood/true-redwood-9", - "true-redwood/true-redwood-10" - ], - "translate": { - "x": 0, - "y": -10, - "z": 0 - } - }, + "name": "Redwood Forest", + "layers": [ { - "chance": 0.32, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "palette": [ + "PODZOL" + ] }, - "enabled": true - }, - "place": [ - "clutter/stone-clutt-1", - "clutter/stone-clutt-2", - "clutter/stone-clutt-3", - "clutter/stone-clutt-4", - "clutter/stone-clutt-5", - "clutter/stone-clutt-6", - "clutter/stone-clutt-7" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.75, - "edit": [ { - "find": ["OAK_LEAVES"], - "replace": ["minecraft:birch_leaves[persistent=true]"] + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "DIRT", + "COARSE_DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + ], + "wall": { + "style": { + "style": "STATIC" }, - "enabled": true - }, - "place": [ - "true-redwood/true-redwood-small-1", - "true-redwood/true-redwood-small-2", - "true-redwood/true-redwood-small-3", - "true-redwood/true-redwood-small-1", - "true-redwood/true-redwood-small-2", - "true-redwood/true-redwood-small-3", - "true-redwood/true-redwood-small-4", - "true-redwood/true-redwood-small-5" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } + "palette": [ + "COARSE_DIRT" + ] }, + "children": [ + "tundra-sequia-redwoods", + "tundra-redwood-cliffs" + ], + "objects": [ { - "chance": 0.35, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "chance": 0.00375, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "camp/camp" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "clutter/spruce-clutt-1", - "clutter/spruce-clutt-2", - "clutter/spruce-clutt-3", - "clutter/spruce-clutt-4", - "clutter/spruce-clutt-5" - ], - "translate": { - "x": 0, - "y": -8, - "z": 0 - } - }, - { - "chance": 0.01, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "chance": 0.8, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "true-redwood/true-redwood-1", + "true-redwood/true-redwood-2", + "true-redwood/true-redwood-3", + "true-redwood/true-redwood-4", + "true-redwood/true-redwood-5", + "true-redwood/true-redwood-6", + "true-redwood/true-redwood-7", + "true-redwood/true-redwood-8", + "true-redwood/true-redwood-9", + "true-redwood/true-redwood-10" + ], + "translate": { + "x": 0, + "y": -10, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "true-redwood/true-redwood-7-b", - "true-redwood/true-redwood-8-b", - "true-redwood/true-redwood-9-b", - "true-redwood/true-redwood-10-b" - ], - "translate": { - "x": 0, - "y": -8, - "z": 0 - } - }, - { - "chance": 0.035, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "chance": 0.32, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "clutter/stone-clutt-1", + "clutter/stone-clutt-2", + "clutter/stone-clutt-3", + "clutter/stone-clutt-4", + "clutter/stone-clutt-5", + "clutter/stone-clutt-6", + "clutter/stone-clutt-7" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.075, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "chance": 0.75, + "edit": [ + { + "find": [ + "OAK_LEAVES" + ], + "replace": [ + "minecraft:birch_leaves[persistent=true]" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "true-redwood/true-redwood-small-1", + "true-redwood/true-redwood-small-2", + "true-redwood/true-redwood-small-3", + "true-redwood/true-redwood-small-1", + "true-redwood/true-redwood-small-2", + "true-redwood/true-redwood-small-3", + "true-redwood/true-redwood-small-4", + "true-redwood/true-redwood-small-5" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "stump/stump1", - "stump/stump2", - "stump/stump3", - "stump/stump4", - "stump/stump5", - "stump/stump6" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "decorators": [ - { - "zoom": 1, - "chance": 0.003, - "palette": [ - "minecraft:stone_button[face=floor,facing=east,powered=false]", - "minecraft:stone_button[face=floor,facing=south,powered=false]" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 1, - "chance": 0.003, - "palette": [ - "WHITE_TULIP", - "CORNFLOWER", - "BLUE_ORCHID", - "LILY_OF_THE_VALLEY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { + { + "chance": 0.35, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "clutter/spruce-clutt-1", + "clutter/spruce-clutt-2", + "clutter/spruce-clutt-3", + "clutter/spruce-clutt-4", + "clutter/spruce-clutt-5" + ], + "translate": { + "x": 0, + "y": -8, + "z": 0 + } + }, + { + "chance": 0.01, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "true-redwood/true-redwood-7-b", + "true-redwood/true-redwood-8-b", + "true-redwood/true-redwood-9-b", + "true-redwood/true-redwood-10-b" + ], + "translate": { + "x": 0, + "y": -8, + "z": 0 + } + }, + { + "chance": 0.035, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + }, + { + "chance": 0.075, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "stump/stump1", + "stump/stump2", + "stump/stump3", + "stump/stump4", + "stump/stump5", + "stump/stump6" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "decorators": [ + { + "zoom": 1, + "chance": 0.003, + "palette": [ + "minecraft:stone_button[face=floor,facing=east,powered=false]", + "minecraft:stone_button[face=floor,facing=south,powered=false]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 1, + "chance": 0.003, + "palette": [ + "WHITE_TULIP", + "CORNFLOWER", + "BLUE_ORCHID", + "LILY_OF_THE_VALLEY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { "zoom": 0.3, "chance": 0.001, "palette": [ @@ -302,61 +306,61 @@ "style": "STATIC" } }, - { - "chance": 0.00145, - "palette": [ - "FERN" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "chance": 0.01, - "palette": [ - "ORANGE_TULIP" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "chance": 0.01, - "palette": [ - "DEAD_BUSH" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "chance": 0.005, - "palette": [ - "POPPY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": 17, - "max": 19 - } - ], - "derivative": "TAIGA" + { + "chance": 0.00145, + "palette": [ + "FERN" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "chance": 0.01, + "palette": [ + "ORANGE_TULIP" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "chance": 0.01, + "palette": [ + "DEAD_BUSH" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "chance": 0.005, + "palette": [ + "POPPY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 17, + "max": 19 + } + ], + "derivative": "TAIGA" } \ No newline at end of file diff --git a/biomes/tundra-sequia-redwoods.json b/biomes/tundra-sequia-redwoods.json index c7126a6c..b502d131 100644 --- a/biomes/tundra-sequia-redwoods.json +++ b/biomes/tundra-sequia-redwoods.json @@ -1,74 +1,73 @@ { - "name": "Sequoia Redwoods", - "rarity": 7, - "layers": [ - { - "style": { - "style": "IRIS_DOUBLE", - "fracture": { - "style": "IRIS", - "zoom": 0.2 - } - }, - "zoom": 0.2, - "palette": [ - "PODZOL", - "PODZOL", - "COARSE_DIRT", - "COARSE_DIRT" - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - "DIRT", - "COARSE_DIRT" - ] - }, - - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - "COARSE_DIRT" - ] - }, - "objects": [ - { - "chance": 0.00375, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "name": "Sequoia Redwoods", + "rarity": 7, + "layers": [ + { + "style": { + "style": "IRIS_DOUBLE", + "fracture": { + "style": "IRIS", + "zoom": 0.2 + } + }, + "zoom": 0.2, + "palette": [ + "PODZOL", + "PODZOL", + "COARSE_DIRT", + "COARSE_DIRT" + ] }, - "enabled": true - }, - "place": [ - "camp/camp" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } + { + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "DIRT", + "COARSE_DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] + } + ], + "wall": { + "style": { + "style": "STATIC" + }, + "palette": [ + "COARSE_DIRT" + ] }, + "objects": [ + { + "chance": 0.00375, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "camp/camp" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, { "chance": 0.0025, "rotation": { @@ -90,154 +89,154 @@ "z": 0 } }, - { - "chance": 0.69, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "chance": 0.69, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": -9, + "max": 9, + "interval": 1, + "enabled": true + }, + "zAxis": { + "min": -9, + "max": 9, + "interval": 1, + "enabled": true + }, + "enabled": true + }, + "place": [ + "pine/sup-pine-1", + "pine/sup-pine-2", + "pine/sup-pine-3", + "pine/sup-pine-4", + "pine/sup-pine-5", + "pine/sup-pine-6", + "pine/sup-pine-7", + "pine/sup-pine-8", + "pine/sup-pine-9", + "pine/sup-pine-10", + "pine/sup-pine-11", + "pine/sup-pine-12" + ], + "translate": { + "x": 0, + "y": -6, + "z": 0 + } }, - "xAxis": { - "min": -9, - "max": 9, - "interval": 1, - "enabled": true + { + "chance": 0.035, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "boulder/boulder1", + "boulder/boulder2", + "boulder/boulder3", + "boulder/boulder4", + "boulder/boulder5", + "boulder/boulder6", + "boulder/boulder7", + "boulder/boulder8", + "boulder/boulder9", + "boulder/boulder10", + "boulder/boulder11", + "boulder/boulder12", + "boulder/boulder13", + "boulder/boulder14", + "boulder/boulder15" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } }, - "zAxis": { - "min": -9, - "max": 9, - "interval": 1, - "enabled": true + { + "chance": 0.075, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "stump/stump1", + "stump/stump2", + "stump/stump3", + "stump/stump4", + "stump/stump5", + "stump/stump6" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "decorators": [ + { + "zoom": 0.3, + "chance": 0.009, + "palette": [ + "minecraft:stone_button[face=floor,facing=east,powered=false]", + "minecraft:stone_button[face=floor,facing=south,powered=false]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } }, - "enabled": true - }, - "place": [ - "pine/sup-pine-1", - "pine/sup-pine-2", - "pine/sup-pine-3", - "pine/sup-pine-4", - "pine/sup-pine-5", - "pine/sup-pine-6", - "pine/sup-pine-7", - "pine/sup-pine-8", - "pine/sup-pine-9", - "pine/sup-pine-10", - "pine/sup-pine-11", - "pine/sup-pine-12" - ], - "translate": { - "x": 0, - "y": -6, - "z": 0 - } - }, - { - "chance": 0.035, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "zoom": 0.02, + "chance": 0.003, + "palette": [ + "WHITE_TULIP", + "CORNFLOWER", + "BLUE_ORCHID", + "LILY_OF_THE_VALLEY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } }, - "enabled": true - }, - "place": [ - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder3", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8", - "boulder/boulder9", - "boulder/boulder10", - "boulder/boulder11", - "boulder/boulder12", - "boulder/boulder13", - "boulder/boulder14", - "boulder/boulder15" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.075, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "zoom": 0.3, + "chance": 0.0445, + "palette": [ + "FERN" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } }, - "enabled": true - }, - "place": [ - "stump/stump1", - "stump/stump2", - "stump/stump3", - "stump/stump4", - "stump/stump5", - "stump/stump6" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "decorators": [ - { - "zoom": 0.3, - "chance": 0.009, - "palette": [ - "minecraft:stone_button[face=floor,facing=east,powered=false]", - "minecraft:stone_button[face=floor,facing=south,powered=false]" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.02, - "chance": 0.003, - "palette": [ - "WHITE_TULIP", - "CORNFLOWER", - "BLUE_ORCHID", - "LILY_OF_THE_VALLEY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.0445, - "palette": [ - "FERN" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { + { "zoom": 0.3, "chance": 0.001, "palette": [ @@ -253,52 +252,52 @@ "style": "STATIC" } }, - { - "zoom": 0.3, - "chance": 0.015, - "palette": [ - "ORANGE_TULIP" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.01, - "palette": [ - "DEAD_BUSH" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.01, - "palette": [ - "POPPY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": 17, - "max": 19 - } - ], - "derivative": "TAIGA" + { + "zoom": 0.3, + "chance": 0.015, + "palette": [ + "ORANGE_TULIP" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.01, + "palette": [ + "DEAD_BUSH" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.01, + "palette": [ + "POPPY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 17, + "max": 19 + } + ], + "derivative": "TAIGA" } \ No newline at end of file diff --git a/biomes/tundra-spiked-cavern.json b/biomes/tundra-spiked-cavern.json index 8d3f1ed5..dc86277e 100644 --- a/biomes/tundra-spiked-cavern.json +++ b/biomes/tundra-spiked-cavern.json @@ -1,58 +1,58 @@ { - "name": "Sharpened Tundra Cavern", - "layers": [ - { - "style": { - "style": "STATIC" - }, - "zoom": 0.2, - "minHeight": 1, - "maxHeight": 2, - "palette": [ - "STONE", - "ANDESITE", - "COBBLESTONE", - "GRAVEL" - ] - } - ], + "name": "Sharpened Tundra Cavern", + "layers": [ + { + "style": { + "style": "STATIC" + }, + "zoom": 0.2, + "minHeight": 1, + "maxHeight": 2, + "palette": [ + "STONE", + "ANDESITE", + "COBBLESTONE", + "GRAVEL" + ] + } + ], "loot": { "tables": [ "cave-clutter" ] }, - "slab": { - "style": { - "style": "IRIS" + "slab": { + "style": { + "style": "IRIS" + }, + "zoom": 0.5, + "palette": [ + "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", + "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", + "AIR" + ] }, - "zoom": 0.5, - "palette": [ - "minecraft:cobblestone_slab[type=bottom,waterlogged=false]", - "minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false]", - "AIR" - ] - }, - "decorators": [ - { - "chance": 0.0001, - "palette": [ - "BARREL" - ] - }, - { - "zoom": 0.3, - "chance": 0.002, - "palette": [ - "COBWEB" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { + "decorators": [ + { + "chance": 0.0001, + "palette": [ + "BARREL" + ] + }, + { + "zoom": 0.3, + "chance": 0.002, + "palette": [ + "COBWEB" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { "zoom": 0.3, "chance": 0.0011, "palette": [ @@ -68,86 +68,88 @@ "style": "STATIC" } }, - { - "zoom": 0.3, - "chance": 0.001, - "palette": [ - "PRISMARINE_WALL" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": 4, - "max": 6 - } - ], - "objects": [ - { - "chance": 0.000856, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "grave/grave" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 1, - "edit": [ { - "find": ["Stone"], - "replace": [ - "STONE", - "ANDESITE", - "COBBLESTONE", - "GRAVEL" - ] + "zoom": 0.3, + "chance": 0.001, + "palette": [ + "PRISMARINE_WALL" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + ], + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 6 + } + ], + "objects": [ + { + "chance": 0.000856, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "grave/grave" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "stone-clutt/stone-spike-1", - "stone-clutt/stone-spike-2", - "stone-clutt/stone-spike-3", - "stone-clutt/stone-spike-4", - "stone-clutt/stone-spike-5", - "stone-clutt/stone-spike-6", - "stone-clutt/stone-spike-7", - "stone-clutt/stone-spike-8" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "derivative": "FROZEN_OCEAN" + { + "chance": 1, + "edit": [ + { + "find": [ + "Stone" + ], + "replace": [ + "STONE", + "ANDESITE", + "COBBLESTONE", + "GRAVEL" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "stone-clutt/stone-spike-1", + "stone-clutt/stone-spike-2", + "stone-clutt/stone-spike-3", + "stone-clutt/stone-spike-4", + "stone-clutt/stone-spike-5", + "stone-clutt/stone-spike-6", + "stone-clutt/stone-spike-7", + "stone-clutt/stone-spike-8" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "derivative": "FROZEN_OCEAN" } \ No newline at end of file diff --git a/biomes/tundra-spruce-denmyre.json b/biomes/tundra-spruce-denmyre.json index d35d7c70..44baa049 100644 --- a/biomes/tundra-spruce-denmyre.json +++ b/biomes/tundra-spruce-denmyre.json @@ -1,78 +1,78 @@ { - "name": "Spruce Denmyre", - "rarity": 2, - "layers": [ - { - "style": { - "style": "STATIC" - }, - "zoom": 0.01, - "palette": [ - "GRAVEL", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK", - "GRASS_BLOCK" - ] - }, - { - "palette": [ - "DIRT" - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - "COARSE_DIRT" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "decorators": [ - { - "zoom": 0.02, - "chance": 0.003, - "palette": [ - "WHITE_TULIP", - "CORNFLOWER", - "BLUE_ORCHID", - "LILY_OF_THE_VALLEY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { + "name": "Spruce Denmyre", + "rarity": 2, + "layers": [ + { + "style": { + "style": "STATIC" + }, + "zoom": 0.01, + "palette": [ + "GRAVEL", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK", + "GRASS_BLOCK" + ] + }, + { + "palette": [ + "DIRT" + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + "COARSE_DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] + } + ], + "decorators": [ + { + "zoom": 0.02, + "chance": 0.003, + "palette": [ + "WHITE_TULIP", + "CORNFLOWER", + "BLUE_ORCHID", + "LILY_OF_THE_VALLEY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { "zoom": 0.3, "chance": 0.001, "palette": [ @@ -88,63 +88,59 @@ "style": "STATIC" } }, - { - - "chance": 0.2, - "palette": [ - "GRASS", - "FERN" - ], - "style": { - "style": "IRIS_DOUBLE" - }, - "variance": { - "style": "STATIC" - } - }, - { - - "chance": 0.1, - "palette": [ - "GRASS", - "FERN" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - - "chance": 0.003, - "palette": [ - "minecraft:stone_button[face=floor,facing=east,powered=false]", - "minecraft:stone_button[face=floor,facing=south,powered=false]" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - - "chance": 0.017, - "palette": [ - "TALL_GRASS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "objects": [ + { + "chance": 0.2, + "palette": [ + "GRASS", + "FERN" + ], + "style": { + "style": "IRIS_DOUBLE" + }, + "variance": { + "style": "STATIC" + } + }, + { + "chance": 0.1, + "palette": [ + "GRASS", + "FERN" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "chance": 0.003, + "palette": [ + "minecraft:stone_button[face=floor,facing=east,powered=false]", + "minecraft:stone_button[face=floor,facing=south,powered=false]" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "chance": 0.017, + "palette": [ + "TALL_GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "objects": [ { "chance": 0.0025, "rotation": { @@ -166,91 +162,95 @@ "z": 0 } }, - { - "chance": 0.5, - "density": 2, - "edit": [ { - "find": ["spruce_planks"], - "replace": ["stripped_spruce_wood"] + "chance": 0.5, + "density": 2, + "edit": [ + { + "find": [ + "spruce_planks" + ], + "replace": [ + "stripped_spruce_wood" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "spruce-medium/spruce-denmyre-1", + "spruce-medium/spruce-denmyre-2", + "spruce-medium/spruce-denmyre-3", + "spruce-medium/spruce-denmyre-4", + "spruce-medium/spruce-denmyre-5", + "spruce-medium/spruce-denmyre-6", + "spruce-medium/spruce-denmyre-7", + "spruce-medium/spruce-denmyre-8", + "spruce-medium/spruce-denmyre-9", + "spruce-medium/spruce-denmyre-10", + "spruce-medium/spruce-denmyre-11", + "spruce-medium/spruce-denmyre-12" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.3, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "denmyre/oak-denmyre-clutter-1", + "denmyre/oak-denmyre-clutter-2", + "denmyre/oak-denmyre-clutter-3", + "denmyre/oak-denmyre-clutter-4", + "denmyre/oak-denmyre-clutter-5", + "denmyre/oak-denmyre-clutter-6", + "denmyre/oak-denmyre-clutter-7", + "denmyre/oak-denmyre-clutter-8", + "denmyre/oak-denmyre-clutter-9", + "denmyre/oak-denmyre-clutter-10" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + ], + "wall": { + "style": { + "style": "STATIC" }, - "enabled": true - }, - "place": [ - "spruce-medium/spruce-denmyre-1", - "spruce-medium/spruce-denmyre-2", - "spruce-medium/spruce-denmyre-3", - "spruce-medium/spruce-denmyre-4", - "spruce-medium/spruce-denmyre-5", - "spruce-medium/spruce-denmyre-6", - "spruce-medium/spruce-denmyre-7", - "spruce-medium/spruce-denmyre-8", - "spruce-medium/spruce-denmyre-9", - "spruce-medium/spruce-denmyre-10", - "spruce-medium/spruce-denmyre-11", - "spruce-medium/spruce-denmyre-12" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] }, - { - "chance": 0.3, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "denmyre/oak-denmyre-clutter-1", - "denmyre/oak-denmyre-clutter-2", - "denmyre/oak-denmyre-clutter-3", - "denmyre/oak-denmyre-clutter-4", - "denmyre/oak-denmyre-clutter-5", - "denmyre/oak-denmyre-clutter-6", - "denmyre/oak-denmyre-clutter-7", - "denmyre/oak-denmyre-clutter-8", - "denmyre/oak-denmyre-clutter-9", - "denmyre/oak-denmyre-clutter-10" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - } - ], - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - }, - "generators": [ - { - "generator": "plain", - "min": 4, - "max": 7 - } - ], - "derivative": "SNOWY_TUNDRA" + "generators": [ + { + "generator": "plain", + "min": 4, + "max": 7 + } + ], + "derivative": "SNOWY_TUNDRA" } \ No newline at end of file diff --git a/biomes/tundra-taiga.json b/biomes/tundra-taiga.json index cd0aec1c..dd449b46 100644 --- a/biomes/tundra-taiga.json +++ b/biomes/tundra-taiga.json @@ -1,244 +1,247 @@ { - "name": "Cold Tundra", - "layers": [ - { - "style": { - "style": "STATIC" - }, - "zoom": 0.92, - "palette": [ - "GRASS_BLOCK" - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - "DIRT", - "COARSE_DIRT" - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - } - ], - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - "STONE", - "ANDESITE", - "STONE" - ] - }, - "objects": [ - { - "chance": 0.00256, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "grave/grave" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, + "name": "Cold Tundra", + "layers": [ { - "chance": 0.001, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "style": { + "style": "STATIC" + }, + "zoom": 0.92, + "palette": [ + "GRASS_BLOCK" + ] }, - "enabled": true - }, - "place": [ - "global-clutter/BigSwordPortal-unlit-1", - "global-clutter/BigSwordPortal-lit-1" - - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - }, - { - "chance": 0.2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "clutter/stone-clutt-1", - "clutter/stone-clutt-2", - "clutter/stone-clutt-3", - "clutter/stone-clutt-4", - "clutter/stone-clutt-5", - "clutter/stone-clutt-6", - "clutter/stone-clutt-7" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.25, - "edit": [ { - "find": ["OAK_LEAVES"], - "replace": ["minecraft:birch_leaves[persistent=true]"] + "minHeight": 2, + "maxHeight": 4, + "palette": [ + "DIRT", + "COARSE_DIRT" + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + ], + "wall": { + "style": { + "style": "STATIC" }, - "enabled": true - }, - "place": [ - "true-redwood/true-redwood-small-1", - "true-redwood/true-redwood-small-1", - "true-redwood/true-redwood-small-1", - "true-redwood/true-redwood-small-2", - "true-redwood/true-redwood-small-3" - ], - "translate": { - "x": 0, - "y": -4, - "z": 0 - } + "palette": [ + "STONE", + "ANDESITE", + "STONE" + ] }, - { - "chance": 0.05, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + "objects": [ + { + "chance": 0.00256, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "grave/grave" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "pine/pine1", - "pine/pine2", - "pine/pine3", - "pine/pine4", - "pine/pine5", - "pine/pine6", - "pine/pine7", - "pine/pine8", - "pine/pine9", - "pine/pine10", - "pine/pine11", - "pine/pine12" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.01, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true + { + "chance": 0.001, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "global-clutter/BigSwordPortal-unlit-1", + "global-clutter/BigSwordPortal-lit-1" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } }, - "enabled": true - }, - "place": [ - "stump/stump1", - "stump/stump2", - "stump/stump3", - "stump/stump4", - "stump/stump5", - "stump/stump6" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - } - ], - "decorators": [ - { - "zoom": 0.02, - "chance": 0.003, - "palette": [ - "WHITE_TULIP", - "BLUE_ORCHID" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.023, - "palette": [ - "GRASS" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.3, - "chance": 0.001, - "palette": [ - "POPPY" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - }, - { + { + "chance": 0.2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "clutter/stone-clutt-1", + "clutter/stone-clutt-2", + "clutter/stone-clutt-3", + "clutter/stone-clutt-4", + "clutter/stone-clutt-5", + "clutter/stone-clutt-6", + "clutter/stone-clutt-7" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + }, + { + "chance": 0.25, + "edit": [ + { + "find": [ + "OAK_LEAVES" + ], + "replace": [ + "minecraft:birch_leaves[persistent=true]" + ] + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "true-redwood/true-redwood-small-1", + "true-redwood/true-redwood-small-1", + "true-redwood/true-redwood-small-1", + "true-redwood/true-redwood-small-2", + "true-redwood/true-redwood-small-3" + ], + "translate": { + "x": 0, + "y": -4, + "z": 0 + } + }, + { + "chance": 0.05, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "pine/pine1", + "pine/pine2", + "pine/pine3", + "pine/pine4", + "pine/pine5", + "pine/pine6", + "pine/pine7", + "pine/pine8", + "pine/pine9", + "pine/pine10", + "pine/pine11", + "pine/pine12" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.01, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "stump/stump1", + "stump/stump2", + "stump/stump3", + "stump/stump4", + "stump/stump5", + "stump/stump6" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + } + ], + "decorators": [ + { + "zoom": 0.02, + "chance": 0.003, + "palette": [ + "WHITE_TULIP", + "BLUE_ORCHID" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.023, + "palette": [ + "GRASS" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.3, + "chance": 0.001, + "palette": [ + "POPPY" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + }, + { "zoom": 0.3, "chance": 0.001, "palette": [ @@ -254,56 +257,56 @@ "style": "STATIC" } }, - { - "zoom": 0.02, - "chance": 0.001, - "palette": [ - "WITHER_ROSE", - "OXEYE_DAISY", - "PINK_TULIP" - ], - "style": { - "style": "FRACTAL_SMOKE" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.2, - "chance": 0.05, - "palette": [ - "LARGE_FERN", - "TALL_GRASS" - ], - "style": { - "style": "FRACTAL_SMOKE" - }, - "variance": { - "style": "STATIC" - } - }, - { - "zoom": 0.2, - "chance": 0.21, - "palette": [ - "GRASS", - "FERN" - ], - "style": { - "style": "STATIC" - }, - "variance": { - "style": "STATIC" - } - } - ], - "generators": [ - { - "generator": "plain", - "min": 5, - "max": 14 - } - ], - "derivative": "GIANT_TREE_TAIGA" + { + "zoom": 0.02, + "chance": 0.001, + "palette": [ + "WITHER_ROSE", + "OXEYE_DAISY", + "PINK_TULIP" + ], + "style": { + "style": "FRACTAL_SMOKE" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.2, + "chance": 0.05, + "palette": [ + "LARGE_FERN", + "TALL_GRASS" + ], + "style": { + "style": "FRACTAL_SMOKE" + }, + "variance": { + "style": "STATIC" + } + }, + { + "zoom": 0.2, + "chance": 0.21, + "palette": [ + "GRASS", + "FERN" + ], + "style": { + "style": "STATIC" + }, + "variance": { + "style": "STATIC" + } + } + ], + "generators": [ + { + "generator": "plain", + "min": 5, + "max": 14 + } + ], + "derivative": "GIANT_TREE_TAIGA" } \ No newline at end of file diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 30b7b8b7..a2aacb9a 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -168,12 +168,12 @@ } ], "landChance": 0.6, - "carvingZoom": 3.5, - "carvingMin": 115, - "carvingMax": 239, - "carvingSliverThickness": 5.5, - "carvingRippleThickness": 3, - "carvingEnvelope": 0.335, + "carvingZoom": 3.5, + "carvingMin": 115, + "carvingMax": 239, + "carvingSliverThickness": 5.5, + "carvingRippleThickness": 3, + "carvingEnvelope": 0.335, "vanillaStructures": true, "fluidHeight": 99, "biomeZoom": 2.25, @@ -182,7 +182,7 @@ "style": "CELLULAR_IRIS_DOUBLE", "fracture": { "style": "FRACTAL_WATER", - "multiplier": 25 , + "multiplier": 25, "zoom": 0.455 } }, @@ -355,7 +355,7 @@ ] } ], - "mutations":[ + "mutations": [ { "sideA": [ "swamp-roofed", @@ -369,7 +369,7 @@ "radius": 12, "checks": 8, "objects": [ - { + { "chance": 0.4, "density": 1, "rotation": { @@ -406,7 +406,7 @@ "radius": 12, "checks": 8, "objects": [ - { + { "chance": 0.01, "density": 1, "translate": { @@ -442,7 +442,7 @@ "radius": 12, "checks": 8, "objects": [ - { + { "chance": 0.4, "density": 1, "rotation": { @@ -475,19 +475,19 @@ "radius": 12, "checks": 8, "objects": [ - { + { "chance": 0.4, "density": 1, - "edit":[ + "edit": [ { - "find":[ + "find": [ "SAND" ], "replace": [ "SPRUCE_LEAVES" ] - } - ], + } + ], "rotation": { "yAxis": { "min": 0, @@ -513,132 +513,519 @@ } ], "compatability": [ - {"supplement": "NETHER_FENCE", "when": "WEEPING_VINES"}, - {"supplement": "NETHER_FENCE", "when": "WEEPING_VINES_PLANT"}, - {"supplement": "NETHER_WART_BLOCK", "when": "WARPED_WART_BLOCK"}, - {"supplement": "BAMBOO", "when": "TWISTING_VINES"}, - {"supplement": "BAMBOO", "when": "TWISTING_VINES_PLANT"}, - {"supplement": "COBBLESTONE", "when": "TARGET"}, - {"supplement": "SOULSAND", "when": "SOUL_SOIL"}, - {"supplement": "TORCH", "when": "SOUL_TORCH"}, - {"supplement": "LANTERN", "when": "SOUL_LANTERN"}, - {"supplement": "FIRE", "when": "SOUL_FIRE"}, - {"supplement": "CAMPFIRE", "when": "SOUL_CAMPFIRE"}, - {"supplement": "GLOWSTONE", "when": "SHROOMLIGHT"}, - {"supplement": "OBSIDIAN", "when": "RESPAWN_ANCHOR"}, - {"supplement": "RED_MUSHROOM", "when": "NETHER_SPROUTS"}, - {"supplement": "GOLD_ORE", "when": "NETHER_GOLD_ORE"}, - {"supplement": "STONE", "when": "LODESTONE"}, - {"supplement": "BROWN_MUSHROOM_BLOCK", "when": "STRIPPED_WARPED_HYPHAE"}, - {"supplement": "RED_MUSHROOM_BLOCK", "when": "STRIPPED_CRIMSON_HYPHAE"}, - {"supplement": "MUSHROOM_STEM", "when": "WARPED_HYPHAE"}, - {"supplement": "RED_MUSHROOM_BLOCK", "when": "CRIMSON_HYPHAE"}, - {"supplement": "COBBLESTONE", "when": "GILDED_BLACKSTONE"}, - {"supplement": "OBSIDIAN", "when": "CRYING_OBSIDIAN"}, - {"supplement": "MUSHROOM_STEM", "when": "STRIPPED_WARPED_STEM"}, - {"supplement": "MUSHROOM_STEM", "when": "STRIPPED_CRIMSON_STEM"}, - {"supplement": "MUSHROOM_STEM", "when": "WARPED_STEM"}, - {"supplement": "MUSHROOM_STEM", "when": "CRIMSON_STEM"}, - {"supplement": "RED_MUSHROOM", "when": "CRIMSON_ROOTS"}, - {"supplement": "BROWN_MUSHROOM", "when": "WARPED_ROOTS"}, - {"supplement": "OAK_PLANKS", "when": "CRIMSON_PLANKS"}, - {"supplement": "OAK_PLANKS", "when": "WARPED_PLANKS"}, - {"supplement": "MYCELIUM", "when": "WARPED_NYLIUM"}, - {"supplement": "MYCELIUM", "when": "CRIMSON_NYLIUM"}, - {"supplement": "BROWN_MUSHROOM", "when": "WARPED_FUNGUS"}, - {"supplement": "RED_MUSHROOM", "when": "CRIMSON_FUNGUS"}, - {"supplement": "NETHER_BRICKS", "when": "CRACKED_NETHER_BRICKS"}, - {"supplement": "NETHER_BRICKS", "when": "CHISELED_NETHER_BRICKS"}, - {"supplement": "LEGACY_NETHER_FENCE", "when": "NETHER_FENCE"}, - {"supplement": "IRON_BARS", "when": "CHAIN"}, - {"supplement": "QUARTZ_BLOCK", "when": "NETHERITE_BLOCK"}, - {"supplement": "COBBLESTONE", "when": "BLACKSTONE"}, - {"supplement": "STONE", "when": "BASALT"}, - {"supplement": "NETHERRACK", "when": "ANCIENT_DEBRIS"}, - {"supplement": "LEGACY_NETHERRACK", "when": "NETHERRACK"}, - {"supplement": "OAK_LEAVES", "when": "HONEY_BLOCK"}, - {"supplement": "OAK_LEAVES", "when": "BEEHIVE"}, - {"supplement": "OAK_LEAVES", "when": "BEE_NEST"}, - {"supplement": "COBBLESTONE_WALL", "when": "GRANITE_WALL"}, - {"supplement": "PACKED_ICE", "when": "BLUE_ICE"}, - {"supplement": "COBBLESTONE_WALL", "when": "DIORITE_WALL"}, - {"supplement": "COBBLESTONE_WALL", "when": "ANDESITE_WALL"}, - {"supplement": "GRASS", "when": "SWEET_BERRY_BUSH"}, - {"supplement": "CRAFTING_TABLE", "when": "STONECUTTER"}, - {"supplement": "LEGACY_SANDSTONE_STAIRS", "when": "SANDSTONE_STAIRS"}, - {"supplement": "LEGACY_SANDSTONE_STAIRS", "when": "SMOOTH_SANDSTONE_STAIRS"}, - {"supplement": "COBBLESTONE_STAIRS", "when": "MOSSY_COBBLESTONE_STAIRS"}, - {"supplement": "STONE_BRICK_STAIRS", "when": "MOSSY_STONE_BRICK_STAIRS"}, - {"supplement": "COBBLESTONE_STAIRS", "when": "POLISHED_GRANITE_STAIRS"}, - {"supplement": "COBBLESTONE_STAIRS", "when": "GRANITE_STAIRS"}, - {"supplement": "COBBLESTONE_STAIRS", "when": "POLISHED_DIORITE_STAIRS"}, - {"supplement": "COBBLESTONE_STAIRS", "when": "DIORITE_STAIRS"}, - {"supplement": "COBBLESTONE_STAIRS", "when": "POLISHED_ANDESITE_STAIRS"}, - {"supplement": "COBBLESTONE_STAIRS", "when": "ANDESITE_STAIRS"}, - {"supplement": "COBBLESTONE_STAIRS", "when": "STONE_STAIRS"}, - {"supplement": "LEGACY_SANDSTONE_STAIRS", "when": "END_STONE_BRICK_STAIRS"}, - {"supplement": "LEGACY_NETHER_BRICK_STAIRS", "when": "NETHER_BRICK_STAIRS"}, - {"supplement": "NETHER_BRICK_STAIRS", "when": "RED_NETHER_BRICK_STAIRS"}, - {"supplement": "LEGACY_QUARTZ_STAIRS", "when": "SMOOTH_QUARTZ_STAIRS"}, - {"supplement": "LEGACY_QUARTZ_STAIRS", "when": "QUARTZ_STAIRS"}, - {"supplement": "LEGACY_RED_SANDSTONE_STAIRS", "when": "RED_SANDSTONE_STAIRS"}, - {"supplement": "LEGACY_RED_SANDSTONE_STAIRS", "when": "SMOOTH_RED_SANDSTONE_STAIRS"}, - {"supplement": "SMOOTH_STONE_SLAB", "when": "STONE_SLAB"}, - {"supplement": "FURNACE", "when": "SMOKER"}, - {"supplement": "CRAFTING_TABLE", "when": "SMITHING_TABLE"}, - {"supplement": "SANDSTONE_SLAB", "when": "END_STONE_BRICK_SLAB"}, - {"supplement": "NETHER_BRICK_SLAB", "when": "RED_NETHER_BRICK_SLAB"}, - {"supplement": "QUARTZ_SLAB", "when": "SMOOTH_QUARTZ_SLAB"}, - {"supplement": "SANDSTONE_SLAB", "when": "CUT_SANDSTONE_SLAB"}, - {"supplement": "RED_SANDSTONE_SLAB", "when": "CUT_RED_SANDSTONE_SLAB"}, - {"supplement": "RED_SANDSTONE_SLAB", "when": "SMOOTH_RED_SANDSTONE_SLAB"}, - {"supplement": "SANDSTONE_SLAB", "when": "SMOOTH_SANDSTONE_SLAB"}, - {"supplement": "COBBLESTONE_SLAB", "when": "MOSSY_COBBLESTONE_SLAB"}, - {"supplement": "STONE_BRICK_SLAB", "when": "MOSSY_STONE_BRICK_SLAB"}, - {"supplement": "SMOOTH_STONE_SLAB", "when": "STONE_SLAB"}, - {"supplement": "COBBLESTONE_SLAB", "when": "ANDESITE_SLAB"}, - {"supplement": "COBBLESTONE_SLAB", "when": "ANDESITE_SLAB"}, - {"supplement": "COBBLESTONE_SLAB", "when": "DIORITE_SLAB"}, - {"supplement": "COBBLESTONE_SLAB", "when": "GRANITE_SLAB"}, - {"supplement": "SMOOTH_STONE_SLAB", "when": "POLISHED_ANDESITE_SLAB"}, - {"supplement": "SMOOTH_STONE_SLAB", "when": "POLISHED_DIORITE_SLAB"}, - {"supplement": "SMOOTH_STONE_SLAB", "when": "POLISHED_GRANITE_SLAB"}, - {"supplement": "LEGACY_WALL_SIGN", "when": "WARPED_WALL_SIGN"}, - {"supplement": "LEGACY_SIGN_POST", "when": "WARPED_SIGN"}, - {"supplement": "LEGACY_WALL_SIGN", "when": "SPRUCE_WALL_SIGN"}, - {"supplement": "LEGACY_SIGN_POST", "when": "SPRUCE_SIGN"}, - {"supplement": "LEGACY_WALL_SIGN", "when": "OAK_WALL_SIGN"}, - {"supplement": "LEGACY_SIGN_POST", "when": "OAK_SIGN"}, - {"supplement": "LEGACY_WALL_SIGN", "when": "JUNGLE_WALL_SIGN"}, - {"supplement": "LEGACY_SIGN_POST", "when": "JUNGLE_SIGN"}, - {"supplement": "LEGACY_WALL_SIGN", "when": "DARK_OAK_WALL_SIGN"}, - {"supplement": "LEGACY_SIGN_POST", "when": "DARK_OAK_SIGN"}, - {"supplement": "LEGACY_WALL_SIGN", "when": "CRIMSON_WALL_SIGN"}, - {"supplement": "LEGACY_SIGN_POST", "when": "CRIMSON_SIGN"}, - {"supplement": "LEGACY_WALL_SIGN", "when": "BIRCH_WALL_SIGN"}, - {"supplement": "LEGACY_SIGN_POST", "when": "BIRCH_SIGN"}, - {"supplement": "LEGACY_WALL_SIGN", "when": "ACACIA_WALL_SIGN"}, - {"supplement": "LEGACY_SIGN_POST", "when": "ACACIA_SIGN"}, - {"supplement": "BIRCH_FENCE", "when": "SCAFFOLDING"}, - {"supplement": "LOOM", "when": "LOOM"}, - {"supplement": "BOOKSHELF", "when": "LECTERN"}, - {"supplement": "REDSTONE_LAMP", "when": "LANTERN"}, - {"supplement": "AIR", "when": "JIGSAW"}, - {"supplement": "COBBLESTONE", "when": "GRINDSTONE"}, - {"supplement": "CRAFTING_TABLE", "when": "FLETCHING_TABLE"}, - {"supplement": "CHEST", "when": "COMPOSTER"}, - {"supplement": "CRAFTING_TABLE", "when": "CARTOGRAPHY_TABLE"}, - {"supplement": "DARK_OAK_SLAB", "when": "CAMPFIRE"}, - {"supplement": "FURNACE", "when": "BLAST_FURNACE"}, - {"supplement": "REDSTONE_LAMP", "when": "BELL"}, - {"supplement": "minecraft:hay_bale[axis=z]", "exact": true, "when": "minecraft:barrel[facing=south]"}, - {"supplement": "minecraft:hay_bale[axis=z]", "exact": true, "when": "minecraft:barrel[facing=north]"}, - {"supplement": "minecraft:hay_bale[axis=x]", "exact": true, "when": "minecraft:barrel[facing=east]"}, - {"supplement": "minecraft:hay_bale[axis=x]", "exact": true, "when": "minecraft:barrel[facing=west]"}, - {"supplement": "minecraft:hay_bale[axis=y]", "exact": true, "when": "minecraft:barrel[facing=up]"}, - {"supplement": "minecraft:hay_bale[axis=y]", "exact": true, "when": "minecraft:barrel[facing=down]"}, - {"supplement": "BIRCH_FENCE", "when": "BAMBOO"}, - {"supplement": "BIRCH_SAPLING", "when": "BAMBOO_SAPLING"}, - {"supplement": "POTTED_BIRCH_SAPLING", "when": "POTTED_BAMBOO"} + { + "supplement": "NETHER_FENCE", + "when": "WEEPING_VINES" + }, + { + "supplement": "NETHER_FENCE", + "when": "WEEPING_VINES_PLANT" + }, + { + "supplement": "NETHER_WART_BLOCK", + "when": "WARPED_WART_BLOCK" + }, + { + "supplement": "BAMBOO", + "when": "TWISTING_VINES" + }, + { + "supplement": "BAMBOO", + "when": "TWISTING_VINES_PLANT" + }, + { + "supplement": "COBBLESTONE", + "when": "TARGET" + }, + { + "supplement": "SOULSAND", + "when": "SOUL_SOIL" + }, + { + "supplement": "TORCH", + "when": "SOUL_TORCH" + }, + { + "supplement": "LANTERN", + "when": "SOUL_LANTERN" + }, + { + "supplement": "FIRE", + "when": "SOUL_FIRE" + }, + { + "supplement": "CAMPFIRE", + "when": "SOUL_CAMPFIRE" + }, + { + "supplement": "GLOWSTONE", + "when": "SHROOMLIGHT" + }, + { + "supplement": "OBSIDIAN", + "when": "RESPAWN_ANCHOR" + }, + { + "supplement": "RED_MUSHROOM", + "when": "NETHER_SPROUTS" + }, + { + "supplement": "GOLD_ORE", + "when": "NETHER_GOLD_ORE" + }, + { + "supplement": "STONE", + "when": "LODESTONE" + }, + { + "supplement": "BROWN_MUSHROOM_BLOCK", + "when": "STRIPPED_WARPED_HYPHAE" + }, + { + "supplement": "RED_MUSHROOM_BLOCK", + "when": "STRIPPED_CRIMSON_HYPHAE" + }, + { + "supplement": "MUSHROOM_STEM", + "when": "WARPED_HYPHAE" + }, + { + "supplement": "RED_MUSHROOM_BLOCK", + "when": "CRIMSON_HYPHAE" + }, + { + "supplement": "COBBLESTONE", + "when": "GILDED_BLACKSTONE" + }, + { + "supplement": "OBSIDIAN", + "when": "CRYING_OBSIDIAN" + }, + { + "supplement": "MUSHROOM_STEM", + "when": "STRIPPED_WARPED_STEM" + }, + { + "supplement": "MUSHROOM_STEM", + "when": "STRIPPED_CRIMSON_STEM" + }, + { + "supplement": "MUSHROOM_STEM", + "when": "WARPED_STEM" + }, + { + "supplement": "MUSHROOM_STEM", + "when": "CRIMSON_STEM" + }, + { + "supplement": "RED_MUSHROOM", + "when": "CRIMSON_ROOTS" + }, + { + "supplement": "BROWN_MUSHROOM", + "when": "WARPED_ROOTS" + }, + { + "supplement": "OAK_PLANKS", + "when": "CRIMSON_PLANKS" + }, + { + "supplement": "OAK_PLANKS", + "when": "WARPED_PLANKS" + }, + { + "supplement": "MYCELIUM", + "when": "WARPED_NYLIUM" + }, + { + "supplement": "MYCELIUM", + "when": "CRIMSON_NYLIUM" + }, + { + "supplement": "BROWN_MUSHROOM", + "when": "WARPED_FUNGUS" + }, + { + "supplement": "RED_MUSHROOM", + "when": "CRIMSON_FUNGUS" + }, + { + "supplement": "NETHER_BRICKS", + "when": "CRACKED_NETHER_BRICKS" + }, + { + "supplement": "NETHER_BRICKS", + "when": "CHISELED_NETHER_BRICKS" + }, + { + "supplement": "LEGACY_NETHER_FENCE", + "when": "NETHER_FENCE" + }, + { + "supplement": "IRON_BARS", + "when": "CHAIN" + }, + { + "supplement": "QUARTZ_BLOCK", + "when": "NETHERITE_BLOCK" + }, + { + "supplement": "COBBLESTONE", + "when": "BLACKSTONE" + }, + { + "supplement": "STONE", + "when": "BASALT" + }, + { + "supplement": "NETHERRACK", + "when": "ANCIENT_DEBRIS" + }, + { + "supplement": "LEGACY_NETHERRACK", + "when": "NETHERRACK" + }, + { + "supplement": "OAK_LEAVES", + "when": "HONEY_BLOCK" + }, + { + "supplement": "OAK_LEAVES", + "when": "BEEHIVE" + }, + { + "supplement": "OAK_LEAVES", + "when": "BEE_NEST" + }, + { + "supplement": "COBBLESTONE_WALL", + "when": "GRANITE_WALL" + }, + { + "supplement": "PACKED_ICE", + "when": "BLUE_ICE" + }, + { + "supplement": "COBBLESTONE_WALL", + "when": "DIORITE_WALL" + }, + { + "supplement": "COBBLESTONE_WALL", + "when": "ANDESITE_WALL" + }, + { + "supplement": "GRASS", + "when": "SWEET_BERRY_BUSH" + }, + { + "supplement": "CRAFTING_TABLE", + "when": "STONECUTTER" + }, + { + "supplement": "LEGACY_SANDSTONE_STAIRS", + "when": "SANDSTONE_STAIRS" + }, + { + "supplement": "LEGACY_SANDSTONE_STAIRS", + "when": "SMOOTH_SANDSTONE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "when": "MOSSY_COBBLESTONE_STAIRS" + }, + { + "supplement": "STONE_BRICK_STAIRS", + "when": "MOSSY_STONE_BRICK_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "when": "POLISHED_GRANITE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "when": "GRANITE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "when": "POLISHED_DIORITE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "when": "DIORITE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "when": "POLISHED_ANDESITE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "when": "ANDESITE_STAIRS" + }, + { + "supplement": "COBBLESTONE_STAIRS", + "when": "STONE_STAIRS" + }, + { + "supplement": "LEGACY_SANDSTONE_STAIRS", + "when": "END_STONE_BRICK_STAIRS" + }, + { + "supplement": "LEGACY_NETHER_BRICK_STAIRS", + "when": "NETHER_BRICK_STAIRS" + }, + { + "supplement": "NETHER_BRICK_STAIRS", + "when": "RED_NETHER_BRICK_STAIRS" + }, + { + "supplement": "LEGACY_QUARTZ_STAIRS", + "when": "SMOOTH_QUARTZ_STAIRS" + }, + { + "supplement": "LEGACY_QUARTZ_STAIRS", + "when": "QUARTZ_STAIRS" + }, + { + "supplement": "LEGACY_RED_SANDSTONE_STAIRS", + "when": "RED_SANDSTONE_STAIRS" + }, + { + "supplement": "LEGACY_RED_SANDSTONE_STAIRS", + "when": "SMOOTH_RED_SANDSTONE_STAIRS" + }, + { + "supplement": "SMOOTH_STONE_SLAB", + "when": "STONE_SLAB" + }, + { + "supplement": "FURNACE", + "when": "SMOKER" + }, + { + "supplement": "CRAFTING_TABLE", + "when": "SMITHING_TABLE" + }, + { + "supplement": "SANDSTONE_SLAB", + "when": "END_STONE_BRICK_SLAB" + }, + { + "supplement": "NETHER_BRICK_SLAB", + "when": "RED_NETHER_BRICK_SLAB" + }, + { + "supplement": "QUARTZ_SLAB", + "when": "SMOOTH_QUARTZ_SLAB" + }, + { + "supplement": "SANDSTONE_SLAB", + "when": "CUT_SANDSTONE_SLAB" + }, + { + "supplement": "RED_SANDSTONE_SLAB", + "when": "CUT_RED_SANDSTONE_SLAB" + }, + { + "supplement": "RED_SANDSTONE_SLAB", + "when": "SMOOTH_RED_SANDSTONE_SLAB" + }, + { + "supplement": "SANDSTONE_SLAB", + "when": "SMOOTH_SANDSTONE_SLAB" + }, + { + "supplement": "COBBLESTONE_SLAB", + "when": "MOSSY_COBBLESTONE_SLAB" + }, + { + "supplement": "STONE_BRICK_SLAB", + "when": "MOSSY_STONE_BRICK_SLAB" + }, + { + "supplement": "SMOOTH_STONE_SLAB", + "when": "STONE_SLAB" + }, + { + "supplement": "COBBLESTONE_SLAB", + "when": "ANDESITE_SLAB" + }, + { + "supplement": "COBBLESTONE_SLAB", + "when": "ANDESITE_SLAB" + }, + { + "supplement": "COBBLESTONE_SLAB", + "when": "DIORITE_SLAB" + }, + { + "supplement": "COBBLESTONE_SLAB", + "when": "GRANITE_SLAB" + }, + { + "supplement": "SMOOTH_STONE_SLAB", + "when": "POLISHED_ANDESITE_SLAB" + }, + { + "supplement": "SMOOTH_STONE_SLAB", + "when": "POLISHED_DIORITE_SLAB" + }, + { + "supplement": "SMOOTH_STONE_SLAB", + "when": "POLISHED_GRANITE_SLAB" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "when": "WARPED_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "when": "WARPED_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "when": "SPRUCE_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "when": "SPRUCE_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "when": "OAK_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "when": "OAK_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "when": "JUNGLE_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "when": "JUNGLE_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "when": "DARK_OAK_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "when": "DARK_OAK_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "when": "CRIMSON_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "when": "CRIMSON_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "when": "BIRCH_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "when": "BIRCH_SIGN" + }, + { + "supplement": "LEGACY_WALL_SIGN", + "when": "ACACIA_WALL_SIGN" + }, + { + "supplement": "LEGACY_SIGN_POST", + "when": "ACACIA_SIGN" + }, + { + "supplement": "BIRCH_FENCE", + "when": "SCAFFOLDING" + }, + { + "supplement": "LOOM", + "when": "LOOM" + }, + { + "supplement": "BOOKSHELF", + "when": "LECTERN" + }, + { + "supplement": "REDSTONE_LAMP", + "when": "LANTERN" + }, + { + "supplement": "AIR", + "when": "JIGSAW" + }, + { + "supplement": "COBBLESTONE", + "when": "GRINDSTONE" + }, + { + "supplement": "CRAFTING_TABLE", + "when": "FLETCHING_TABLE" + }, + { + "supplement": "CHEST", + "when": "COMPOSTER" + }, + { + "supplement": "CRAFTING_TABLE", + "when": "CARTOGRAPHY_TABLE" + }, + { + "supplement": "DARK_OAK_SLAB", + "when": "CAMPFIRE" + }, + { + "supplement": "FURNACE", + "when": "BLAST_FURNACE" + }, + { + "supplement": "REDSTONE_LAMP", + "when": "BELL" + }, + { + "supplement": "minecraft:hay_bale[axis=z]", + "exact": true, + "when": "minecraft:barrel[facing=south]" + }, + { + "supplement": "minecraft:hay_bale[axis=z]", + "exact": true, + "when": "minecraft:barrel[facing=north]" + }, + { + "supplement": "minecraft:hay_bale[axis=x]", + "exact": true, + "when": "minecraft:barrel[facing=east]" + }, + { + "supplement": "minecraft:hay_bale[axis=x]", + "exact": true, + "when": "minecraft:barrel[facing=west]" + }, + { + "supplement": "minecraft:hay_bale[axis=y]", + "exact": true, + "when": "minecraft:barrel[facing=up]" + }, + { + "supplement": "minecraft:hay_bale[axis=y]", + "exact": true, + "when": "minecraft:barrel[facing=down]" + }, + { + "supplement": "BIRCH_FENCE", + "when": "BAMBOO" + }, + { + "supplement": "BIRCH_SAPLING", + "when": "BAMBOO_SAPLING" + }, + { + "supplement": "POTTED_BIRCH_SAPLING", + "when": "POTTED_BAMBOO" + } ] } \ No newline at end of file diff --git a/generators/mesa-sharp-4.json b/generators/mesa-sharp-4.json index 9750a657..6e650e00 100644 --- a/generators/mesa-sharp-4.json +++ b/generators/mesa-sharp-4.json @@ -2,13 +2,15 @@ "interpolationFunction": "HERMITE_LOOSE", "interpolationScale": 9, "seed": 2246661, - "composite": [{ - "style": { - "style": "IRIS", - "zoom": 2.97 - }, - "seed": 10356, - "bezier": true, - "exponent": 0.53 - }] -} + "composite": [ + { + "style": { + "style": "IRIS", + "zoom": 2.97 + }, + "seed": 10356, + "bezier": true, + "exponent": 0.53 + } + ] +} \ No newline at end of file diff --git a/generators/mesa-sharp-5.json b/generators/mesa-sharp-5.json index 83eab830..2c89bdeb 100644 --- a/generators/mesa-sharp-5.json +++ b/generators/mesa-sharp-5.json @@ -2,13 +2,15 @@ "interpolationFunction": "HERMITE_LOOSE", "interpolationScale": 37, "seed": 2246661, - "composite": [{ - "style": { - "style": "IRIS_DOUBLE", - "zoom": 1.87 - }, - "seed": 10356, - "bezier": true, - "exponent": 0.33 - }] -} + "composite": [ + { + "style": { + "style": "IRIS_DOUBLE", + "zoom": 1.87 + }, + "seed": 10356, + "bezier": true, + "exponent": 0.33 + } + ] +} \ No newline at end of file diff --git a/generators/mesa-sharp-6.json b/generators/mesa-sharp-6.json index ea5e80da..ae41eb07 100644 --- a/generators/mesa-sharp-6.json +++ b/generators/mesa-sharp-6.json @@ -2,13 +2,15 @@ "interpolationFunction": "HERMITE_LOOSE", "interpolationScale": 67, "seed": 3246661, - "composite": [{ - "style": { - "style": "IRIS_DOUBLE", - "zoom": 0.87 - }, - "seed": 13356, - "bezier": true, - "exponent": 0.43 - }] -} + "composite": [ + { + "style": { + "style": "IRIS_DOUBLE", + "zoom": 0.87 + }, + "seed": 13356, + "bezier": true, + "exponent": 0.43 + } + ] +} \ No newline at end of file diff --git a/generators/mesa-sharp-7.json b/generators/mesa-sharp-7.json index ed6d484f..1397cc4f 100644 --- a/generators/mesa-sharp-7.json +++ b/generators/mesa-sharp-7.json @@ -2,13 +2,15 @@ "interpolationFunction": "HERMITE_LOOSE", "interpolationScale": 133, "seed": 7245661, - "composite": [{ - "style": { - "style": "IRIS_DOUBLE", - "zoom": 0.67 - }, - "seed": 100221, - "bezier": true, - "exponent": 0.23 - }] -} + "composite": [ + { + "style": { + "style": "IRIS_DOUBLE", + "zoom": 0.67 + }, + "seed": 100221, + "bezier": true, + "exponent": 0.23 + } + ] +} \ No newline at end of file diff --git a/generators/mountain-cliffs.json b/generators/mountain-cliffs.json index cab97ad2..68020739 100644 --- a/generators/mountain-cliffs.json +++ b/generators/mountain-cliffs.json @@ -1,25 +1,29 @@ { - "composite": [{ - "style": { - "style": "IRIS", - "zoom": 0.87, - "fracture": { - "style": "IRIS_HALF", - "zoom": 0.295, - "multiplier": 18 - } - }, - "seed": 134056, - "bezier": true, - "exponent": 1.125 - }], + "composite": [ + { + "style": { + "style": "IRIS", + "zoom": 0.87, + "fracture": { + "style": "IRIS_HALF", + "zoom": 0.295, + "multiplier": 18 + } + }, + "seed": 134056, + "bezier": true, + "exponent": 1.125 + } + ], "interpolationFunction": "HERMITE_LOOSE", "interpolationScale": 188, "seed": 7246236, "cliffHeightMax": 35, "cliffHeightMin": 29, "cliffHeightGenerator": { - "style": {"style": "IRIS"}, + "style": { + "style": "IRIS" + }, "sinCentered": false, "seed": 10056, "parametric": false, @@ -33,4 +37,4 @@ "bezier": false, "exponent": 1.125 } -} +} \ No newline at end of file diff --git a/generators/mountain.json b/generators/mountain.json index 544fe9a8..8f3b4593 100644 --- a/generators/mountain.json +++ b/generators/mountain.json @@ -2,18 +2,20 @@ "interpolationFunction": "HERMITE_LOOSE", "interpolationScale": 122, "seed": 9246661, - "composite": [{ - "style": { - "style": "IRIS", - "zoom": 0.87, - "fracture": { - "style": "IRIS_HALF", - "zoom": 0.295, - "multiplier": 18 - } - }, - "seed": 134056, - "bezier": true, - "exponent": 1.125 - }] -} + "composite": [ + { + "style": { + "style": "IRIS", + "zoom": 0.87, + "fracture": { + "style": "IRIS_HALF", + "zoom": 0.295, + "multiplier": 18 + } + }, + "seed": 134056, + "bezier": true, + "exponent": 1.125 + } + ] +} \ No newline at end of file diff --git a/generators/plain-chaotic.json b/generators/plain-chaotic.json index dd5ff319..4bff6b8d 100644 --- a/generators/plain-chaotic.json +++ b/generators/plain-chaotic.json @@ -2,17 +2,19 @@ "interpolationFunction": "HERMITE_LOOSE", "interpolationScale": 279, "seed": 7546112, - "composite": [{ - "style": { - "style": "SEXOCTAVE_FRACTAL_BILLOW_SIMPLEX", - "zoom": 2.17, - "fracture": { - "style": "IRIS_DOUBLE", - "zoom": 0.26, - "multiplier": 7 - } - }, - "seed": 20056, - "bezier": true - }] -} + "composite": [ + { + "style": { + "style": "SEXOCTAVE_FRACTAL_BILLOW_SIMPLEX", + "zoom": 2.17, + "fracture": { + "style": "IRIS_DOUBLE", + "zoom": 0.26, + "multiplier": 7 + } + }, + "seed": 20056, + "bezier": true + } + ] +} \ No newline at end of file diff --git a/generators/plain-cliffs-thin.json b/generators/plain-cliffs-thin.json index 066d901c..564fbdcf 100644 --- a/generators/plain-cliffs-thin.json +++ b/generators/plain-cliffs-thin.json @@ -1,25 +1,29 @@ { - "composite": [{ - "style": { - "style": "IRIS_DOUBLE", - "zoom": 0.87, - "fracture": { - "style": "IRIS_HALF", - "zoom": 0.195, - "multiplier": 18 - } - }, - "seed": 10556, - "bezier": true, - "exponent": 1.125 - }], + "composite": [ + { + "style": { + "style": "IRIS_DOUBLE", + "zoom": 0.87, + "fracture": { + "style": "IRIS_HALF", + "zoom": 0.195, + "multiplier": 18 + } + }, + "seed": 10556, + "bezier": true, + "exponent": 1.125 + } + ], "interpolationFunction": "HERMITE_LOOSE", "interpolationScale": 198, "seed": 7886661, "cliffHeightMax": 45, "cliffHeightMin": 21, "cliffHeightGenerator": { - "style": {"style": "IRIS"}, + "style": { + "style": "IRIS" + }, "sinCentered": false, "seed": 5356, "parametric": false, diff --git a/generators/plain-cliffs.json b/generators/plain-cliffs.json index 98c3dfee..c04a6a06 100644 --- a/generators/plain-cliffs.json +++ b/generators/plain-cliffs.json @@ -1,25 +1,29 @@ { - "composite": [{ - "style": { - "style": "IRIS_DOUBLE", - "zoom": 0.87, - "fracture": { - "style": "IRIS_HALF", - "zoom": 0.295, - "multiplier": 18 - } - }, - "seed": 10556, - "bezier": true, - "exponent": 1.125 - }], + "composite": [ + { + "style": { + "style": "IRIS_DOUBLE", + "zoom": 0.87, + "fracture": { + "style": "IRIS_HALF", + "zoom": 0.295, + "multiplier": 18 + } + }, + "seed": 10556, + "bezier": true, + "exponent": 1.125 + } + ], "interpolationFunction": "HERMITE_LOOSE", "interpolationScale": 198, "seed": 7246661, "cliffHeightMax": 80, "cliffHeightMin": 45, "cliffHeightGenerator": { - "style": {"style": "IRIS"}, + "style": { + "style": "IRIS" + }, "sinCentered": false, "seed": 50056, "parametric": false, @@ -33,4 +37,4 @@ "bezier": false, "exponent": 1.125 } -} +} \ No newline at end of file diff --git a/generators/plain.json b/generators/plain.json index d672341f..83c05b74 100644 --- a/generators/plain.json +++ b/generators/plain.json @@ -2,17 +2,19 @@ "interpolationFunction": "HERMITE_LOOSE", "interpolationScale": 272, "seed": 7246661, - "composite": [{ - "style": { - "style": "IRIS_DOUBLE", - "zoom": 0.87, - "fracture": { - "style": "IRIS", - "zoom": 0.195, - "multiplier": 18 - } - }, - "seed": 10056, - "bezier": true - }] -} + "composite": [ + { + "style": { + "style": "IRIS_DOUBLE", + "zoom": 0.87, + "fracture": { + "style": "IRIS", + "zoom": 0.195, + "multiplier": 18 + } + }, + "seed": 10056, + "bezier": true + } + ] +} \ No newline at end of file diff --git a/generators/sharp.json b/generators/sharp.json index 95e082ea..12699647 100644 --- a/generators/sharp.json +++ b/generators/sharp.json @@ -4,21 +4,25 @@ "interpolationFunction": "HERMITE_LOOSE", "interpolationScale": 20, "seed": 8192, - "composite": [{ - "style": {"style": "IRIS"}, - "sinCentered": false, - "seed": 1000, - "parametric": false, - "zoom": 0.45, - "enabled": true, - "offsetX": 0, - "octaves": 1, - "offsetZ": 0, - "offsetY": 0, - "opacity": 1, - "bezier": false, - "exponent": 1 - }], + "composite": [ + { + "style": { + "style": "IRIS" + }, + "sinCentered": false, + "seed": 1000, + "parametric": false, + "zoom": 0.45, + "enabled": true, + "offsetX": 0, + "octaves": 1, + "offsetZ": 0, + "offsetY": 0, + "opacity": 1, + "bezier": false, + "exponent": 1 + } + ], "zoom": 1, "opacity": 1 -} +} \ No newline at end of file diff --git a/generators/sharper.json b/generators/sharper.json index 70c6a916..6334468b 100644 --- a/generators/sharper.json +++ b/generators/sharper.json @@ -4,21 +4,25 @@ "interpolationFunction": "HERMITE_LOOSE", "interpolationScale": 9, "seed": 8192, - "composite": [{ - "style": {"style": "IRIS"}, - "sinCentered": false, - "seed": 1000, - "parametric": false, - "zoom": 0.45, - "enabled": true, - "offsetX": 0, - "octaves": 1, - "offsetZ": 0, - "offsetY": 0, - "opacity": 1, - "bezier": false, - "exponent": 1 - }], + "composite": [ + { + "style": { + "style": "IRIS" + }, + "sinCentered": false, + "seed": 1000, + "parametric": false, + "zoom": 0.45, + "enabled": true, + "offsetX": 0, + "octaves": 1, + "offsetZ": 0, + "offsetY": 0, + "opacity": 1, + "bezier": false, + "exponent": 1 + } + ], "zoom": 1, "opacity": 1 -} +} \ No newline at end of file diff --git a/loot/hot-treasure.json b/loot/hot-treasure.json index 1c55031a..3c6b157c 100644 --- a/loot/hot-treasure.json +++ b/loot/hot-treasure.json @@ -26,7 +26,7 @@ "rarity": 38, "slotTypes": "STORAGE" }, - { + { "type": "GOLDEN_BOOTS", "maxAmount": 1, "rarity": 35, diff --git a/regions/frozen.json b/regions/frozen.json index cfabd911..cb016e74 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -54,7 +54,7 @@ "shuffle": 328 } ], - "deposits":[ + "deposits": [ { "minHeight": 8, "maxHeight": 57, diff --git a/regions/hot.json b/regions/hot.json index 59fe70e6..deaedbb0 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -81,7 +81,7 @@ "chance": 2 } ], - "deposits":[ + "deposits": [ { "minHeight": 25, "maxHeight": 67, diff --git a/regions/mushroom.json b/regions/mushroom.json index 53769fbc..4635e602 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -42,7 +42,7 @@ ] } ], - "spotBiomes":[ + "spotBiomes": [ { "biome": "mushroom-crimson-forest", "type": "LAND", diff --git a/regions/swamp.json b/regions/swamp.json index 0d558625..cf8ebc34 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -18,7 +18,7 @@ "shoreBiomes": [ "swamp-beach" ], - "caveBiomes":[ + "caveBiomes": [ "swamp-murky-cavern" ], "loot": { @@ -43,7 +43,7 @@ ] } ], - "deposits":[ + "deposits": [ { "minHeight": 35, "maxHeight": 67, diff --git a/regions/temperate.json b/regions/temperate.json index c8610058..8ccc625a 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -1,53 +1,53 @@ { - "name": "Temperate", - "biomeImplosionRatio": 0.25, - "shoreHeightMin": 2.2, - "shoreHeightMax": 5.2, - "shoreHeightZoom": 1.14, - "landBiomeZoom": 1.25, - "landBiomes": [ - "temperate-plains", - "temperate-birch-forest", - "temperate-oak-forest" - ], - "seaBiomes": [ - "temperate-ocean", - "temperate-ocean-deep" - ], - "caveBiomes": [ - "temperate-old-cavern", - "temperate-cracked-cavern" - ], - "structures": [ - { - "tileset": "village-stone", - "ratio": 0.05, - "rarity": 5, - "zoom": 0.25 - } - ], - "shoreBiomes": [ - "temperate-beach" - ], - "loot": { - "tables": [ - "temperate-food", - "temperate-clutter" + "name": "Temperate", + "biomeImplosionRatio": 0.25, + "shoreHeightMin": 2.2, + "shoreHeightMax": 5.2, + "shoreHeightZoom": 1.14, + "landBiomeZoom": 1.25, + "landBiomes": [ + "temperate-plains", + "temperate-birch-forest", + "temperate-oak-forest" + ], + "seaBiomes": [ + "temperate-ocean", + "temperate-ocean-deep" + ], + "caveBiomes": [ + "temperate-old-cavern", + "temperate-cracked-cavern" + ], + "structures": [ + { + "tileset": "village-stone", + "ratio": 0.05, + "rarity": 5, + "zoom": 0.25 + } + ], + "shoreBiomes": [ + "temperate-beach" + ], + "loot": { + "tables": [ + "temperate-food", + "temperate-clutter" + ] + }, + "deposits": [ + { + "minHeight": 15, + "maxHeight": 122, + "minSize": 4, + "maxSize": 12, + "minPerChunk": 0, + "maxPerChunk": 2, + "varience": 4, + "palette": [ + "IRON_ORE", + "COAL_ORE" + ] + } ] - }, - "deposits": [ - { - "minHeight": 15, - "maxHeight": 122, - "minSize": 4, - "maxSize": 12, - "minPerChunk": 0, - "maxPerChunk": 2, - "varience": 4, - "palette": [ - "IRON_ORE", - "COAL_ORE" - ] - } - ] } \ No newline at end of file diff --git a/regions/tropical.json b/regions/tropical.json index d1662e75..8b2cd3a8 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -37,7 +37,7 @@ "shuffle": 1 } ], - "deposits":[ + "deposits": [ { "minHeight": 25, "maxHeight": 157, diff --git a/regions/tundra.json b/regions/tundra.json index 4a12081b..7c0e2660 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -10,7 +10,8 @@ "tundra-redwoods-forest", "tundra-spruce-denmyre", "tundra-mountains", - "rocky-mountains" ], + "rocky-mountains" + ], "seaBiomes": [ "tundra-ocean" ], @@ -36,7 +37,7 @@ "zoom": 1 } ], - "deposits":[ + "deposits": [ { "minHeight": 15, "maxHeight": 87, diff --git a/structures/Example Temple.json b/structures/Example Temple.json index 5144c3c3..5d808aa6 100644 --- a/structures/Example Temple.json +++ b/structures/Example Temple.json @@ -14,7 +14,9 @@ "south": "NEVER", "rareObjects": [], "north": "NEVER", - "objects": ["structure/Example Temple/cross-1"], + "objects": [ + "structure/Example Temple/cross-1" + ], "west": "NEVER", "loot": { "mode": "ADD", @@ -30,7 +32,9 @@ "south": "NEVER", "rareObjects": [], "north": "REQUIRED", - "objects": ["structure/Example Temple/t-connect-1"], + "objects": [ + "structure/Example Temple/t-connect-1" + ], "west": "NEVER", "loot": { "mode": "ADD", @@ -46,7 +50,9 @@ "south": "REQUIRED", "rareObjects": [], "north": "REQUIRED", - "objects": ["structure/Example Temple/hall-1"], + "objects": [ + "structure/Example Temple/hall-1" + ], "west": "NEVER", "loot": { "mode": "ADD", @@ -62,7 +68,9 @@ "south": "NEVER", "rareObjects": [], "north": "REQUIRED", - "objects": ["structure/Example Temple/corner-1"], + "objects": [ + "structure/Example Temple/corner-1" + ], "west": "NEVER", "loot": { "mode": "ADD", @@ -78,7 +86,9 @@ "south": "NEVER", "rareObjects": [], "north": "REQUIRED", - "objects": ["structure/Example Temple/room-1"], + "objects": [ + "structure/Example Temple/room-1" + ], "west": "REQUIRED", "loot": { "mode": "ADD", @@ -94,7 +104,9 @@ "south": "REQUIRED", "rareObjects": [], "north": "REQUIRED", - "objects": ["structure/Example Temple/walled-room-1"], + "objects": [ + "structure/Example Temple/walled-room-1" + ], "west": "REQUIRED", "loot": { "mode": "ADD", @@ -120,4 +132,4 @@ }, "bore": true, "mergeEdges": false -} +} \ No newline at end of file diff --git a/structures/example.json b/structures/example.json index f094f693..e75e4e11 100644 --- a/structures/example.json +++ b/structures/example.json @@ -38,9 +38,6 @@ "structure/murky-stronghold/fc-sw-4" ] }, - - - { "ceiling": "REQUIRED", "floor": "REQUIRED", @@ -55,10 +52,6 @@ "structure/murky-stronghold/fc-nws-4" ] }, - - - - { "ceiling": "REQUIRED", "floor": "REQUIRED", @@ -73,9 +66,6 @@ "structure/murky-stronghold/fc-ns-4" ] }, - - - { "ceiling": "REQUIRED", "floor": "REQUIRED", @@ -90,6 +80,5 @@ "structure/murky-stronghold/fc-n-4" ] } - ] -} +} \ No newline at end of file diff --git a/structures/murky-stronghold.json b/structures/murky-stronghold.json index f0b9cb1a..eb1e7584 100644 --- a/structures/murky-stronghold.json +++ b/structures/murky-stronghold.json @@ -123,7 +123,9 @@ "south": "REQUIRED", "rareObjects": [], "north": "REQUIRED", - "objects": ["structure/OgMurkyCavern/walled-room-1"], + "objects": [ + "structure/OgMurkyCavern/walled-room-1" + ], "west": "REQUIRED", "loot": { "mode": "ADD", @@ -149,4 +151,4 @@ }, "bore": true, "mergeEdges": false -} +} \ No newline at end of file diff --git a/structures/village-stone.json b/structures/village-stone.json index 23808073..a8211d48 100644 --- a/structures/village-stone.json +++ b/structures/village-stone.json @@ -121,7 +121,9 @@ "south": "REQUIRED", "rareObjects": [], "north": "REQUIRED", - "objects": ["structure/Village-2/walled-room-1"], + "objects": [ + "structure/Village-2/walled-room-1" + ], "west": "REQUIRED", "loot": { "mode": "ADD", @@ -147,4 +149,4 @@ }, "bore": true, "mergeEdges": false -} +} \ No newline at end of file