diff --git a/biomes/frozen/sea/ocean.json b/biomes/frozen/sea/ocean.json index d1179660..7b235d72 100644 --- a/biomes/frozen/sea/ocean.json +++ b/biomes/frozen/sea/ocean.json @@ -53,7 +53,6 @@ "weight": 1, "block": "minecraft:ice" } - ] }, { diff --git a/biomes/mushroom/crimson-forest.json b/biomes/mushroom/crimson-forest.json index 5ab8c22f..08576e5c 100644 --- a/biomes/mushroom/crimson-forest.json +++ b/biomes/mushroom/crimson-forest.json @@ -29,7 +29,7 @@ ] } ], - "customDerivitives": [{ + "customDerivitives": [{ "category": "mushroom", "id": "mushroom_crimson_forest", "waterColor": "#5BC1AA", diff --git a/biomes/mushroom/forest-hills.json b/biomes/mushroom/forest-hills.json index 5b00a4e1..8ad7b4ef 100644 --- a/biomes/mushroom/forest-hills.json +++ b/biomes/mushroom/forest-hills.json @@ -18,7 +18,6 @@ "grassColor": "#B39EC2", "fogColor": "#CACDFF" }], - "layers": [ { "minHeight": 3, diff --git a/biomes/mushroom/warped-forest.json b/biomes/mushroom/warped-forest.json index 6d3b28a9..ef098f5c 100644 --- a/biomes/mushroom/warped-forest.json +++ b/biomes/mushroom/warped-forest.json @@ -9,7 +9,7 @@ "max": 39, "generator": "plain-cliffs" }], - "customDerivitives": [{ + "customDerivitives": [{ "category": "mushroom", "id": "mushroom_warped_forest", "waterColor": "#A1E8E8", diff --git a/biomes/subterrestrial-palette/amethyst-cavern.json b/biomes/subterrestrial-palette/amethyst-cavern.json index 5b33884c..30c1bf19 100644 --- a/biomes/subterrestrial-palette/amethyst-cavern.json +++ b/biomes/subterrestrial-palette/amethyst-cavern.json @@ -7,32 +7,20 @@ "block": "minecraft:amethyst_block", "weight": 6 }, - { - "block": "minecraft:budding_amethyst" - } + {"block": "minecraft:budding_amethyst"} ], "maxHeight": 2, "minHeight": 2 }, - { - "palette": [ - { - "block": "minecraft:deepslate" - } - ] - } + {"palette": [{"block": "minecraft:deepslate"}]} ], - "wall": { - "palette": [ - { - "block": "minecraft:amethyst_block", - "weight": 6 - }, - { - "block": "minecraft:budding_amethyst" - } - ] - }, + "wall": {"palette": [ + { + "block": "minecraft:amethyst_block", + "weight": 6 + }, + {"block": "minecraft:budding_amethyst"} + ]}, "caveCeilingLayers": [ { "palette": [ @@ -40,20 +28,12 @@ "block": "minecraft:amethyst_block", "weight": 6 }, - { - "block": "minecraft:budding_amethyst" - } + {"block": "minecraft:budding_amethyst"} ], "maxHeight": 2, "minHeight": 2 }, - { - "palette": [ - { - "block": "minecraft:deepslate" - } - ] - } + {"palette": [{"block": "minecraft:deepslate"}]} ], "decorators": [ { @@ -71,9 +51,7 @@ "block": "minecraft:medium_amethyst_bud", "weight": 2 }, - { - "block": "minecraft:large_amethyst_bud" - } + {"block": "minecraft:large_amethyst_bud"} ] }, { @@ -82,32 +60,24 @@ "palette": [ { "block": "minecraft:amethyst_cluster", - "data": { - "facing": "down" - }, + "data": {"facing": "down"}, "weight": 4 }, { "block": "minecraft:small_amethyst_bud", - "data": { - "facing": "down" - }, + "data": {"facing": "down"}, "weight": 3 }, { "block": "minecraft:medium_amethyst_bud", - "data": { - "facing": "down" - }, + "data": {"facing": "down"}, "weight": 2 }, { "block": "minecraft:large_amethyst_bud", - "data": { - "facing": "down" - } + "data": {"facing": "down"} } ] } ] -} \ No newline at end of file +} diff --git a/biomes/subterrestrial-palette/calcite-cavern.json b/biomes/subterrestrial-palette/calcite-cavern.json index ab754396..57f27a29 100644 --- a/biomes/subterrestrial-palette/calcite-cavern.json +++ b/biomes/subterrestrial-palette/calcite-cavern.json @@ -1,52 +1,28 @@ { - "name": "Calcite Cavern", - "wall": { - "palette": [ - { - "block": "minecraft:tuff" - } - ] - }, - "layers": [ - { - "maxHeight": 1, - "minHeight": 1, - "palette": [ - { - "block": "minecraft:calcite" - }, - { - "block": "minecraft:diorite" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 1, - "minHeight": 1, - "palette": [ - { - "block": "minecraft:calcite" - }, - { - "block": "minecraft:diorite" - } - ] - } - ], - "decorators": [ - { - "chance": 0.05, - "style": { "style": "STATIC" }, - "topPalette": [{ "block": "minecraft:andesite"}], - "stackMax": 5, - "stackMin": 1, - "palette": [ - { - "block": "minecraft:calcite" - } - ] - } - ] + "name": "Calcite Cavern", + "wall": {"palette": [{"block": "minecraft:tuff"}]}, + "layers": [{ + "maxHeight": 1, + "minHeight": 1, + "palette": [ + {"block": "minecraft:calcite"}, + {"block": "minecraft:diorite"} + ] + }], + "caveCeilingLayers": [{ + "maxHeight": 1, + "minHeight": 1, + "palette": [ + {"block": "minecraft:calcite"}, + {"block": "minecraft:diorite"} + ] + }], + "decorators": [{ + "chance": 0.05, + "style": {"style": "STATIC"}, + "topPalette": [{"block": "minecraft:andesite"}], + "stackMax": 5, + "stackMin": 1, + "palette": [{"block": "minecraft:calcite"}] + }] } diff --git a/biomes/subterrestrial-palette/deepslate-cavern.json b/biomes/subterrestrial-palette/deepslate-cavern.json index 3a3fd41d..d9e2545d 100644 --- a/biomes/subterrestrial-palette/deepslate-cavern.json +++ b/biomes/subterrestrial-palette/deepslate-cavern.json @@ -1,40 +1,21 @@ { "name": "Deepslate Cavern", - "wall": { + "wall": {"palette": [{"block": "minecraft:deepslate"}]}, + "layers": [{ + "style": { + "style": "STATIC", + "zoom": 0.5 + }, + "maxHeight": 2, + "minHeight": 2, "palette": [ - { - "block": "minecraft:deepslate" - } + {"block": "minecraft:deepslate"}, + {"block": "minecraft:tuff"} ] - }, - "layers": [ - { - "style":{ - "style": "STATIC", - "zoom": 0.5 - }, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:deepslate" - }, - { - "block": "minecraft:tuff" - } - - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:deepslate" - } - ] - } - ] -} \ No newline at end of file + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [{"block": "minecraft:deepslate"}] + }] +} diff --git a/biomes/subterrestrial-palette/drip-cavern-minimal.json b/biomes/subterrestrial-palette/drip-cavern-minimal.json index d6ec6ec1..e667a389 100644 --- a/biomes/subterrestrial-palette/drip-cavern-minimal.json +++ b/biomes/subterrestrial-palette/drip-cavern-minimal.json @@ -1,34 +1,16 @@ { "name": "Dripstone Cavern Child", - "wall": { - "palette": [ - { - "block": "minecraft:dripstone_block" - } - ] - }, - "layers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:dripstone_block" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:dripstone_block" - } - ] - } - ], + "wall": {"palette": [{"block": "minecraft:dripstone_block"}]}, + "layers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [{"block": "minecraft:dripstone_block"}] + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [{"block": "minecraft:dripstone_block"}] + }], "decorators": [ { "chance": 0.03, @@ -36,14 +18,10 @@ "stackMin": 5, "stackMax": 55, "absoluteMaxStack": 4, - "palette": [ - { - "block": "minecraft:pointed_dripstone", - "data": { - "vertical_direction": "up" - } - } - ] + "palette": [{ + "block": "minecraft:pointed_dripstone", + "data": {"vertical_direction": "up"} + }] }, { "partOf": "CEILING", @@ -52,14 +30,10 @@ "scaleStack": true, "stackMin": 5, "stackMax": 55, - "palette": [ - { - "block": "minecraft:pointed_dripstone", - "data": { - "vertical_direction": "down" - } - } - ] + "palette": [{ + "block": "minecraft:pointed_dripstone", + "data": {"vertical_direction": "down"} + }] } ] -} \ No newline at end of file +} diff --git a/biomes/subterrestrial-palette/drip-cavern.json b/biomes/subterrestrial-palette/drip-cavern.json index e2b50b05..385a0a1b 100644 --- a/biomes/subterrestrial-palette/drip-cavern.json +++ b/biomes/subterrestrial-palette/drip-cavern.json @@ -1,78 +1,57 @@ { - "name": "Dripstone Cavern", - "wall": { - "palette": [ - { + "name": "Dripstone Cavern", + "wall": {"palette": [{ "block": "minecraft:dripstone_block", "weight": 4 - } + }]}, + "layers": [{ + "minHeight": 1, + "maxHeight": 2, + "style": {"style": "GLOB_IRIS_THICK"}, + "zoom": 0.4, + "palette": [ + { + "weight": 2, + "block": "minecraft:tuff" + }, + { + "weight": 2, + "block": "minecraft:granite" + }, + { + "block": "minecraft:dripstone_block", + "weight": 6 + } + ] + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [{"block": "minecraft:dripstone_block"}] + }], + "decorators": [ + { + "chance": 0.066, + "scaleStack": true, + "stackMin": 25, + "stackMax": 80, + "absoluteMaxStack": 6, + "palette": [{ + "block": "minecraft:pointed_dripstone", + "data": {"vertical_direction": "up"} + }] + }, + { + "partOf": "CEILING", + "chance": 0.1, + "absoluteMaxStack": 6, + "scaleStack": true, + "stackMin": 25, + "stackMax": 80, + "palette": [{ + "block": "minecraft:pointed_dripstone", + "data": {"vertical_direction": "down"} + }] + } ] - }, - "layers": [ - { - "minHeight": 1, - "maxHeight": 2, - "style": { "style": "GLOB_IRIS_THICK" }, - "zoom": 0.4, - "palette": [ - { - "weight": 2, - "block": "minecraft:tuff" - }, - { - "weight": 2, - "block": "minecraft:granite" - }, - { - "block": "minecraft:dripstone_block", - "weight": 6 - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:dripstone_block" - } - ] - } - ], - - "decorators": [ - { - "chance": 0.066, - "scaleStack": true, - "stackMin": 25, - "stackMax": 80, - "absoluteMaxStack": 6, - "palette": [ - { - "block": "minecraft:pointed_dripstone", - "data": { - "vertical_direction": "up" - } - } - ] - }, - { - "partOf": "CEILING", - "chance": 0.1, - "absoluteMaxStack": 6, - "scaleStack": true, - "stackMin": 25, - "stackMax": 80, - "palette": [ - { - "block": "minecraft:pointed_dripstone", - "data": { - "vertical_direction": "down" - } - } - ] - } - ] } diff --git a/biomes/subterrestrial-palette/granite-cavern.json b/biomes/subterrestrial-palette/granite-cavern.json index c5b03f92..8c1441e3 100644 --- a/biomes/subterrestrial-palette/granite-cavern.json +++ b/biomes/subterrestrial-palette/granite-cavern.json @@ -1,34 +1,18 @@ { - "name": "Granite Cavern", - "wall": { - "palette": [ - { - "block": "minecraft:granite" - } - ] - }, - "layers": [ - { - "minHeight": 1, - "maxHeight": 2, - "zoom": 0.4, - "palette": [ - { - "block": "minecraft:granite" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:granite", - "weight": 6 - } - ] - } - ] + "name": "Granite Cavern", + "wall": {"palette": [{"block": "minecraft:granite"}]}, + "layers": [{ + "minHeight": 1, + "maxHeight": 2, + "zoom": 0.4, + "palette": [{"block": "minecraft:granite"}] + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [{ + "block": "minecraft:granite", + "weight": 6 + }] + }] } diff --git a/biomes/subterrestrial-palette/ice-cavern-minimal.json b/biomes/subterrestrial-palette/ice-cavern-minimal.json index 013fcd90..70746635 100644 --- a/biomes/subterrestrial-palette/ice-cavern-minimal.json +++ b/biomes/subterrestrial-palette/ice-cavern-minimal.json @@ -1,123 +1,102 @@ { "name": "Ice Cavern Child", - "wall": { - "palette": [ - { - "block": "minecraft:packed_ice" - } - ] - }, - "layers": [ - { - "minHeight": 1, - "maxHeight": 1, - "style": { "style": "STATIC" }, - "zoom": 0.4, - "palette": [ + "wall": {"palette": [{"block": "minecraft:packed_ice"}]}, + "layers": [ { - "weight": 5, - "block": "minecraft:ice" + "minHeight": 1, + "maxHeight": 1, + "style": {"style": "STATIC"}, + "zoom": 0.4, + "palette": [ + { + "weight": 5, + "block": "minecraft:ice" + }, + { + "weight": 1, + "block": "minecraft:packed_ice" + } + ] }, { - "weight": 1, - "block": "minecraft:packed_ice" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { "style": "STATIC" }, - "zoom": 0.4, - "palette": [ - { - "weight": 1, - "block": "minecraft:blue_ice" + "minHeight": 1, + "maxHeight": 1, + "style": {"style": "STATIC"}, + "zoom": 0.4, + "palette": [ + { + "weight": 1, + "block": "minecraft:blue_ice" + }, + { + "weight": 5, + "block": "minecraft:ice" + } + ] }, { - "weight": 5, - "block": "minecraft:ice" + "minHeight": 1, + "maxHeight": 1, + "palette": [{ + "weight": 5, + "block": "minecraft:blackstone" + }] } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "palette": [ + ], + "caveCeilingLayers": [ { - "weight": 5, - "block": "minecraft:blackstone" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 1, - "palette": [ - { - "block": "minecraft:ice" - } - ] - }, - { - "maxHeight": 1, - "minHeight": 1, - "palette": [ - { - "block": "minecraft:blackstone" + "maxHeight": 2, + "minHeight": 1, + "palette": [{"block": "minecraft:ice"}] }, { - "block": "minecraft:blue_ice" + "maxHeight": 1, + "minHeight": 1, + "palette": [ + {"block": "minecraft:blackstone"}, + {"block": "minecraft:blue_ice"} + ] } - ] - } - ], - "decorators": [ - { - "chance": 0.001, - "palette": [ + ], + "decorators": [ { - "block": "minecraft:cornflower" - - } - ] - }, - { - "chance": 0.0015, - "scaleStack": true, - "stackMin": 25, - "stackMax": 50, - "absoluteMaxStack":3, - "palette": [ - { - "block": "minecraft:ice", - "weight": 3 + "chance": 0.001, + "palette": [{"block": "minecraft:cornflower"}] }, { - "block": "minecraft:packed_ice", - "weight": 1 - } - ] - }, - { - "partOf": "CEILING", - "chance": 0.005, - "absoluteMaxStack": 3, - "scaleStack": true, - "stackMin": 25, - "stackMax": 50, - "palette": [ - { - "block": "minecraft:ice", - "weight": 3 + "chance": 0.0015, + "scaleStack": true, + "stackMin": 25, + "stackMax": 50, + "absoluteMaxStack": 3, + "palette": [ + { + "block": "minecraft:ice", + "weight": 3 + }, + { + "block": "minecraft:packed_ice", + "weight": 1 + } + ] }, { - "block": "minecraft:packed_ice", - "weight": 1 + "partOf": "CEILING", + "chance": 0.005, + "absoluteMaxStack": 3, + "scaleStack": true, + "stackMin": 25, + "stackMax": 50, + "palette": [ + { + "block": "minecraft:ice", + "weight": 3 + }, + { + "block": "minecraft:packed_ice", + "weight": 1 + } + ] } - ] - } - ] -} \ No newline at end of file + ] +} diff --git a/biomes/subterrestrial-palette/ice-cavern.json b/biomes/subterrestrial-palette/ice-cavern.json index ca39baaa..4190c009 100644 --- a/biomes/subterrestrial-palette/ice-cavern.json +++ b/biomes/subterrestrial-palette/ice-cavern.json @@ -1,124 +1,102 @@ { - "name": "Ice Cavern", - "wall": { - "palette": [ - { - "block": "minecraft:packed_ice" - } + "name": "Ice Cavern", + "wall": {"palette": [{"block": "minecraft:packed_ice"}]}, + "layers": [ + { + "minHeight": 1, + "maxHeight": 1, + "style": {"style": "STATIC"}, + "zoom": 0.4, + "palette": [ + { + "weight": 5, + "block": "minecraft:ice" + }, + { + "weight": 1, + "block": "minecraft:packed_ice" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": {"style": "STATIC"}, + "zoom": 0.4, + "palette": [ + { + "weight": 1, + "block": "minecraft:blue_ice" + }, + { + "weight": 5, + "block": "minecraft:ice" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "palette": [{ + "weight": 5, + "block": "minecraft:blackstone" + }] + } + ], + "caveCeilingLayers": [ + { + "maxHeight": 2, + "minHeight": 1, + "palette": [{"block": "minecraft:ice"}] + }, + { + "maxHeight": 1, + "minHeight": 1, + "palette": [ + {"block": "minecraft:blackstone"}, + {"block": "minecraft:blue_ice"} + ] + } + ], + "decorators": [ + { + "chance": 0.001, + "palette": [{"block": "minecraft:cornflower"}] + }, + { + "chance": 0.006, + "scaleStack": true, + "stackMin": 25, + "stackMax": 80, + "absoluteMaxStack": 6, + "palette": [ + { + "block": "minecraft:ice", + "weight": 3 + }, + { + "block": "minecraft:packed_ice", + "weight": 1 + } + ] + }, + { + "partOf": "CEILING", + "chance": 0.001, + "absoluteMaxStack": 6, + "scaleStack": true, + "stackMin": 25, + "stackMax": 80, + "palette": [ + { + "block": "minecraft:ice", + "weight": 3 + }, + { + "block": "minecraft:packed_ice", + "weight": 1 + } + ] + } ] - }, - "layers": [ - { - "minHeight": 1, - "maxHeight": 1, - "style": { "style": "STATIC" }, - "zoom": 0.4, - "palette": [ - { - "weight": 5, - "block": "minecraft:ice" - }, - { - "weight": 1, - "block": "minecraft:packed_ice" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { "style": "STATIC" }, - "zoom": 0.4, - "palette": [ - { - "weight": 1, - "block": "minecraft:blue_ice" - }, - { - "weight": 5, - "block": "minecraft:ice" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "palette": [ - { - "weight": 5, - "block": "minecraft:blackstone" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 1, - "palette": [ - { - "block": "minecraft:ice" - } - ] - }, - { - "maxHeight": 1, - "minHeight": 1, - "palette": [ - { - "block": "minecraft:blackstone" - }, - { - "block": "minecraft:blue_ice" - } - ] - } - ], - - "decorators": [ - { - "chance": 0.001, - "palette": [ - { - "block": "minecraft:cornflower" - - } - ] - }, - { - "chance": 0.006, - "scaleStack": true, - "stackMin": 25, - "stackMax": 80, - "absoluteMaxStack": 6, - "palette": [ - { - "block": "minecraft:ice", - "weight": 3 - }, - { - "block": "minecraft:packed_ice", - "weight": 1 - } - ] - }, - { - "partOf": "CEILING", - "chance": 0.001, - "absoluteMaxStack": 6, - "scaleStack": true, - "stackMin": 25, - "stackMax": 80, - "palette": [ - { - "block": "minecraft:ice", - "weight": 3 - }, - { - "block": "minecraft:packed_ice", - "weight": 1 - } - ] - } - ] } diff --git a/biomes/subterrestrial-palette/ice-ravine.json b/biomes/subterrestrial-palette/ice-ravine.json index be7d6020..291aef66 100644 --- a/biomes/subterrestrial-palette/ice-ravine.json +++ b/biomes/subterrestrial-palette/ice-ravine.json @@ -1,118 +1,98 @@ { - "name": "Ice Cavern", - "wall": { - "palette": [ - { - "block": "minecraft:blackstone" - } + "name": "Ice Cavern", + "wall": {"palette": [{"block": "minecraft:blackstone"}]}, + "layers": [ + { + "minHeight": 1, + "maxHeight": 1, + "style": {"style": "STATIC"}, + "zoom": 0.4, + "palette": [ + { + "weight": 5, + "block": "minecraft:ice" + }, + { + "weight": 1, + "block": "minecraft:packed_ice" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 1, + "style": {"style": "STATIC"}, + "zoom": 0.4, + "palette": [ + { + "weight": 1, + "block": "minecraft:blue_ice" + }, + { + "weight": 5, + "block": "minecraft:ice" + }, + { + "weight": 5, + "block": "minecraft:blackstone" + } + ] + } + ], + "caveCeilingLayers": [ + { + "maxHeight": 2, + "minHeight": 1, + "palette": [{"block": "minecraft:ice"}] + }, + { + "maxHeight": 1, + "minHeight": 1, + "palette": [ + {"block": "minecraft:blackstone"}, + {"block": "minecraft:blue_ice"} + ] + } + ], + "decorators": [ + { + "chance": 0.001, + "palette": [{"block": "minecraft:cornflower"}] + }, + { + "chance": 0.006, + "scaleStack": true, + "stackMin": 25, + "stackMax": 80, + "absoluteMaxStack": 6, + "palette": [ + { + "block": "minecraft:ice", + "weight": 3 + }, + { + "block": "minecraft:packed_ice", + "weight": 1 + } + ] + }, + { + "partOf": "CEILING", + "chance": 0.001, + "absoluteMaxStack": 6, + "scaleStack": true, + "stackMin": 25, + "stackMax": 80, + "palette": [ + { + "block": "minecraft:ice", + "weight": 3 + }, + { + "block": "minecraft:packed_ice", + "weight": 1 + } + ] + } ] - }, - "layers": [ - { - "minHeight": 1, - "maxHeight": 1, - "style": { "style": "STATIC" }, - "zoom": 0.4, - "palette": [ - { - "weight": 5, - "block": "minecraft:ice" - }, - { - "weight": 1, - "block": "minecraft:packed_ice" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { "style": "STATIC" }, - "zoom": 0.4, - "palette": [ - { - "weight": 1, - "block": "minecraft:blue_ice" - }, - { - "weight": 5, - "block": "minecraft:ice" - }, - { - "weight": 5, - "block": "minecraft:blackstone" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 1, - "palette": [ - { - "block": "minecraft:ice" - } - ] - }, - { - "maxHeight": 1, - "minHeight": 1, - "palette": [ - { - "block": "minecraft:blackstone" - }, - { - "block": "minecraft:blue_ice" - } - ] - } - ], - - "decorators": [ - { - "chance": 0.001, - "palette": [ - { - "block": "minecraft:cornflower" - - } - ] - }, - { - "chance": 0.006, - "scaleStack": true, - "stackMin": 25, - "stackMax": 80, - "absoluteMaxStack": 6, - "palette": [ - { - "block": "minecraft:ice", - "weight": 3 - }, - { - "block": "minecraft:packed_ice", - "weight": 1 - } - ] - }, - { - "partOf": "CEILING", - "chance": 0.001, - "absoluteMaxStack": 6, - "scaleStack": true, - "stackMin": 25, - "stackMax": 80, - "palette": [ - { - "block": "minecraft:ice", - "weight": 3 - }, - { - "block": "minecraft:packed_ice", - "weight": 1 - } - ] - } - ] } diff --git a/biomes/subterrestrial-palette/jungle-cavern.json b/biomes/subterrestrial-palette/jungle-cavern.json index 2cbb7a60..3974b62d 100644 --- a/biomes/subterrestrial-palette/jungle-cavern.json +++ b/biomes/subterrestrial-palette/jungle-cavern.json @@ -1,101 +1,70 @@ { - "name": "Jungle Cavern", - "wall": { - "minHeight": 2, - "maxHeight": 2, - "style": { "style": "STATIC" }, - "zoom": 0.4, - "palette": [ - { "block": "minecraft:jungle_wood" }, - { "block": "minecraft:stripped_jungle_wood" } + "name": "Jungle Cavern", + "wall": { + "minHeight": 2, + "maxHeight": 2, + "style": {"style": "STATIC"}, + "zoom": 0.4, + "palette": [ + {"block": "minecraft:jungle_wood"}, + {"block": "minecraft:stripped_jungle_wood"} + ] + }, + "layers": [{ + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:grass_block"}] + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [ + {"block": "minecraft:rooted_dirt"}, + {"block": "minecraft:coarse_dirt"} + ] + }], + "decorators": [ + { + "chance": 0.05, + "scaleStack": true, + "stackMin": 1, + "stackMax": 5, + "absoluteMaxStack": 5, + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:big_dripleaf"}] + }, + { + "chance": 0.05, + "partOf": "CEILING", + "scaleStack": true, + "stackMin": 5, + "stackMax": 55, + "absoluteMaxStack": 4, + "style": {"style": "STATIC"}, + "palette": [{"block": "minecraft:cave_vines"}] + }, + { + "chance": 0.8, + "style": {"style": "STATIC"}, + "palette": [ + {"block": "minecraft:jungle_sapling"}, + {"block": "minecraft:tall_grass"}, + {"block": "minecraft:fern"}, + { + "block": "minecraft:grass", + "weight": 10 + }, + {"block": "minecraft:azalea"}, + {"block": "minecraft:flowering_azalea"}, + {"block": "minecraft:twisting_vines"} + ] + }, + { + "chance": 0.05, + "style": {"style": "STATIC"}, + "topPalette": [{"block": "minecraft:jungle_leaves"}], + "stackMax": 2, + "stackMin": 1, + "palette": [{"block": "minecraft:jungle_wood"}] + } ] - }, - "layers": [ - { - "style": { "style": "STATIC" }, - "palette": [{ "block": "minecraft:grass_block" }] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:rooted_dirt" - }, - { "block": "minecraft:coarse_dirt" } - ] - } - ], - - "decorators": [ - { - "chance": 0.05, - "scaleStack": true, - "stackMin": 1, - "stackMax": 5, - "absoluteMaxStack": 5, - "style": { "style": "STATIC" }, - "palette": [ - { - "block": "minecraft:big_dripleaf" - } - ] - }, - { - "chance": 0.05, - "partOf": "CEILING", - "scaleStack": true, - "stackMin": 5, - "stackMax": 55, - "absoluteMaxStack": 4, - "style": { "style": "STATIC" }, - "palette": [ - { - "block": "minecraft:cave_vines" - } - ] - }, - { - "chance": 0.8, - "style": { "style": "STATIC" }, - "palette": [ - { - "block": "minecraft:jungle_sapling" - }, - { - "block": "minecraft:tall_grass" - }, - { - "block": "minecraft:fern" - }, - { - "block": "minecraft:grass", - "weight": 10 - }, - { - "block": "minecraft:azalea" - }, - { - "block": "minecraft:flowering_azalea" - }, - { - "block": "minecraft:twisting_vines" - } - ] - }, - { - "chance": 0.05, - "style": { "style": "STATIC" }, - "topPalette": [{ "block": "minecraft:jungle_leaves" }], - "stackMax": 2, - "stackMin": 1, - "palette": [ - { - "block": "minecraft:jungle_wood" - } - ] - } - ] } diff --git a/biomes/subterrestrial-palette/mixed-sandstone-cavern.json b/biomes/subterrestrial-palette/mixed-sandstone-cavern.json index 76b55beb..e009f45f 100644 --- a/biomes/subterrestrial-palette/mixed-sandstone-cavern.json +++ b/biomes/subterrestrial-palette/mixed-sandstone-cavern.json @@ -1,90 +1,86 @@ { - "name": "Sandstone Cavern", - "wall": { - "minHeight": 2, - "maxHeight": 2, - "style": { "style": "GLOB_IRIS_THICK" }, - "zoom": 0.4, - "palette": [ - { - "weight": 2, - "block": "minecraft:sand" - }, - { - "weight": 3, - "block": "minecraft:sand" - }, - { "block": "minecraft:red_sand" }, - { - "weight": 3, - "block": "minecraft:smooth_red_sandstone" - }, - { - "weight": 2, - "block": "minecraft:red_sand" - }, - { - "block": "minecraft:smooth_sandstone", - "weight": 8 - } - ] - }, - "layers": [ - { - "style": { "style": "GLOB_IRIS_THICK" }, - "zoom": 0.4, - "palette": [ - { - "weight": 2, - "block": "minecraft:sand" - }, - { - "weight": 3, - "block": "minecraft:sand" - }, - { "block": "minecraft:red_sand" }, - { - "weight": 3, - "block": "minecraft:smooth_red_sandstone" - }, - { - "weight": 2, - "block": "minecraft:red_sand" - }, - { - "block": "minecraft:smooth_sandstone", - "weight": 8 - } - ] - } - ], - "caveCeilingLayers": [ - { - "style": { "style": "GLOB_IRIS_THICK" }, - "zoom": 0.4, - "palette": [ - { - "weight": 2, - "block": "minecraft:smooth_sandstone" - }, - { - "weight": 3, - "block": "minecraft:smooth_sandstone" - }, - { "block": "minecraft:red_sandstone" }, - { - "weight": 3, - "block": "minecraft:smooth_red_sandstone" - }, - { - "weight": 2, - "block": "minecraft:red_sandstone" - }, - { - "block": "minecraft:smooth_sandstone", - "weight": 8 - } - ] - } - ] + "name": "Sandstone Cavern", + "wall": { + "minHeight": 2, + "maxHeight": 2, + "style": {"style": "GLOB_IRIS_THICK"}, + "zoom": 0.4, + "palette": [ + { + "weight": 2, + "block": "minecraft:sand" + }, + { + "weight": 3, + "block": "minecraft:sand" + }, + {"block": "minecraft:red_sand"}, + { + "weight": 3, + "block": "minecraft:smooth_red_sandstone" + }, + { + "weight": 2, + "block": "minecraft:red_sand" + }, + { + "block": "minecraft:smooth_sandstone", + "weight": 8 + } + ] + }, + "layers": [{ + "style": {"style": "GLOB_IRIS_THICK"}, + "zoom": 0.4, + "palette": [ + { + "weight": 2, + "block": "minecraft:sand" + }, + { + "weight": 3, + "block": "minecraft:sand" + }, + {"block": "minecraft:red_sand"}, + { + "weight": 3, + "block": "minecraft:smooth_red_sandstone" + }, + { + "weight": 2, + "block": "minecraft:red_sand" + }, + { + "block": "minecraft:smooth_sandstone", + "weight": 8 + } + ] + }], + "caveCeilingLayers": [{ + "style": {"style": "GLOB_IRIS_THICK"}, + "zoom": 0.4, + "palette": [ + { + "weight": 2, + "block": "minecraft:smooth_sandstone" + }, + { + "weight": 3, + "block": "minecraft:smooth_sandstone" + }, + {"block": "minecraft:red_sandstone"}, + { + "weight": 3, + "block": "minecraft:smooth_red_sandstone" + }, + { + "weight": 2, + "block": "minecraft:red_sandstone" + }, + { + "block": "minecraft:smooth_sandstone", + "weight": 8 + } + ] + }] } diff --git a/biomes/subterrestrial-palette/red-sandstone-cavern.json b/biomes/subterrestrial-palette/red-sandstone-cavern.json index 7f8c3b6c..34a2aaf9 100644 --- a/biomes/subterrestrial-palette/red-sandstone-cavern.json +++ b/biomes/subterrestrial-palette/red-sandstone-cavern.json @@ -1,66 +1,47 @@ { - "name": "Red Sandstone Cavern", - "wall": { - "palette": [ - { - "block": "minecraft:red_sand" - }, - { - "block": "minecraft:red_sandstone" - } + "name": "Red Sandstone Cavern", + "wall": {"palette": [ + {"block": "minecraft:red_sand"}, + {"block": "minecraft:red_sandstone"} + ]}, + "layers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "weight": 3, + "block": "minecraft:red_sand" + }, + { + "block": "minecraft:smooth_red_sandstone", + "weight": 8 + } + ] + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "weight": 3, + "block": "minecraft:red_sand" + }, + { + "block": "minecraft:smooth_red_sandstone", + "weight": 8 + } + ] + }], + "decorators": [ + { + "chance": 0.03, + "stackMin": 1, + "stackMax": 3, + "palette": [{"block": "minecraft:cactus"}] + }, + { + "chance": 0.01, + "palette": [{"block": "minecraft:dead_bush"}] + } ] - }, - "layers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "weight": 3, - "block": "minecraft:red_sand" - }, - { - "block": "minecraft:smooth_red_sandstone", - "weight": 8 - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "weight": 3, - "block": "minecraft:red_sand" - }, - { - "block": "minecraft:smooth_red_sandstone", - "weight": 8 - } - ] - } - ], - "decorators": [ - { - "chance": 0.03, - - "stackMin": 1, - "stackMax": 3, - "palette": [ - { - "block": "minecraft:cactus" - } - ] - }, - { - "chance": 0.01, - "palette": [ - { - "block": "minecraft:dead_bush" - } - ] - } - ] } diff --git a/biomes/subterrestrial-palette/rocky-cavern.json b/biomes/subterrestrial-palette/rocky-cavern.json index 230e7c4b..4a497054 100644 --- a/biomes/subterrestrial-palette/rocky-cavern.json +++ b/biomes/subterrestrial-palette/rocky-cavern.json @@ -1,106 +1,82 @@ { - "name": "Rocky Cavern", - "wall": { - "style": { "style": "STATIC" }, - "palette": [ - { - "block": "minecraft:stone", - "weight": 3 - }, - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:stone" - } + "name": "Rocky Cavern", + "wall": { + "style": {"style": "STATIC"}, + "palette": [ + { + "block": "minecraft:stone", + "weight": 3 + }, + {"block": "minecraft:cobblestone"}, + {"block": "minecraft:stone"} + ] + }, + "layers": [{ + "style": {"style": "STATIC"}, + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "block": "minecraft:stone", + "weight": 3 + }, + {"block": "minecraft:cobblestone"}, + { + "block": "minecraft:andesite", + "weight": 3 + } + ] + }], + "caveCeilingLayers": [{ + "style": {"style": "STATIC"}, + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "block": "minecraft:stone", + "weight": 3 + }, + {"block": "minecraft:cobblestone"}, + { + "block": "minecraft:andesite", + "weight": 3 + } + ] + }], + "decorators": [ + { + "chance": 0.03, + "scaleStack": true, + "stackMin": 10, + "stackMax": 90, + "absoluteMaxStack": 15, + "palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ] + }, + { + "chance": 0.08, + "scaleStack": true, + "stackMin": 1, + "stackMax": 3, + "absoluteMaxStack": 5, + "palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ] + }, + { + "partOf": "CEILING", + "chance": 0.03, + "absoluteMaxStack": 15, + "scaleStack": true, + "stackMin": 10, + "stackMax": 90, + "palette": [ + {"block": "minecraft:stone"}, + {"block": "minecraft:andesite"} + ] + } ] - }, - "layers": [ - { - "style": { "style": "STATIC" }, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:stone", - "weight": 3 - }, - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:andesite", - "weight": 3 - } - ] - } - ], - "caveCeilingLayers": [ - { - "style": { "style": "STATIC" }, - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:stone", - "weight": 3 - }, - { - "block": "minecraft:cobblestone" - }, - { - "block": "minecraft:andesite", - "weight": 3 - } - ] - } - ], - "decorators": [ - { - "chance": 0.03, - "scaleStack": true, - "stackMin": 10, - "stackMax": 90, - "absoluteMaxStack": 15, - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, - { - "chance": 0.08, - "scaleStack": true, - "stackMin": 1, - "stackMax": 3, - "absoluteMaxStack": 5, - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - }, - { - "partOf": "CEILING", - "chance": 0.03, - "absoluteMaxStack": 15, - "scaleStack": true, - "stackMin": 10, - "stackMax": 90, - "palette": [ - { - "block": "minecraft:stone" - }, - { - "block": "minecraft:andesite" - } - ] - } - ] } diff --git a/biomes/subterrestrial-palette/sandstone-cavern.json b/biomes/subterrestrial-palette/sandstone-cavern.json index 6f8a46ac..7a90ebf5 100644 --- a/biomes/subterrestrial-palette/sandstone-cavern.json +++ b/biomes/subterrestrial-palette/sandstone-cavern.json @@ -1,67 +1,50 @@ { - "name": "Red Sandstone Cavern", - "wall": { - "style": { "style": "VASCULAR" }, - "palette": [ - { - "block": "minecraft:sand" - }, - { - "block": "minecraft:sandstone" - } - ] - }, - "layers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "weight": 3, - "block": "minecraft:sand" - }, - { - "block": "minecraft:smooth_sandstone", - "weight": 8 - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "weight": 3, - "block": "minecraft:sand" - }, - { - "block": "minecraft:smooth_sandstone", - "weight": 8 - } - ] - } - ], - "decorators": [ - { - "chance": 0.03, - - "stackMin": 1, - "stackMax": 3, - "palette": [ - { - "block": "minecraft:cactus" - } - ] + "name": "Red Sandstone Cavern", + "wall": { + "style": {"style": "VASCULAR"}, + "palette": [ + {"block": "minecraft:sand"}, + {"block": "minecraft:sandstone"} + ] }, - { - "chance": 0.02, - "palette": [ + "layers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "weight": 3, + "block": "minecraft:sand" + }, + { + "block": "minecraft:smooth_sandstone", + "weight": 8 + } + ] + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "weight": 3, + "block": "minecraft:sand" + }, + { + "block": "minecraft:smooth_sandstone", + "weight": 8 + } + ] + }], + "decorators": [ { - "block": "minecraft:dead_bush" + "chance": 0.03, + "stackMin": 1, + "stackMax": 3, + "palette": [{"block": "minecraft:cactus"}] + }, + { + "chance": 0.02, + "palette": [{"block": "minecraft:dead_bush"}] } - ] - } - ] + ] } diff --git a/biomes/subterrestrial-palette/swamp-cavern.json b/biomes/subterrestrial-palette/swamp-cavern.json index 6ad0747e..022c5ec4 100644 --- a/biomes/subterrestrial-palette/swamp-cavern.json +++ b/biomes/subterrestrial-palette/swamp-cavern.json @@ -1,65 +1,47 @@ { - "name": "Swamp Cavern", - "wall": { - "minHeight": 2, - "maxHeight": 2, - "style": { "style": "STATIC" }, - "zoom": 0.4, - "palette": [ - { "block": "minecraft:dark_oak_wood" }, - { "block": "minecraft:spruce_wood" } - ] - }, - "layers": [ - { - "style": { "style": "STATIC" }, - "palette": [ - { "block": "minecraft:grass_block" }, - { - "block": "minecraft:podzol" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:rooted_dirt" - }, - { "block": "minecraft:coarse_dirt" } - ] - } - ], - "decorators": [ - { - "chance": 0.3, - "style": { "style": "STATIC" }, - "palette": [ - { - "block": "minecraft:grass" - }, - { - "block": "minecraft:fern" - } - ] + "name": "Swamp Cavern", + "wall": { + "minHeight": 2, + "maxHeight": 2, + "style": {"style": "STATIC"}, + "zoom": 0.4, + "palette": [ + {"block": "minecraft:dark_oak_wood"}, + {"block": "minecraft:spruce_wood"} + ] }, - { - "chance": 0.08, - "style": { "style": "STATIC" }, - "palette": [ + "layers": [{ + "style": {"style": "STATIC"}, + "palette": [ + {"block": "minecraft:grass_block"}, + {"block": "minecraft:podzol"} + ] + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [ + {"block": "minecraft:rooted_dirt"}, + {"block": "minecraft:coarse_dirt"} + ] + }], + "decorators": [ { - "block": "minecraft:brown_mushroom" + "chance": 0.3, + "style": {"style": "STATIC"}, + "palette": [ + {"block": "minecraft:grass"}, + {"block": "minecraft:fern"} + ] }, { - "block": "minecraft:red_mushroom" - }, - { - "block": "minecraft:crimson_fungus" + "chance": 0.08, + "style": {"style": "STATIC"}, + "palette": [ + {"block": "minecraft:brown_mushroom"}, + {"block": "minecraft:red_mushroom"}, + {"block": "minecraft:crimson_fungus"} + ] } - ] - } - ] + ] } diff --git a/biomes/subterrestrial-palette/volcanic-cavern.json b/biomes/subterrestrial-palette/volcanic-cavern.json index 69eb494d..a97dd3e6 100644 --- a/biomes/subterrestrial-palette/volcanic-cavern.json +++ b/biomes/subterrestrial-palette/volcanic-cavern.json @@ -1,58 +1,42 @@ { "name": "Volcanic Cavern", - "wall": { + "wall": {"palette": [ + { + "block": "minecraft:smooth_basalt", + "weight": 10 + }, + {"block": "minecraft:magma_block"} + ]}, + "layers": [{ + "maxHeight": 2, + "minHeight": 2, "palette": [ { "block": "minecraft:smooth_basalt", - "weight": 10 + "weight": 3 }, { - "block": "minecraft:magma_block" - } + "block": "minecraft:basalt", + "data": {"axis": "y"}, + "weight": 7 + }, + {"block": "minecraft:magma_block"} ] - }, - "layers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:smooth_basalt", - "weight": 3 - }, - { - "block": "minecraft:basalt", - "data": { - "axis": "y" - }, - "weight": 7 - }, - { - "block": "minecraft:magma_block" - } - ] - } - ], - "caveCeilingLayers": [ - { - "maxHeight": 2, - "minHeight": 2, - "palette": [ - { - "block": "minecraft:smooth_basalt", - "weight": 3 - }, - { - "block": "minecraft:basalt", - "data": { - "axis": "y" - }, - "weight": 7 - }, - { - "block": "minecraft:magma_block" - } - ] - } - ] -} \ No newline at end of file + }], + "caveCeilingLayers": [{ + "maxHeight": 2, + "minHeight": 2, + "palette": [ + { + "block": "minecraft:smooth_basalt", + "weight": 3 + }, + { + "block": "minecraft:basalt", + "data": {"axis": "y"}, + "weight": 7 + }, + {"block": "minecraft:magma_block"} + ] + }] +} diff --git a/biomes/tropical/mountain.json b/biomes/tropical/mountain.json index b662dcf7..5944c33d 100644 --- a/biomes/tropical/mountain.json +++ b/biomes/tropical/mountain.json @@ -41,11 +41,10 @@ { "minHeight": 1, "maxHeight": 1, - "palette": [{ - "block": "minecraft:dirt" - },{ - "block": "minecraft:rooted_dirt" - }] + "palette": [ + {"block": "minecraft:dirt"}, + {"block": "minecraft:rooted_dirt"} + ] } ], "decorators": [ diff --git a/biomes/tropical/sea/coral-ocean-cliffs.json b/biomes/tropical/sea/coral-ocean-cliffs.json index ba402575..5cd9e9cd 100644 --- a/biomes/tropical/sea/coral-ocean-cliffs.json +++ b/biomes/tropical/sea/coral-ocean-cliffs.json @@ -29,26 +29,20 @@ } ], "carving": { - "ravines": [ - { - "rarity": 442, - "ravine": "volcanic/main" + "ravines": [{ + "rarity": 442, + "ravine": "volcanic/main" + }], + "caves": [{ + "breakSurface": true, + "cave": "volcanic/main", + "rarity": 228, + "caveStartHeight": { + "max": 120, + "min": 69, + "style": {"style": "STATIC"} } - ], - "caves": [ - { - "breakSurface": true, - "cave": "volcanic/main", - "rarity": 228, - "caveStartHeight": { - "max": 120, - "min": 69, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "effects": [{ "particleAltX": 0.3, diff --git a/biomes/tropical/sea/coral-ocean.json b/biomes/tropical/sea/coral-ocean.json index 52fae496..c68d71ee 100644 --- a/biomes/tropical/sea/coral-ocean.json +++ b/biomes/tropical/sea/coral-ocean.json @@ -28,26 +28,20 @@ } ], "carving": { - "ravines": [ - { - "rarity": 442, - "ravine": "volcanic/main" + "ravines": [{ + "rarity": 442, + "ravine": "volcanic/main" + }], + "caves": [{ + "breakSurface": true, + "cave": "volcanic/main", + "rarity": 228, + "caveStartHeight": { + "max": 120, + "min": 69, + "style": {"style": "STATIC"} } - ], - "caves": [ - { - "breakSurface": true, - "cave": "volcanic/main", - "rarity": 228, - "caveStartHeight": { - "max": 120, - "min": 69, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "effects": [{ "particleAltX": 0.3, diff --git a/biomes/tropical/sea/ocean.json b/biomes/tropical/sea/ocean.json index ed4476e7..38e89e87 100644 --- a/biomes/tropical/sea/ocean.json +++ b/biomes/tropical/sea/ocean.json @@ -13,26 +13,20 @@ "generator": "river" }], "carving": { - "ravines": [ - { - "rarity": 442, - "ravine": "volcanic/main" + "ravines": [{ + "rarity": 442, + "ravine": "volcanic/main" + }], + "caves": [{ + "breakSurface": true, + "cave": "volcanic/main", + "rarity": 228, + "caveStartHeight": { + "max": 120, + "min": 69, + "style": {"style": "STATIC"} } - ], - "caves": [ - { - "breakSurface": true, - "cave": "volcanic/main", - "rarity": 228, - "caveStartHeight": { - "max": 120, - "min": 69, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "layers": [ { diff --git a/biomes/tropical/sea/river-soft.json b/biomes/tropical/sea/river-soft.json index e29c2a22..ddafc62a 100644 --- a/biomes/tropical/sea/river-soft.json +++ b/biomes/tropical/sea/river-soft.json @@ -27,26 +27,20 @@ ] }], "carving": { - "ravines": [ - { - "rarity": 442, - "ravine": "volcanic/main" + "ravines": [{ + "rarity": 442, + "ravine": "volcanic/main" + }], + "caves": [{ + "breakSurface": true, + "cave": "volcanic/main", + "rarity": 228, + "caveStartHeight": { + "max": 120, + "min": 69, + "style": {"style": "STATIC"} } - ], - "caves": [ - { - "breakSurface": true, - "cave": "volcanic/main", - "rarity": 228, - "caveStartHeight": { - "max": 120, - "min": 69, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "decorators": [ { diff --git a/biomes/tropical/sea/river-steep.json b/biomes/tropical/sea/river-steep.json index f64c85af..95380cf5 100644 --- a/biomes/tropical/sea/river-steep.json +++ b/biomes/tropical/sea/river-steep.json @@ -9,26 +9,20 @@ "min": -15 }], "carving": { - "ravines": [ - { - "rarity": 442, - "ravine": "volcanic/main" + "ravines": [{ + "rarity": 442, + "ravine": "volcanic/main" + }], + "caves": [{ + "breakSurface": true, + "cave": "volcanic/main", + "rarity": 228, + "caveStartHeight": { + "max": 120, + "min": 69, + "style": {"style": "STATIC"} } - ], - "caves": [ - { - "breakSurface": true, - "cave": "volcanic/main", - "rarity": 228, - "caveStartHeight": { - "max": 120, - "min": 69, - "style": { - "style": "STATIC" - } - } - } - ] + }] }, "layers": [ { diff --git a/caves/amethyst/small.json b/caves/amethyst/small.json index 6a6e4fc5..f7c8f559 100644 --- a/caves/amethyst/small.json +++ b/caves/amethyst/small.json @@ -1,30 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/amethyst-cavern", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": {"min": 9, "max": 27, "style": {"style": "STATIC"}} - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 2, "min": 2, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 95, "yStyle": { @@ -52,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/calcite/main.json b/caves/calcite/main.json index 1997b503..72b76d74 100644 --- a/caves/calcite/main.json +++ b/caves/calcite/main.json @@ -1,37 +1,31 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/calcite-cavern", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "calcite/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "calcite/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} - } - ] + }] }, "worm": { "girth": { "max": 3, "min": 4, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 129, "yStyle": { @@ -59,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/calcite/small.json b/caves/calcite/small.json index e1c08513..3ea86d48 100644 --- a/caves/calcite/small.json +++ b/caves/calcite/small.json @@ -1,30 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/calcite-cavern", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": {"min": 9, "max": 27, "style": {"style": "STATIC"}} - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 2, "min": 2, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 35, "yStyle": { @@ -52,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/deep/main.json b/caves/deep/main.json index b0b9bbad..e6e37be7 100644 --- a/caves/deep/main.json +++ b/caves/deep/main.json @@ -1,7 +1,5 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 50, "min": 5 @@ -18,31 +16,27 @@ "ravine": "amethyst/main" } ], - "caves": [ - { - "breakSurface": false, - "cave": "amethyst/small", - "rarity": 110 + "caves": [{ + "breakSurface": false, + "cave": "amethyst/small", + "rarity": 110 + }], + "elipsoids": [{ + "customBiome": "subterrestrial-palette/amethyst-cavern", + "fill": {"block": "minecraft:cave_air"}, + "rarity": 90, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "customBiome": "subterrestrial-palette/amethyst-cavern", - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 90, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} - } - ] + }] }, "worm": { "girth": { "max": 5, "min": 2, - "style": { - "style": "NOWHERE" - } + "style": {"style": "NOWHERE"} }, "maxDistance": 129, "yStyle": { @@ -70,4 +64,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/drip/main.json b/caves/drip/main.json index 0a7f9c4b..9a9b1db3 100644 --- a/caves/drip/main.json +++ b/caves/drip/main.json @@ -1,38 +1,32 @@ { "name": "Amethyst Cavern", - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/drip-cavern", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "drip/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "drip/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} - } - ] + }] }, "worm": { "girth": { "max": 3, "min": 4, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 129, "yStyle": { @@ -60,4 +54,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/drip/small.json b/caves/drip/small.json index c6591cf2..9954837d 100644 --- a/caves/drip/small.json +++ b/caves/drip/small.json @@ -1,31 +1,25 @@ { "name": "Amethyst Cavern Small", - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/drip-cavern-minimal", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": {"min": 9, "max": 27, "style": {"style": "STATIC"}} - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 2, "min": 2, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 35, "yStyle": { @@ -53,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/granite/small.json b/caves/granite/small.json index cfec013f..7033e0e6 100644 --- a/caves/granite/small.json +++ b/caves/granite/small.json @@ -1,38 +1,32 @@ { "name": "Granite Cavern", - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/granite-cavern", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "granite/small", - "rarity": 3 + "caves": [{ + "breakSurface": false, + "cave": "granite/small", + "rarity": 3 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} - } - ] + }] }, "worm": { "girth": { "max": 3, "min": 4, - "style": { - "style": "VASCULAR" - } + "style": {"style": "VASCULAR"} }, "maxDistance": 25, "yStyle": { @@ -60,4 +54,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/ice/main.json b/caves/ice/main.json index 08c99267..7c603ac0 100644 --- a/caves/ice/main.json +++ b/caves/ice/main.json @@ -1,38 +1,32 @@ { "name": "Ice Cavern", - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 120, "min": 3 }, "customBiome": "subterrestrial-palette/ice-cavern", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "ice/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "ice/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} - } - ] + }] }, "worm": { "girth": { "max": 4, "min": 3, - "style": { - "style": "VASCULAR" - } + "style": {"style": "VASCULAR"} }, "maxDistance": 77, "yStyle": { @@ -60,4 +54,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/ice/small.json b/caves/ice/small.json index 905d51e1..ea6ac284 100644 --- a/caves/ice/small.json +++ b/caves/ice/small.json @@ -1,31 +1,25 @@ { "name": "Amethyst Cavern Small", - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 65, "min": 3 }, "customBiome": "subterrestrial-palette/ice-cavern-minimal", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": {"min": 9, "max": 27, "style": {"style": "STATIC"}} - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 2, "min": 2, - "style": { - "style": "VASCULAR" - } + "style": {"style": "VASCULAR"} }, "maxDistance": 15, "yStyle": { @@ -53,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/jungle/main.json b/caves/jungle/main.json index 53720fe5..53efaaff 100644 --- a/caves/jungle/main.json +++ b/caves/jungle/main.json @@ -1,7 +1,5 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 130, "min": 5 @@ -19,7 +17,6 @@ } ], "caves": [ - { "breakSurface": false, "cave": "amethyst/small", @@ -31,24 +28,22 @@ "rarity": 7 } ], - "elipsoids": [ - { - "customBiome": "subterrestrial-palette/amethyst-cavern", - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 90, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} + "elipsoids": [{ + "customBiome": "subterrestrial-palette/amethyst-cavern", + "fill": {"block": "minecraft:cave_air"}, + "rarity": 90, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ] + }] }, "worm": { "girth": { "max": 5, "min": 3, - "style": { - "style": "SIMPLEX" - } + "style": {"style": "SIMPLEX"} }, "maxDistance": 100, "yStyle": { @@ -76,4 +71,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/jungle/small.json b/caves/jungle/small.json index c4f80981..44dd154c 100644 --- a/caves/jungle/small.json +++ b/caves/jungle/small.json @@ -1,31 +1,25 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 65, "min": 5 }, "customBiome": "subterrestrial-palette/jungle-cavern", - "fork": { - "elipsoids": [ - { - "customBiome": "subterrestrial-palette/amethyst-cavern", - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 250, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} - } - ] - }, + "fork": {"elipsoids": [{ + "customBiome": "subterrestrial-palette/amethyst-cavern", + "fill": {"block": "minecraft:cave_air"}, + "rarity": 250, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 5, "min": 1, - "style": { - "style": "IRIS" - } + "style": {"style": "IRIS"} }, "maxDistance": 75, "yStyle": { @@ -53,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/mixed-sandstone/main.json b/caves/mixed-sandstone/main.json index 9fd71c92..3076d902 100644 --- a/caves/mixed-sandstone/main.json +++ b/caves/mixed-sandstone/main.json @@ -1,37 +1,31 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/mixed-sandstone-cavern", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "red-sandstone/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "red-sandstone/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} - } - ] + }] }, "worm": { "girth": { "max": 3, "min": 4, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 129, "yStyle": { @@ -59,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/mixed-sandstone/small.json b/caves/mixed-sandstone/small.json index 64f60708..fdb13b0c 100644 --- a/caves/mixed-sandstone/small.json +++ b/caves/mixed-sandstone/small.json @@ -1,30 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/mixed-sandstone-cavern", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": {"min": 9, "max": 27, "style": {"style": "STATIC"}} - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 2, "min": 2, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 35, "yStyle": { @@ -52,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/red-sandstone/main.json b/caves/red-sandstone/main.json index dd3954c4..f16e5d8b 100644 --- a/caves/red-sandstone/main.json +++ b/caves/red-sandstone/main.json @@ -1,37 +1,31 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/red-sandstone-cavern", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "red-sandstone/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "red-sandstone/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} - } - ] + }] }, "worm": { "girth": { "max": 3, "min": 4, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 129, "yStyle": { @@ -59,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/red-sandstone/small.json b/caves/red-sandstone/small.json index a8e7acd9..475023f3 100644 --- a/caves/red-sandstone/small.json +++ b/caves/red-sandstone/small.json @@ -1,30 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/red-sandstone-cavern", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": {"min": 9, "max": 27, "style": {"style": "STATIC"}} - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 2, "min": 2, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 35, "yStyle": { @@ -52,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/rocky/main.json b/caves/rocky/main.json index e57f8277..95ab468f 100644 --- a/caves/rocky/main.json +++ b/caves/rocky/main.json @@ -1,37 +1,31 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/rocky-cavern", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "rocky/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "rocky/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} - } - ] + }] }, "worm": { "girth": { "max": 3, "min": 4, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 129, "yStyle": { @@ -59,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/rocky/small.json b/caves/rocky/small.json index fb86d9e7..ca1870e0 100644 --- a/caves/rocky/small.json +++ b/caves/rocky/small.json @@ -1,30 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/rocky-cavern", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": {"min": 9, "max": 27, "style": {"style": "STATIC"}} - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 2, "min": 2, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 35, "yStyle": { @@ -52,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/sandstone/main.json b/caves/sandstone/main.json index 3ddb6bb8..7a139396 100644 --- a/caves/sandstone/main.json +++ b/caves/sandstone/main.json @@ -1,37 +1,31 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/sandstone-cavern", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "sandstone/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "sandstone/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} - } - ] + }] }, "worm": { "girth": { "max": 3, "min": 4, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 129, "yStyle": { @@ -59,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/sandstone/small.json b/caves/sandstone/small.json index 4a115ca3..5aeb89af 100644 --- a/caves/sandstone/small.json +++ b/caves/sandstone/small.json @@ -1,30 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/sandstone-cavern", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": {"min": 9, "max": 27, "style": {"style": "STATIC"}} - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 2, "min": 2, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 35, "yStyle": { @@ -52,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/simple/main.json b/caves/simple/main.json index 3309500c..5491a331 100644 --- a/caves/simple/main.json +++ b/caves/simple/main.json @@ -1,36 +1,30 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "drip/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "drip/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} - } - ] + }] }, "worm": { "girth": { "max": 3, "min": 4, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 129, "yStyle": { @@ -58,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/simple/small.json b/caves/simple/small.json index 254de2b2..e434c509 100644 --- a/caves/simple/small.json +++ b/caves/simple/small.json @@ -1,29 +1,23 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": {"min": 9, "max": 27, "style": {"style": "STATIC"}} - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 2, "min": 2, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 35, "yStyle": { @@ -51,4 +45,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/swamp/main.json b/caves/swamp/main.json index b546752f..ec0a831a 100644 --- a/caves/swamp/main.json +++ b/caves/swamp/main.json @@ -1,7 +1,5 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 80, "min": 5 @@ -30,24 +28,22 @@ "rarity": 110 } ], - "elipsoids": [ - { - "customBiome": "subterrestrial-palette/amethyst-cavern", - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 90, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} + "elipsoids": [{ + "customBiome": "subterrestrial-palette/amethyst-cavern", + "fill": {"block": "minecraft:cave_air"}, + "rarity": 90, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ] + }] }, "worm": { "girth": { "max": 5, "min": 1, - "style": { - "style": "SIMPLEX_CELLS" - } + "style": {"style": "SIMPLEX_CELLS"} }, "maxDistance": 70, "yStyle": { @@ -75,4 +71,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/swamp/small.json b/caves/swamp/small.json index aeae896e..f9970f06 100644 --- a/caves/swamp/small.json +++ b/caves/swamp/small.json @@ -1,31 +1,25 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 65, "min": 5 }, "customBiome": "subterrestrial-palette/swamp-cavern", - "fork": { - "elipsoids": [ - { - "customBiome": "subterrestrial-palette/amethyst-cavern", - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 250, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} - } - ] - }, + "fork": {"elipsoids": [{ + "customBiome": "subterrestrial-palette/amethyst-cavern", + "fill": {"block": "minecraft:cave_air"}, + "rarity": 250, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 4, "min": 2, - "style": { - "style": "VASCULAR" - } + "style": {"style": "VASCULAR"} }, "maxDistance": 75, "yStyle": { @@ -53,4 +47,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/volcanic/main.json b/caves/volcanic/main.json index 788ce6b0..3a3fb3ba 100644 --- a/caves/volcanic/main.json +++ b/caves/volcanic/main.json @@ -1,37 +1,31 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/volcanic-cavern", "fork": { - "caves": [ - { - "breakSurface": false, - "cave": "volcanic/small", - "rarity": 7 + "caves": [{ + "breakSurface": false, + "cave": "volcanic/small", + "rarity": 7 + }], + "elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 15, + "baseWidth": { + "min": 5, + "max": 17, + "style": {"style": "STATIC"} } - ], - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 15, - "baseWidth": {"min": 5, "max": 17, "style": {"style": "STATIC"}} - } - ] + }] }, "worm": { "girth": { "max": 3, "min": 4, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 129, "yStyle": { @@ -59,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/caves/volcanic/small.json b/caves/volcanic/small.json index 9d818715..d940a6f3 100644 --- a/caves/volcanic/small.json +++ b/caves/volcanic/small.json @@ -1,30 +1,24 @@ { - "fill": { - "block": "minecraft:cave_air" - }, + "fill": {"block": "minecraft:cave_air"}, "verticalRange": { "max": 85, "min": 7 }, "customBiome": "subterrestrial-palette/volcanic-cavern", - "fork": { - "elipsoids": [ - { - "fill": { - "block": "minecraft:cave_air" - }, - "rarity": 325, - "baseWidth": {"min": 9, "max": 27, "style": {"style": "STATIC"}} - } - ] - }, + "fork": {"elipsoids": [{ + "fill": {"block": "minecraft:cave_air"}, + "rarity": 325, + "baseWidth": { + "min": 9, + "max": 27, + "style": {"style": "STATIC"} + } + }]}, "worm": { "girth": { "max": 2, "min": 2, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, "maxDistance": 35, "yStyle": { @@ -52,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 94cbbc05..9d557392 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -35,22 +35,16 @@ "frozen", "tundra" ], - "carving": { - "caves": [ - { - "breakSurface": true, - "cave": "deep/main", - "rarity": 28, - "caveStartHeight": { - "max": 35, - "min": 12, - "style": { - "style": "STATIC" - } - } - } - ] - }, + "carving": {"caves": [{ + "breakSurface": true, + "cave": "deep/main", + "rarity": 28, + "caveStartHeight": { + "max": 35, + "min": 12, + "style": {"style": "STATIC"} + } + }]}, "islandBiomeChanceStyle": { "style": "NOWHERE_CELLULAR", "axialFracturing": true, diff --git a/entities/standard/hostile/creeper.json b/entities/standard/hostile/creeper.json index 469ba5b9..7aed30b6 100644 --- a/entities/standard/hostile/creeper.json +++ b/entities/standard/hostile/creeper.json @@ -1 +1,4 @@ -{"type": "CREEPER", "spawnEffectRiseOutOfGround": true} +{ + "type": "CREEPER", + "spawnEffectRiseOutOfGround": true +} diff --git a/entities/standard/hostile/drowned.json b/entities/standard/hostile/drowned.json index 46a586fb..2d31db9f 100644 --- a/entities/standard/hostile/drowned.json +++ b/entities/standard/hostile/drowned.json @@ -1 +1,4 @@ -{"type": "DROWNED", "spawnEffectRiseOutOfGround": true} +{ + "type": "DROWNED", + "spawnEffectRiseOutOfGround": true +} diff --git a/entities/standard/hostile/pillager.json b/entities/standard/hostile/pillager.json index 46d9e617..c80716e2 100644 --- a/entities/standard/hostile/pillager.json +++ b/entities/standard/hostile/pillager.json @@ -7,7 +7,7 @@ "particleEffect": "SOUL", "extra": 0.096, "particleCount": 10, - "particleAltX":0.3, + "particleAltX": 0.3, "particleAltY": 1.25, "particleAltZ": 0.3, "maxPitch": 1.7, diff --git a/entities/standard/hostile/shroud.json b/entities/standard/hostile/shroud.json index 3ef2e6f9..14805f6a 100644 --- a/entities/standard/hostile/shroud.json +++ b/entities/standard/hostile/shroud.json @@ -1,5 +1,6 @@ { - "type": "STRAY", "spawnEffectRiseOutOfGround": true, + "type": "STRAY", + "spawnEffectRiseOutOfGround": true, "ai": true, "aware": true, "customName": "&7Shroud", diff --git a/entities/standard/hostile/silverfish.json b/entities/standard/hostile/silverfish.json index 4db3e1e3..63fe18a3 100644 --- a/entities/standard/hostile/silverfish.json +++ b/entities/standard/hostile/silverfish.json @@ -1,4 +1,5 @@ { "type": "SILVERFISH", - "silent": true, "spawnEffectRiseOutOfGround": true + "silent": true, + "spawnEffectRiseOutOfGround": true } diff --git a/entities/standard/hostile/skeleton.json b/entities/standard/hostile/skeleton.json index 06e6c9ab..9773df7f 100644 --- a/entities/standard/hostile/skeleton.json +++ b/entities/standard/hostile/skeleton.json @@ -1 +1,4 @@ -{"type": "SKELETON", "spawnEffectRiseOutOfGround": true} +{ + "type": "SKELETON", + "spawnEffectRiseOutOfGround": true +} diff --git a/entities/standard/hostile/slime.json b/entities/standard/hostile/slime.json index 05febd10..f66e97ce 100644 --- a/entities/standard/hostile/slime.json +++ b/entities/standard/hostile/slime.json @@ -1 +1,4 @@ -{"type": "SLIME", "spawnEffectRiseOutOfGround": true} +{ + "type": "SLIME", + "spawnEffectRiseOutOfGround": true +} diff --git a/entities/standard/hostile/slimebab.json b/entities/standard/hostile/slimebab.json index d933c722..9b5c46a0 100644 --- a/entities/standard/hostile/slimebab.json +++ b/entities/standard/hostile/slimebab.json @@ -1,4 +1,5 @@ { "type": "SLIME", - "baby": true, "spawnEffectRiseOutOfGround": true + "baby": true, + "spawnEffectRiseOutOfGround": true } diff --git a/entities/standard/hostile/spider.json b/entities/standard/hostile/spider.json index f5068da6..e1ee335f 100644 --- a/entities/standard/hostile/spider.json +++ b/entities/standard/hostile/spider.json @@ -1 +1,4 @@ -{"type": "SPIDER", "spawnEffectRiseOutOfGround": true} +{ + "type": "SPIDER", + "spawnEffectRiseOutOfGround": true +} diff --git a/entities/standard/hostile/zombie.json b/entities/standard/hostile/zombie.json index 94f7463b..182a768a 100644 --- a/entities/standard/hostile/zombie.json +++ b/entities/standard/hostile/zombie.json @@ -1 +1,4 @@ -{"type": "ZOMBIE", "spawnEffectRiseOutOfGround": true} +{ + "type": "ZOMBIE", + "spawnEffectRiseOutOfGround": true +} diff --git a/jigsaw-pools/mansion/path.json b/jigsaw-pools/mansion/path.json index a0bc7751..6ba78b46 100644 --- a/jigsaw-pools/mansion/path.json +++ b/jigsaw-pools/mansion/path.json @@ -1,4 +1,4 @@ {"pieces": [ - "mansion/path/path_1", - "mansion/path/path_2" + "mansion/path/path_1", + "mansion/path/path_2" ]} diff --git a/jigsaw-pools/mansion/path_2.json b/jigsaw-pools/mansion/path_2.json index eb948127..49cb0e0b 100644 --- a/jigsaw-pools/mansion/path_2.json +++ b/jigsaw-pools/mansion/path_2.json @@ -1,4 +1,4 @@ {"pieces": [ - "mansion/path_2/path_1", - "mansion/path_2/path_2" + "mansion/path_2/path_1", + "mansion/path_2/path_2" ]} diff --git a/jigsaw-pools/mansion/roof.json b/jigsaw-pools/mansion/roof.json index f3b599b5..a2ee710d 100644 --- a/jigsaw-pools/mansion/roof.json +++ b/jigsaw-pools/mansion/roof.json @@ -1,3 +1 @@ -{"pieces": [ - "mansion/roof/roof_1" -]} +{"pieces": ["mansion/roof/roof_1"]} diff --git a/jigsaw-pools/mansion/stairs_left.json b/jigsaw-pools/mansion/stairs_left.json index d815792b..41199a6d 100644 --- a/jigsaw-pools/mansion/stairs_left.json +++ b/jigsaw-pools/mansion/stairs_left.json @@ -1,3 +1 @@ -{"pieces": [ - "mansion/stairs/stairs_left" -]} \ No newline at end of file +{"pieces": ["mansion/stairs/stairs_left"]} diff --git a/jigsaw-pools/mansion/stairs_straight.json b/jigsaw-pools/mansion/stairs_straight.json index 80c1c523..87bf40ae 100644 --- a/jigsaw-pools/mansion/stairs_straight.json +++ b/jigsaw-pools/mansion/stairs_straight.json @@ -1,3 +1 @@ -{"pieces": [ - "mansion/stairs/stairs_straight" -]} \ No newline at end of file +{"pieces": ["mansion/stairs/stairs_straight"]} diff --git a/jigsaw-pools/mansion/staris_right.json b/jigsaw-pools/mansion/staris_right.json index f37fb173..535598b9 100644 --- a/jigsaw-pools/mansion/staris_right.json +++ b/jigsaw-pools/mansion/staris_right.json @@ -1,3 +1 @@ -{"pieces": [ - "mansion/stairs/stairs_right" -]} \ No newline at end of file +{"pieces": ["mansion/stairs/stairs_right"]} diff --git a/jigsaw-structures/mansion.json b/jigsaw-structures/mansion.json index d3ca94ab..ab661f01 100644 --- a/jigsaw-structures/mansion.json +++ b/jigsaw-structures/mansion.json @@ -1,7 +1,5 @@ { "maxDepth": 20, - "pieces": [ - "mansion/main/a1" - ], + "pieces": ["mansion/main/a1"], "terminate": true -} \ No newline at end of file +} diff --git a/jigsaw-structures/pillager_outpost.json b/jigsaw-structures/pillager_outpost.json index e0d7255e..d2b40d54 100644 --- a/jigsaw-structures/pillager_outpost.json +++ b/jigsaw-structures/pillager_outpost.json @@ -8,6 +8,9 @@ "terminate": true, "feature": { "blockRadius": 4, - "entitySpawners": ["pillager", "pillager-respawn"] + "entitySpawners": [ + "pillager", + "pillager-respawn" + ] } } diff --git a/ravines/amethyst/main.json b/ravines/amethyst/main.json index a72f1747..48cee2e7 100644 --- a/ravines/amethyst/main.json +++ b/ravines/amethyst/main.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -34,20 +34,16 @@ "customBiome": "subterrestrial-palette/amethyst-cavern", "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 12, - "min": 7 - }, - "angle": 50, - "topAngle": 70, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 12, + "min": 7 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/calcite/main.json b/ravines/calcite/main.json index d2576800..ac4f2a37 100644 --- a/ravines/calcite/main.json +++ b/ravines/calcite/main.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -33,36 +33,28 @@ }, "customBiome": "subterrestrial-palette/calcite-cavern", "fork": { - "caves": [ - { - "cave": "drip/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "drip/small" - } - ] + "caves": [{ + "cave": "drip/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "drip/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 24, - "min": 14 - }, - "angle": 50, - "topAngle": 70, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 24, + "min": 14 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/calcite/small.json b/ravines/calcite/small.json index 3a6c0bd8..8be035c2 100644 --- a/ravines/calcite/small.json +++ b/ravines/calcite/small.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -34,20 +34,16 @@ "customBiome": "subterrestrial-palette/calcite-cavern", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 13, - "min": 7 - }, - "angle": 90, - "topAngle": 90, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 13, + "min": 7 + }, + "angle": 90, + "topAngle": 90, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/deep/main.json b/ravines/deep/main.json index 51e5072d..09e1e61b 100644 --- a/ravines/deep/main.json +++ b/ravines/deep/main.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -34,20 +34,16 @@ "customBiome": "subterrestrial-palette/rocky-cavern", "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 24, - "min": 14 - }, - "angle": 50, - "topAngle": 70, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 24, + "min": 14 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/drip/main.json b/ravines/drip/main.json index a1d0c511..2577c85c 100644 --- a/ravines/drip/main.json +++ b/ravines/drip/main.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -33,36 +33,28 @@ }, "customBiome": "subterrestrial-palette/drip-cavern", "fork": { - "caves": [ - { - "cave": "drip/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "drip/small" - } - ] + "caves": [{ + "cave": "drip/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "drip/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 24, - "min": 14 - }, - "angle": 50, - "topAngle": 70, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 24, + "min": 14 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/drip/small.json b/ravines/drip/small.json index a6be6664..111641b2 100644 --- a/ravines/drip/small.json +++ b/ravines/drip/small.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -34,20 +34,16 @@ "customBiome": "subterrestrial-palette/drip-cavern", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 13, - "min": 7 - }, - "angle": 90, - "topAngle": 90, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 13, + "min": 7 + }, + "angle": 90, + "topAngle": 90, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/ice/main.json b/ravines/ice/main.json index 54130629..93512eac 100644 --- a/ravines/ice/main.json +++ b/ravines/ice/main.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -32,31 +32,23 @@ "maxIterations": 128 }, "customBiome": "subterrestrial-palette/ice-ravine", - "fork": { - "caves": [ - { - "cave": "ice/main", - "rarity": 17, - "breakSurface": false - } - ] - }, + "fork": {"caves": [{ + "cave": "ice/main", + "rarity": 17, + "breakSurface": false + }]}, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 24, - "min": 14 - }, - "angle": 50, - "topAngle": 70, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 24, + "min": 14 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/jungle/main.json b/ravines/jungle/main.json index b86ff0d2..21a61d76 100644 --- a/ravines/jungle/main.json +++ b/ravines/jungle/main.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -34,20 +34,16 @@ "customBiome": "subterrestrial-palette/jungle-cavern", "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 12, - "min": 7 - }, - "angle": 50, - "topAngle": 70, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 12, + "min": 7 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/mixed-sandstone/main.json b/ravines/mixed-sandstone/main.json index 5573a502..f6f6d15b 100644 --- a/ravines/mixed-sandstone/main.json +++ b/ravines/mixed-sandstone/main.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -33,36 +33,28 @@ }, "customBiome": "subterrestrial-palette/mixed-sandstone-cavern", "fork": { - "caves": [ - { - "cave": "red-sandstone/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "red-sandstone/small" - } - ] + "caves": [{ + "cave": "red-sandstone/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "red-sandstone/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 24, - "min": 14 - }, - "angle": 50, - "topAngle": 70, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 24, + "min": 14 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/mixed-sandstone/small.json b/ravines/mixed-sandstone/small.json index bb271360..e99254d2 100644 --- a/ravines/mixed-sandstone/small.json +++ b/ravines/mixed-sandstone/small.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -34,20 +34,16 @@ "customBiome": "subterrestrial-palette/mixed-sandstone-cavern", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 13, - "min": 7 - }, - "angle": 90, - "topAngle": 90, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 13, + "min": 7 + }, + "angle": 90, + "topAngle": 90, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/red-sandstone/main.json b/ravines/red-sandstone/main.json index fced4d24..cd19087e 100644 --- a/ravines/red-sandstone/main.json +++ b/ravines/red-sandstone/main.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -33,36 +33,28 @@ }, "customBiome": "subterrestrial-palette/red-sandstone-cavern", "fork": { - "caves": [ - { - "cave": "red-sandstone/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "red-sandstone/small" - } - ] + "caves": [{ + "cave": "red-sandstone/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "red-sandstone/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 24, - "min": 14 - }, - "angle": 50, - "topAngle": 70, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 24, + "min": 14 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/red-sandstone/small.json b/ravines/red-sandstone/small.json index ed7dc32b..0646fe31 100644 --- a/ravines/red-sandstone/small.json +++ b/ravines/red-sandstone/small.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -34,20 +34,16 @@ "customBiome": "subterrestrial-palette/sandstone-cavern", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 13, - "min": 7 - }, - "angle": 90, - "topAngle": 90, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 13, + "min": 7 + }, + "angle": 90, + "topAngle": 90, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/rocky/main.json b/ravines/rocky/main.json index 92db8943..9cd3117d 100644 --- a/ravines/rocky/main.json +++ b/ravines/rocky/main.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -33,36 +33,28 @@ }, "customBiome": "subterrestrial-palette/rocky-cavern", "fork": { - "caves": [ - { - "cave": "rocky/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "rocky/small" - } - ] + "caves": [{ + "cave": "rocky/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "rocky/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 24, - "min": 14 - }, - "angle": 50, - "topAngle": 70, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 24, + "min": 14 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/rocky/small.json b/ravines/rocky/small.json index 4e6be67b..79eb39b0 100644 --- a/ravines/rocky/small.json +++ b/ravines/rocky/small.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -34,20 +34,16 @@ "customBiome": "subterrestrial-palette/rocky-cavern", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 13, - "min": 7 - }, - "angle": 90, - "topAngle": 90, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 13, + "min": 7 + }, + "angle": 90, + "topAngle": 90, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/sandstone/main.json b/ravines/sandstone/main.json index ce0d0a62..bf44e328 100644 --- a/ravines/sandstone/main.json +++ b/ravines/sandstone/main.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -33,36 +33,28 @@ }, "customBiome": "subterrestrial-palette/sandstone-cavern", "fork": { - "caves": [ - { - "cave": "sandstone/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "sandstone/small" - } - ] + "caves": [{ + "cave": "sandstone/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "sandstone/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 24, - "min": 14 - }, - "angle": 50, - "topAngle": 70, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 24, + "min": 14 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/sandstone/small.json b/ravines/sandstone/small.json index ed7dc32b..0646fe31 100644 --- a/ravines/sandstone/small.json +++ b/ravines/sandstone/small.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -34,20 +34,16 @@ "customBiome": "subterrestrial-palette/sandstone-cavern", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 13, - "min": 7 - }, - "angle": 90, - "topAngle": 90, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 13, + "min": 7 + }, + "angle": 90, + "topAngle": 90, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/simple/main.json b/ravines/simple/main.json index c737e2ff..6a11525a 100644 --- a/ravines/simple/main.json +++ b/ravines/simple/main.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -32,36 +32,28 @@ "maxIterations": 128 }, "fork": { - "caves": [ - { - "cave": "sandstone/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "sandstone/small" - } - ] + "caves": [{ + "cave": "sandstone/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "sandstone/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 24, - "min": 14 - }, - "angle": 50, - "topAngle": 70, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 24, + "min": 14 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/simple/small.json b/ravines/simple/small.json index 45521188..bea2b882 100644 --- a/ravines/simple/small.json +++ b/ravines/simple/small.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -33,20 +33,16 @@ }, "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 13, - "min": 7 - }, - "angle": 90, - "topAngle": 90, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 13, + "min": 7 + }, + "angle": 90, + "topAngle": 90, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/swamp/main.json b/ravines/swamp/main.json index 3fcbf209..7b49239f 100644 --- a/ravines/swamp/main.json +++ b/ravines/swamp/main.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -33,36 +33,28 @@ }, "customBiome": "subterrestrial-palette/swamp-cavern", "fork": { - "caves": [ - { - "cave": "swamp/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "rocky/small" - } - ] + "caves": [{ + "cave": "swamp/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "rocky/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 24, - "min": 14 - }, - "angle": 50, - "topAngle": 70, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 24, + "min": 14 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/swamp/small.json b/ravines/swamp/small.json index 32d051ef..c28a6456 100644 --- a/ravines/swamp/small.json +++ b/ravines/swamp/small.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -34,20 +34,16 @@ "customBiome": "subterrestrial-palette/swamp-cavern", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 13, - "min": 7 - }, - "angle": 90, - "topAngle": 90, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 13, + "min": 7 + }, + "angle": 90, + "topAngle": 90, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/volcanic/main.json b/ravines/volcanic/main.json index fc685fda..7e271a40 100644 --- a/ravines/volcanic/main.json +++ b/ravines/volcanic/main.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -33,36 +33,28 @@ }, "customBiome": "subterrestrial-palette/volcanic-cavern", "fork": { - "caves": [ - { - "cave": "volcanic/main", - "rarity": 17, - "breakSurface": false - } - ], - "ravines": [ - { - "rarity": 33, - "ravine": "volcanic/small" - } - ] + "caves": [{ + "cave": "volcanic/main", + "rarity": 17, + "breakSurface": false + }], + "ravines": [{ + "rarity": 33, + "ravine": "volcanic/small" + }] }, "nodeThreshold": 40, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 24, - "min": 14 - }, - "angle": 50, - "topAngle": 70, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 24, + "min": 14 + }, + "angle": 50, + "topAngle": 70, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/ravines/volcanic/small.json b/ravines/volcanic/small.json index 5fb14e53..67e497d1 100644 --- a/ravines/volcanic/small.json +++ b/ravines/volcanic/small.json @@ -1,7 +1,7 @@ { "worm": { "xStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 0.6, @@ -17,7 +17,7 @@ } }, "yStyle": { - "min": -6 , + "min": -6, "max": 6, "generator": { "zoom": 3, @@ -34,20 +34,16 @@ "customBiome": "subterrestrial-palette/volcanic-cavern", "nodeThreshold": 8, "depthStyle": { - "generator": { - "style": "PERLIN" - }, - "max": 13, - "min": 7 - }, - "angle": 90, - "topAngle": 90, - "ribThickness": 5, - "baseWidthStyle": { - "generator": { - "style": "FLAT" - }, - "max": 1, - "min": 1 - } -} \ No newline at end of file + "generator": {"style": "PERLIN"}, + "max": 13, + "min": 7 + }, + "angle": 90, + "topAngle": 90, + "ribThickness": 5, + "baseWidthStyle": { + "generator": {"style": "FLAT"}, + "max": 1, + "min": 1 + } +} diff --git a/regions/frozen.json b/regions/frozen.json index 93c8c149..a04c0b52 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -1,309 +1,287 @@ { - "name": "Frozen", - "color": "#51BFBD", - "landBiomes": [ - "frozen/plains", - "frozen/pines", - "frozen/plains", - "frozen/mountain", - "frozen/redwood-forest", - "frozen/hills", - "frozen/pine-plains", - "frozen/spruce-plains" - ], - "shoreBiomes": ["frozen/shore/beach"], - "seaBiomes": ["frozen/sea/frozen-river-ice", "frozen/sea/ocean"], - "riverBiomes": ["frozen/sea/frozen-river-ice", "frozen/sea/ocean"], - "jigsawStructures": [ - { - "structure": "murky_stronghold", - "rarity": 250 - } - ], - "spotBiomes": [ - { - "biome": "frozen/vander", - "scale": 25, - "type": "LAND", - "shuffle": 328, - "rarity": 3 - } - ], - "riverStyle": { - "style": "VASCULAR", - "zoom": 4.77, - "fracture": { - "multiplier": 240, - "style": "NOWHERE", - "zoom": 5 - } - }, - "deposits": [ - { - "minHeight": 8, - "maxPerChunk": 12, - "maxHeight": 57, - "minPerChunk": 7, - "minSize": 12, - "maxSize": 22, - "palette": [{ "block": "minecraft:blackstone" }], - "varience": 4 - }, - { - "minHeight": 1, - "maxPerChunk": 5, - "maxHeight": 175, - "minPerChunk": 3, - "minSize": 5, - "maxSize": 10, - "palette": [{ "block": "minecraft:coal_ore" }], - "varience": 9 - }, - { - "minHeight": 1, - "maxPerChunk": 5, - "maxHeight": 64, - "minPerChunk": 4, - "minSize": 4, - "maxSize": 9, - "palette": [{ "block": "minecraft:copper_ore" }], - "varience": 7 - } - ], - "biomeImplosionRatio": 0.25, - "riverRarity": 1, - "landBiomeZoom": 5, - "shoreHeightMin": 2.2, - "shoreHeightMax": 4.2, - "loot": { - "mode": "ADD", - "multiplier": 1, - "tables": [ - "global-tools", - "frozen-clutter", - "frozen-food", - "snow-clutter", - "cold-treasure" - ] - }, - "blockDrops": [ - { - "blocks": [{ "block": "minecraft:stone" }], - "drops": [ - { - "rarity": 1, - "maxAmount": 2, - "minAmount": 1, - "type": "spruce_sapling" - } - ] - } - ], - "entitySpawners": [ - "frozen/land-passive", - "frozen/land-hostile", - "frozen/land-cave" - ], - "objects": [ - { - "chance": 0, - "rotation": { - "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "max": 360, - "min": 0 - } - }, - "trees": [ - { - "sizes": [ - { - "depth": 1, - "width": 1 - } - ], - "treeTypes": ["TREE"] - } - ], - "place": [ - "trees/oak/truegeneric1", - "trees/oak/truegeneric2", - "trees/oak/truegeneric3", - "trees/oak/truegeneric4", - "trees/oak/truegeneric5" - ] - }, - { - "chance": 0, - "rotation": { - "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "max": 360, - "min": 0 - } - }, - "trees": [ - { - "sizes": [ - { - "depth": 1, - "width": 1 - } - ], - "treeTypes": ["REDWOOD"] - } - ], - "place": [ - "trees/spruce/twirl1", - "trees/spruce/twirl2", - "trees/spruce/twirl3", - "trees/spruce/twirl4", - "trees/spruce/twirl5" - ] - }, - { - "chance": 0, - "rotation": { - "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "max": 360, - "min": 0 - } - }, - "trees": [ - { - "sizes": [ - { - "depth": 2, - "width": 2 - } - ], - "treeTypes": ["MEGA_REDWOOD"] - } - ], - "place": [ - "trees/spruce/twirl6", - "trees/spruce/twirl7", - "trees/spruce/twirl8", - "trees/spruce/twirl9", - "trees/spruce/twirl10" - ] - }, - { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 - }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "structures/amethyst1", - "structures/amethyst2", - "structures/amethyst3", - "structures/amethyst4", - "structures/amethyst5", - "structures/amethyst6" - ], - "edit": [ - { - "find": [{ "block": "minecraft:glass" }], - "replace": { "palette": [{ "block": "minecraft:void_air" }] } - } - ], - "enabled": true, - "xAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "yAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "translate": { - "yRandom": 10, - "y": 2 - } - }, - { - "name": "standard-surface-portals", - "chance": 0.001, - "place": [ - "structures/giantportal1", - "structures/giantportal2", - "structures/giantportal3", - "structures/portal1", - "structures/portal2", - "structures/portal3", - "structures/portal4", - "structures/portal5", - "structures/portal6", - "structures/portal7", - "structures/portal8", - "structures/portal9", - "structures/portal10" - ], - "edit": [ - { - "find": [{ "block": "minecraft:gold_block" }], - "replace": { "palette": [{ "block": "minecraft:air" }] }, - "chance": 0.1 - }, - { - "find": [{ "block": "minecraft:netherrack" }], - "replace": { "palette": [{ "block": "minecraft:magma_block" }] }, - "chance": 0.07 - }, - { - "find": [{ "block": "minecraft:obsidian" }], - "replace": { "palette": [{ "block": "minecraft:crying_obsidian" }] }, - "chance": 0.15 - }, - { - "find": [{ "block": "minecraft:lava" }], - "replace": { "palette": [{ "block": "minecraft:magma_block" }] }, - "chance": 0.2 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - } - ], - "carving": { - "ravines": [ - { - "rarity": 150, - "ravine": "ice/main" - } + "name": "Frozen", + "color": "#51BFBD", + "landBiomes": [ + "frozen/plains", + "frozen/pines", + "frozen/plains", + "frozen/mountain", + "frozen/redwood-forest", + "frozen/hills", + "frozen/pine-plains", + "frozen/spruce-plains" ], - "caves": [ - { - "breakSurface": true, - "cave": "ice/main", - "rarity": 25, - "caveStartHeight": { - "max": 120, - "min": 25, - "style": { - "style": "VASCULAR" - } + "shoreBiomes": ["frozen/shore/beach"], + "seaBiomes": [ + "frozen/sea/frozen-river-ice", + "frozen/sea/ocean" + ], + "riverBiomes": [ + "frozen/sea/frozen-river-ice", + "frozen/sea/ocean" + ], + "jigsawStructures": [{ + "structure": "murky_stronghold", + "rarity": 250 + }], + "spotBiomes": [{ + "biome": "frozen/vander", + "scale": 25, + "type": "LAND", + "shuffle": 328, + "rarity": 3 + }], + "riverStyle": { + "style": "VASCULAR", + "zoom": 4.77, + "fracture": { + "multiplier": 240, + "style": "NOWHERE", + "zoom": 5 } - } - ] - }, - "shoreHeightZoom": 1.14, - "riverThickness": 0.006, - "rarity": 3 + }, + "deposits": [ + { + "minHeight": 8, + "maxPerChunk": 12, + "maxHeight": 57, + "minPerChunk": 7, + "minSize": 12, + "maxSize": 22, + "palette": [{"block": "minecraft:blackstone"}], + "varience": 4 + }, + { + "minHeight": 1, + "maxPerChunk": 5, + "maxHeight": 175, + "minPerChunk": 3, + "minSize": 5, + "maxSize": 10, + "palette": [{"block": "minecraft:coal_ore"}], + "varience": 9 + }, + { + "minHeight": 1, + "maxPerChunk": 5, + "maxHeight": 64, + "minPerChunk": 4, + "minSize": 4, + "maxSize": 9, + "palette": [{"block": "minecraft:copper_ore"}], + "varience": 7 + } + ], + "biomeImplosionRatio": 0.25, + "riverRarity": 1, + "landBiomeZoom": 5, + "shoreHeightMin": 2.2, + "shoreHeightMax": 4.2, + "loot": { + "mode": "ADD", + "multiplier": 1, + "tables": [ + "global-tools", + "frozen-clutter", + "frozen-food", + "snow-clutter", + "cold-treasure" + ] + }, + "blockDrops": [{ + "blocks": [{"block": "minecraft:stone"}], + "drops": [{ + "rarity": 1, + "maxAmount": 2, + "minAmount": 1, + "type": "spruce_sapling" + }] + }], + "entitySpawners": [ + "frozen/land-passive", + "frozen/land-hostile", + "frozen/land-cave" + ], + "objects": [ + { + "chance": 0, + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } + }, + "trees": [{ + "sizes": [{ + "depth": 1, + "width": 1 + }], + "treeTypes": ["TREE"] + }], + "place": [ + "trees/oak/truegeneric1", + "trees/oak/truegeneric2", + "trees/oak/truegeneric3", + "trees/oak/truegeneric4", + "trees/oak/truegeneric5" + ] + }, + { + "chance": 0, + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } + }, + "trees": [{ + "sizes": [{ + "depth": 1, + "width": 1 + }], + "treeTypes": ["REDWOOD"] + }], + "place": [ + "trees/spruce/twirl1", + "trees/spruce/twirl2", + "trees/spruce/twirl3", + "trees/spruce/twirl4", + "trees/spruce/twirl5" + ] + }, + { + "chance": 0, + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } + }, + "trees": [{ + "sizes": [{ + "depth": 2, + "width": 2 + }], + "treeTypes": ["MEGA_REDWOOD"] + }], + "place": [ + "trees/spruce/twirl6", + "trees/spruce/twirl7", + "trees/spruce/twirl8", + "trees/spruce/twirl9", + "trees/spruce/twirl10" + ] + }, + { + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 + }, + "offsetY": 5 + }, + "chance": 0.05, + "bottom": true, + "density": 1, + "place": [ + "structures/amethyst1", + "structures/amethyst2", + "structures/amethyst3", + "structures/amethyst4", + "structures/amethyst5", + "structures/amethyst6" + ], + "edit": [{ + "find": [{"block": "minecraft:glass"}], + "replace": {"palette": [{"block": "minecraft:void_air"}]} + }], + "enabled": true, + "xAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "yAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "translate": { + "yRandom": 10, + "y": 2 + } + }, + { + "name": "standard-surface-portals", + "chance": 0.001, + "place": [ + "structures/giantportal1", + "structures/giantportal2", + "structures/giantportal3", + "structures/portal1", + "structures/portal2", + "structures/portal3", + "structures/portal4", + "structures/portal5", + "structures/portal6", + "structures/portal7", + "structures/portal8", + "structures/portal9", + "structures/portal10" + ], + "edit": [ + { + "find": [{"block": "minecraft:gold_block"}], + "replace": {"palette": [{"block": "minecraft:air"}]}, + "chance": 0.1 + }, + { + "find": [{"block": "minecraft:netherrack"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.07 + }, + { + "find": [{"block": "minecraft:obsidian"}], + "replace": {"palette": [{"block": "minecraft:crying_obsidian"}]}, + "chance": 0.15 + }, + { + "find": [{"block": "minecraft:lava"}], + "replace": {"palette": [{"block": "minecraft:magma_block"}]}, + "chance": 0.2 + } + ], + "mode": "VACUUM", + "carvingSupport": "SURFACE_ONLY" + } + ], + "carving": { + "ravines": [{ + "rarity": 150, + "ravine": "ice/main" + }], + "caves": [{ + "breakSurface": true, + "cave": "ice/main", + "rarity": 25, + "caveStartHeight": { + "max": 120, + "min": 25, + "style": {"style": "VASCULAR"} + } + }] + }, + "shoreHeightZoom": 1.14, + "riverThickness": 0.006, + "rarity": 3 } diff --git a/regions/hot.json b/regions/hot.json index 0529aae4..36483a37 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -356,9 +356,7 @@ "caveStartHeight": { "max": 120, "min": 69, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -368,9 +366,7 @@ "caveStartHeight": { "max": 120, "min": 69, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -380,9 +376,7 @@ "caveStartHeight": { "max": 120, "min": 88, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -392,9 +386,7 @@ "caveStartHeight": { "max": 120, "min": 69, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -404,9 +396,7 @@ "caveStartHeight": { "max": 120, "min": 69, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -416,9 +406,7 @@ "caveStartHeight": { "max": 61, "min": 28, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } } ] diff --git a/regions/swamp.json b/regions/swamp.json index bf5d0640..7513a4c4 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -1,232 +1,219 @@ { - "name": "Swamp", - "color": "#68411E", - "landBiomes": [ - "swamp/roofed-forest", - "swamp/willow-forest", - "swamp/sea/lake", - "swamp/roofed-wayward", - "swamp/cambian-drift", - "swamp/marsh" - ], - "shoreBiomes": ["swamp/shore/beach"], - "jigsawStructures": [ - { - "structure": "murky_stronghold", - "rarity": 250 - } - ], - "seaBiomes": ["swamp/sea/ocean", "swamp/sea/ocean-tree"], - "riverStyle": { - "style": "VASCULAR", - "zoom": 4.77, - "fracture": { - "multiplier": 240, - "style": "NOWHERE", - "zoom": 5 - } - }, - "entitySpawners": [ - "swamp/land-passive", - "swamp/land-hostile", - "swamp/land-cave" - ], - "biomeImplosionRatio": 0.26, - "deposits": [ - { - "minHeight": 35, - "maxPerChunk": 3, - "maxHeight": 70, - "minPerChunk": 1, - "minSize": 4, - "maxSize": 9, - "palette": [{ "block": "minecraft:coal_ore" }], - "varience": 4 - }, - { - "minHeight": 35, - "maxPerChunk": 5, - "maxHeight": 70, - "minPerChunk": 4, - "minSize": 4, - "maxSize": 9, - "palette": [{ "block": "minecraft:iron_ore" }], - "varience": 4 - } - ], - "objects": [ - { - "chance": 0, - "rotation": { - "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "max": 360, - "min": 0 + "name": "Swamp", + "color": "#68411E", + "landBiomes": [ + "swamp/roofed-forest", + "swamp/willow-forest", + "swamp/sea/lake", + "swamp/roofed-wayward", + "swamp/cambian-drift", + "swamp/marsh" + ], + "shoreBiomes": ["swamp/shore/beach"], + "jigsawStructures": [{ + "structure": "murky_stronghold", + "rarity": 250 + }], + "seaBiomes": [ + "swamp/sea/ocean", + "swamp/sea/ocean-tree" + ], + "riverStyle": { + "style": "VASCULAR", + "zoom": 4.77, + "fracture": { + "multiplier": 240, + "style": "NOWHERE", + "zoom": 5 } - }, - "translate": { - "y": 0, - "yRandom": -1 - }, - "trees": [ + }, + "entitySpawners": [ + "swamp/land-passive", + "swamp/land-hostile", + "swamp/land-cave" + ], + "biomeImplosionRatio": 0.26, + "deposits": [ { - "anySize": true, - "treeTypes": [ - "TREE", - "BIG_TREE", - "REDWOOD", - "MEGA_REDWOOD", - "TALL_REDWOOD", - "DARK_OAK" - ], - "sizes": [ - { - "depth": 1, - "width": 1 + "minHeight": 35, + "maxPerChunk": 3, + "maxHeight": 70, + "minPerChunk": 1, + "minSize": 4, + "maxSize": 9, + "palette": [{"block": "minecraft:coal_ore"}], + "varience": 4 + }, + { + "minHeight": 35, + "maxPerChunk": 5, + "maxHeight": 70, + "minPerChunk": 4, + "minSize": 4, + "maxSize": 9, + "palette": [{"block": "minecraft:iron_ore"}], + "varience": 4 + } + ], + "objects": [ + { + "chance": 0, + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } }, - { - "width": 2, - "depth": 2 - } - ] - } - ], - "edit": [ - { - "find": [ - { "block": "minecraft:spruce_fence" }, - { "block": "minecraft:spruce_slab" } - ], - "replace": { "palette": [{ "block": "minecraft:spruce_wood" }] } - }, - { - "find": [ - { "block": "minecraft:oak_wood" }, - { "block": "minecraft:dark_oak_wood" } - ], - "replace": { - "palette": [ - { "block": "minecraft:dark_oak_wood" }, - { "block": "minecraft:spruce_wood" } + "translate": { + "y": 0, + "yRandom": -1 + }, + "trees": [{ + "anySize": true, + "treeTypes": [ + "TREE", + "BIG_TREE", + "REDWOOD", + "MEGA_REDWOOD", + "TALL_REDWOOD", + "DARK_OAK" + ], + "sizes": [ + { + "depth": 1, + "width": 1 + }, + { + "width": 2, + "depth": 2 + } + ] + }], + "edit": [ + { + "find": [ + {"block": "minecraft:spruce_fence"}, + {"block": "minecraft:spruce_slab"} + ], + "replace": {"palette": [{"block": "minecraft:spruce_wood"}]} + }, + { + "find": [ + {"block": "minecraft:oak_wood"}, + {"block": "minecraft:dark_oak_wood"} + ], + "replace": { + "palette": [ + {"block": "minecraft:dark_oak_wood"}, + {"block": "minecraft:spruce_wood"} + ], + "style": { + "style": "SIMPLEX", + "zoom": 0.25 + } + } + }, + { + "find": [{"block": "minecraft:oak_leaves"}], + "replace": {"palette": [{"block": "minecraft:dark_oak_leaves"}]} + } ], - "style": { - "style": "SIMPLEX", - "zoom": 0.25 + "place": [ + "trees/oak/truegeneric1", + "trees/oak/truegeneric2", + "trees/oak/truegeneric3", + "trees/oak/truegeneric4", + "trees/oak/truegeneric5", + "trees/oak/hoakgeneric1", + "trees/oak/hoakgeneric2", + "trees/oak/hoakgeneric3", + "trees/oak/hoakgeneric4", + "trees/oak/hoakgeneric5", + "trees/oak/hoakgeneric6", + "trees/oak/hoakgeneric7", + "trees/oak/hoakgeneric8" + ] + }, + { + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 + }, + "offsetY": 5 + }, + "chance": 0.05, + "bottom": true, + "density": 1, + "place": [ + "structures/amethyst1", + "structures/amethyst2", + "structures/amethyst3", + "structures/amethyst4", + "structures/amethyst5", + "structures/amethyst6" + ], + "edit": [{ + "find": [{"block": "minecraft:glass"}], + "replace": {"palette": [{"block": "minecraft:void_air"}]} + }], + "enabled": true, + "xAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "yAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "translate": { + "yRandom": 10, + "y": 2 } - } - }, - { - "find": [{ "block": "minecraft:oak_leaves" }], - "replace": { "palette": [{ "block": "minecraft:dark_oak_leaves" }] } } - ], - "place": [ - "trees/oak/truegeneric1", - "trees/oak/truegeneric2", - "trees/oak/truegeneric3", - "trees/oak/truegeneric4", - "trees/oak/truegeneric5", - "trees/oak/hoakgeneric1", - "trees/oak/hoakgeneric2", - "trees/oak/hoakgeneric3", - "trees/oak/hoakgeneric4", - "trees/oak/hoakgeneric5", - "trees/oak/hoakgeneric6", - "trees/oak/hoakgeneric7", - "trees/oak/hoakgeneric8" - ] + ], + "landBiomeZoom": 3, + "shoreHeightMin": 1.2, + "shoreHeightMax": 3, + "loot": { + "mode": "ADD", + "multiplier": 1, + "tables": [ + "global-clutter", + "global-tools", + "global-treasure", + "swamp-clutter", + "swamp-food" + ] }, - { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 - }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "structures/amethyst1", - "structures/amethyst2", - "structures/amethyst3", - "structures/amethyst4", - "structures/amethyst5", - "structures/amethyst6" - ], - "edit": [ - { - "find": [{ "block": "minecraft:glass" }], - "replace": { "palette": [{ "block": "minecraft:void_air" }] } - } - ], - "enabled": true, - "xAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "yAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "translate": { - "yRandom": 10, - "y": 2 - } - } - ], - "landBiomeZoom": 3, - "shoreHeightMin": 1.2, - "shoreHeightMax": 3, - "loot": { - "mode": "ADD", - "multiplier": 1, - "tables": [ - "global-clutter", - "global-tools", - "global-treasure", - "swamp-clutter", - "swamp-food" - ] - }, - "carving": { - "caves": [ - { + "carving": {"caves": [{ "breakSurface": true, "cave": "swamp/main", "rarity": 10, "caveStartHeight": { - "max": 120, - "min": 69, - "style": { - "style": "STATIC" - } + "max": 120, + "min": 69, + "style": {"style": "STATIC"} } - } - ] - }, - "shoreHeightZoom": 3.14, - "blockDrops": [ - { - "drops": [ - { - "type": "slime_ball", - "rarity": 24 - } - ], - "blocks": [ - { "block": "minecraft:grass_block" }, - { "block": "minecraft:dark_oak_leaves" }, - { "block": "minecraft:grass" }, - { "block": "minecraft:tall_grass" } - ] - } - ], - "rarity": 4 + }]}, + "shoreHeightZoom": 3.14, + "blockDrops": [{ + "drops": [{ + "type": "slime_ball", + "rarity": 24 + }], + "blocks": [ + {"block": "minecraft:grass_block"}, + {"block": "minecraft:dark_oak_leaves"}, + {"block": "minecraft:grass"}, + {"block": "minecraft:tall_grass"} + ] + }], + "rarity": 4 } diff --git a/regions/temperate.json b/regions/temperate.json index 1e79ee21..9dca3288 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -250,9 +250,7 @@ "caveStartHeight": { "max": 120, "min": 69, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -262,9 +260,7 @@ "caveStartHeight": { "max": 80, "min": 58, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } } ] diff --git a/regions/tropical.json b/regions/tropical.json index a8ce012b..5630286a 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -25,12 +25,10 @@ "tropical/sea/river-soft" ], "carving": { - "ravines": [ - { - "rarity": 170, - "ravine": "jungle/main" - } - ], + "ravines": [{ + "rarity": 170, + "ravine": "jungle/main" + }], "caves": [ { "breakSurface": true, @@ -39,12 +37,9 @@ "caveStartHeight": { "max": 267, "min": 69, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, - { "breakSurface": true, "cave": "drip/main", @@ -52,9 +47,7 @@ "caveStartHeight": { "max": 200, "min": 69, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -64,9 +57,7 @@ "caveStartHeight": { "max": 80, "min": 58, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -76,14 +67,11 @@ "caveStartHeight": { "max": 120, "min": 75, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } } ] }, - "biomeImplosionRatio": 0.25, "riverStyle": { "style": "VASCULAR", diff --git a/regions/tundra.json b/regions/tundra.json index 288216e2..76c13583 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -93,9 +93,7 @@ "caveStartHeight": { "max": 120, "min": 69, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } }, { @@ -105,9 +103,7 @@ "caveStartHeight": { "max": 80, "min": 58, - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} } } ] diff --git a/spawners/hives.json b/spawners/hives.json index 2e08cd1d..99efdbc2 100644 --- a/spawners/hives.json +++ b/spawners/hives.json @@ -5,8 +5,9 @@ "endHour": 12 }, "spawns": [{ - "entity": "standard/passive/bee", - "maxSpawns": 2, - "minSpawns": 1, - "rarity": 1 -}]} + "entity": "standard/passive/bee", + "maxSpawns": 2, + "minSpawns": 1, + "rarity": 1 + }] +} diff --git a/spawners/pillager.json b/spawners/pillager.json index 3260cbef..c8db7152 100644 --- a/spawners/pillager.json +++ b/spawners/pillager.json @@ -1,8 +1,6 @@ -{ - "initialSpawns": [{ - "entity": "standard/hostile/pillager", - "rarity": 1, - "maxSpawns": 5, - "minSpawns": 4 - }] -} +{"initialSpawns": [{ + "entity": "standard/hostile/pillager", + "rarity": 1, + "maxSpawns": 5, + "minSpawns": 4 +}]} diff --git a/spawners/villager.json b/spawners/villager.json index 58d5c761..6a1c6cfa 100644 --- a/spawners/villager.json +++ b/spawners/villager.json @@ -1,6 +1,4 @@ -{ - "initialSpawns": [{ - "entity": "standard/passive/villager", - "rarity": 1 - }] -} +{"initialSpawns": [{ + "entity": "standard/passive/villager", + "rarity": 1 +}]}