diff --git a/biomes/cave/cavern-coral.json b/biomes/cave/cavern-coral.json index f8e14214..80895a3c 100644 --- a/biomes/cave/cavern-coral.json +++ b/biomes/cave/cavern-coral.json @@ -22,7 +22,6 @@ {"block": "dead_fire_coral_block"} ] }], - "decorators": [ { "chance": 1.0E-4, diff --git a/biomes/cave/cavern-root.json b/biomes/cave/cavern-root.json index f8691f43..a835ac8a 100644 --- a/biomes/cave/cavern-root.json +++ b/biomes/cave/cavern-root.json @@ -14,7 +14,6 @@ "max": 6, "generator": "plain" }], - "decorators": [ { "chance": 1.0E-4, diff --git a/biomes/cave/cracked-cavern.json b/biomes/cave/cracked-cavern.json index 58c1e515..6af0a947 100644 --- a/biomes/cave/cracked-cavern.json +++ b/biomes/cave/cracked-cavern.json @@ -93,7 +93,6 @@ } } ], - "slab": { "style": {"style": "STATIC"}, "palette": [ diff --git a/biomes/cave/ice-cavern.json b/biomes/cave/ice-cavern.json index 409bc1a0..90fdc737 100644 --- a/biomes/cave/ice-cavern.json +++ b/biomes/cave/ice-cavern.json @@ -34,7 +34,6 @@ "max": 6, "generator": "plain" }], - "decorators": [ { "chance": 0.01, diff --git a/biomes/cave/murky-cavern.json b/biomes/cave/murky-cavern.json index e10b7502..cc1740bc 100644 --- a/biomes/cave/murky-cavern.json +++ b/biomes/cave/murky-cavern.json @@ -26,7 +26,6 @@ "max": 6, "generator": "plain" }], - "decorators": [ { "chance": 1.0E-4, diff --git a/biomes/cave/sandy-cave.json b/biomes/cave/sandy-cave.json index 3c3a9d4f..91991ac0 100644 --- a/biomes/cave/sandy-cave.json +++ b/biomes/cave/sandy-cave.json @@ -12,7 +12,6 @@ "maxHeight": 2, "palette": [{"block": "smooth_sandstone"}] }], - "decorators": [ { "chance": 1.0E-4, diff --git a/biomes/cave/sandy-red-cave.json b/biomes/cave/sandy-red-cave.json index c5048865..d492c090 100644 --- a/biomes/cave/sandy-red-cave.json +++ b/biomes/cave/sandy-red-cave.json @@ -12,7 +12,6 @@ "maxHeight": 2, "palette": [{"block": "terracotta"}] }], - "decorators": [{ "chance": 1.0E-4, "palette": [{"block": "barrel"}] diff --git a/biomes/cave/tropical-cavern.json b/biomes/cave/tropical-cavern.json index 6a922644..d5abb611 100644 --- a/biomes/cave/tropical-cavern.json +++ b/biomes/cave/tropical-cavern.json @@ -31,7 +31,6 @@ {"block": "stone"} ] }], - "decorators": [{ "chance": 1.0E-5, "palette": [{"block": "barrel"}] diff --git a/biomes/cave/tundra-cavern.json b/biomes/cave/tundra-cavern.json index e39b9a2b..a4fe523a 100644 --- a/biomes/cave/tundra-cavern.json +++ b/biomes/cave/tundra-cavern.json @@ -19,7 +19,6 @@ {"block": "gravel"} ] }], - "decorators": [ { "chance": 1.0E-4, diff --git a/biomes/frozen/hills.json b/biomes/frozen/hills.json index aaf1cb57..208e70c6 100644 --- a/biomes/frozen/hills.json +++ b/biomes/frozen/hills.json @@ -42,13 +42,11 @@ "foliageColor": "#B8D0E1", "grassColor": "#D0E1FF" }], - "generators": [ - { - "generator": "plain", - "max": 26, - "min": 18 - } - ], + "generators": [{ + "generator": "plain", + "max": 26, + "min": 18 + }], "jigsawStructures": [ { "rarity": 1700, diff --git a/biomes/frozen/mountain-cliffs.json b/biomes/frozen/mountain-cliffs.json index 700b7bd8..84edb254 100644 --- a/biomes/frozen/mountain-cliffs.json +++ b/biomes/frozen/mountain-cliffs.json @@ -58,16 +58,18 @@ "structure": "village-snowy" } ], - "generators": [{ - "min": 4, - "max": 30, - "generator": "plain-cliffs" - }, - { - "min": 10, - "max": 40, - "generator": "mountain" - }], + "generators": [ + { + "min": 4, + "max": 30, + "generator": "plain-cliffs" + }, + { + "min": 10, + "max": 40, + "generator": "mountain" + } + ], "biomeScatter": [ "ICE_SPIKES", "FROZEN_OCEAN", diff --git a/biomes/frozen/mountain-middle.json b/biomes/frozen/mountain-middle.json index c33117bb..d3525769 100644 --- a/biomes/frozen/mountain-middle.json +++ b/biomes/frozen/mountain-middle.json @@ -4,13 +4,11 @@ "derivative": "SNOWY_MOUNTAINS", "rarity": 1, "vanillaDerivative": "SNOWY_MOUNTAINS", - "generators": [ - { - "generator": "mountain", - "max": 180, - "min": 30 - } - ], + "generators": [{ + "generator": "mountain", + "max": 180, + "min": 30 + }], "customDerivitives": [{ "category": "icy", "id": "frozen_mountain_middle", diff --git a/biomes/frozen/mountains.json b/biomes/frozen/mountains.json index f76ad786..23ba8077 100644 --- a/biomes/frozen/mountains.json +++ b/biomes/frozen/mountains.json @@ -62,13 +62,11 @@ "structure": "village-snowy" } ], - "generators": [ - { - "min": 10, - "max": 150, - "generator": "mountain" - } - ], + "generators": [{ + "min": 10, + "max": 150, + "generator": "mountain" + }], "objects": [ { "chance": 0.003, diff --git a/biomes/frozen/peak.json b/biomes/frozen/peak.json index 1166c6eb..a9d51d72 100644 --- a/biomes/frozen/peak.json +++ b/biomes/frozen/peak.json @@ -91,13 +91,11 @@ ] } ], - "generators": [ - { - "min": 60, - "max": 180, - "generator": "mountain" - } - ], + "generators": [{ + "min": 60, + "max": 180, + "generator": "mountain" + }], "decorators": [{ "chance": 1, "variance": { diff --git a/biomes/frozen/pine-hills.json b/biomes/frozen/pine-hills.json index a3f8586c..5358bb18 100644 --- a/biomes/frozen/pine-hills.json +++ b/biomes/frozen/pine-hills.json @@ -82,21 +82,26 @@ "objects": [{ "edit": [ { - "find": [{"block": "dark_oak_fence"}, {"block": "dark_oak_fence_gate"}], "replace": {"palette": [{"block": "spruce_wood"}]} + "find": [ + {"block": "dark_oak_fence"}, + {"block": "dark_oak_fence_gate"} + ], + "replace": {"palette": [{"block": "spruce_wood"}]} }, { - "find": [{"block": "spruce_leaves"}], - "replace": { - "style": { - "style": "PERLIN", - "zoom": 0.2 - }, - "palette": [ - {"block": "oak_leaves"}, - {"block": "dark_oak_leaves"} - ] + "find": [{"block": "spruce_leaves"}], + "replace": { + "style": { + "style": "PERLIN", + "zoom": 0.2 + }, + "palette": [ + {"block": "oak_leaves"}, + {"block": "dark_oak_leaves"} + ] + } } - }], + ], "place": [ "trees/spruce/pine1", "trees/spruce/pine2", diff --git a/biomes/frozen/pine-plains.json b/biomes/frozen/pine-plains.json index 2362e01b..e9d9ddf0 100644 --- a/biomes/frozen/pine-plains.json +++ b/biomes/frozen/pine-plains.json @@ -5,13 +5,11 @@ "rarity": 1, "vanillaDerivative": "SNOWY_TAIGA", "children": ["frozen/pine-hills"], - "generators": [ - { - "generator": "plain", - "max": 16, - "min": 13 - } - ], + "generators": [{ + "generator": "plain", + "max": 16, + "min": 13 + }], "customDerivitives": [{ "category": "icy", "id": "frozen_pine_plains", @@ -64,29 +62,29 @@ "structure": "village-snowy" } ], - "decorators": [{ - "chance": 1, - "variance": { - "style": "IRIS", - "zoom": 0.29 - }, - "palette": [ - { - "data": {"layers": 1}, - "block": "snow" + "decorators": [ + { + "chance": 1, + "variance": { + "style": "IRIS", + "zoom": 0.29 }, - {"block": "air"} - ] - }, - { + "palette": [ + { + "data": {"layers": 1}, + "block": "snow" + }, + {"block": "air"} + ] + }, + { "chance": 0.01, "variance": {"style": "STATIC"}, "zoom": 0.01, - "palette": [ - {"block": "cornflower"} - ], + "palette": [{"block": "cornflower"}], "style": {"style": "STATIC"} - }], + } + ], "wall": {"palette": [ {"block": "stone"}, {"block": "andesite"} diff --git a/biomes/frozen/pines.json b/biomes/frozen/pines.json index 8d4d1219..b60ac0ed 100644 --- a/biomes/frozen/pines.json +++ b/biomes/frozen/pines.json @@ -47,13 +47,11 @@ "foliageColor": "#B8D0E1", "grassColor": "#D0E1FF" }], - "generators": [ - { - "min": 16, - "max": 64, - "generator": "mountain" - } - ], + "generators": [{ + "min": 16, + "max": 64, + "generator": "mountain" + }], "jigsawStructures": [ { "rarity": 1700, diff --git a/biomes/frozen/plains.json b/biomes/frozen/plains.json index 7595292f..8a4d0e91 100644 --- a/biomes/frozen/plains.json +++ b/biomes/frozen/plains.json @@ -5,13 +5,11 @@ "rarity": 1, "vanillaDerivative": "SNOWY_TAIGA", "children": ["frozen/hills"], - "generators": [ - { - "min": 6, - "max": 11, - "generator": "plain" - } - ], + "generators": [{ + "min": 6, + "max": 11, + "generator": "plain" + }], "customDerivitives": [{ "category": "icy", "id": "frozen_plains", diff --git a/biomes/frozen/redwood-forest.json b/biomes/frozen/redwood-forest.json index 4afc3d96..617e3a2f 100644 --- a/biomes/frozen/redwood-forest.json +++ b/biomes/frozen/redwood-forest.json @@ -4,14 +4,11 @@ "color": "#586B89", "rarity": 1, "vanillaDerivative": "SNOWY_TAIGA", - "generators": [ - - { - "min": 16, - "max": 64, - "generator": "mountain" - } - ], + "generators": [{ + "min": 16, + "max": 64, + "generator": "mountain" + }], "customDerivitives": [{ "category": "icy", "id": "frozen_redwood_forest", @@ -104,14 +101,22 @@ { "chance": 0.4, "density": 2, - "edit": [{ - "find": [{"block": "birch_leaves"}], - "replace": {"palette": [{"block": "oak_leaves", "data": {"persistent": true}}]} - }, - { - "find": [{"block": "spruce_leaves"}], - "replace": {"palette": [{"block": "dark_oak_leaves", "data": {"persistent": true}}]} - }], + "edit": [ + { + "find": [{"block": "birch_leaves"}], + "replace": {"palette": [{ + "block": "oak_leaves", + "data": {"persistent": true} + }]} + }, + { + "find": [{"block": "spruce_leaves"}], + "replace": {"palette": [{ + "block": "dark_oak_leaves", + "data": {"persistent": true} + }]} + } + ], "snow": 1, "rotation": { "yAxis": { diff --git a/biomes/frozen/vander.json b/biomes/frozen/vander.json index 82321955..f0d0139a 100644 --- a/biomes/frozen/vander.json +++ b/biomes/frozen/vander.json @@ -72,13 +72,11 @@ {"block": "air"} ] }], - "generators": [ - { - "min": 15, - "max": 64, - "generator": "mountain" - } - ], + "generators": [{ + "min": 15, + "max": 64, + "generator": "mountain" + }], "objects": [ { "chance": 0.02, diff --git a/biomes/hot/desert-dunes.json b/biomes/hot/desert-dunes.json index b888d820..264df56b 100644 --- a/biomes/hot/desert-dunes.json +++ b/biomes/hot/desert-dunes.json @@ -66,7 +66,6 @@ "enabled": true }, "place": [ - "clutter/sphinx1", "clutter/brksphinx1" ], diff --git a/biomes/hot/mountain-cliffs.json b/biomes/hot/mountain-cliffs.json index fc16ad71..8c9d3f14 100644 --- a/biomes/hot/mountain-cliffs.json +++ b/biomes/hot/mountain-cliffs.json @@ -4,13 +4,11 @@ "rarity": 3, "color": "#FFDA41", "vanillaDerivative": "DESERT", - "generators": [ - { - "min": 23, - "max": 84, - "generator": "cracked-cliffs" - } - ], + "generators": [{ + "min": 23, + "max": 84, + "generator": "cracked-cliffs" + }], "layers": [ { "minHeight": 1, diff --git a/biomes/hot/mountain-middle.json b/biomes/hot/mountain-middle.json index 286ff781..2b853f6f 100644 --- a/biomes/hot/mountain-middle.json +++ b/biomes/hot/mountain-middle.json @@ -4,13 +4,11 @@ "rarity": 1, "color": "#DFBF39", "vanillaDerivative": "DESERT", - "generators": [ - { - "generator": "mountain", - "max": 160, - "min": 40 - } - ], + "generators": [{ + "generator": "mountain", + "max": 160, + "min": 40 + }], "layers": [ { "minHeight": 1, diff --git a/biomes/hot/shore/beach-grass.json b/biomes/hot/shore/beach-grass.json index b398453a..e82987a2 100644 --- a/biomes/hot/shore/beach-grass.json +++ b/biomes/hot/shore/beach-grass.json @@ -57,9 +57,7 @@ "style": "IRIS", "zoom": 0.65 }, - "heightVariance": { - "style": "STATIC" - } + "heightVariance": {"style": "STATIC"} }, { "chance": 0.01, diff --git a/biomes/hot/shore/beach.json b/biomes/hot/shore/beach.json index be6df3c3..a46c0f78 100644 --- a/biomes/hot/shore/beach.json +++ b/biomes/hot/shore/beach.json @@ -4,49 +4,35 @@ "color": "#ECE363", "derivative": "WARM_OCEAN", "vanillaDerivative": "DESERT_LAKES", - "customDerivitives": [ - { - "foliageColor": "#b8945a", - "category": "beach", - "downfallType": "none", - "humidity": 0, - "temperature": 0.95, - "id": "hot_beach" - } - ], + "customDerivitives": [{ + "foliageColor": "#b8945a", + "category": "beach", + "downfallType": "none", + "humidity": 0, + "temperature": 0.95, + "id": "hot_beach" + }], "layers": [ { "minHeight": 3, "maxHeight": 6, - "palette": [ - { - "block": "sand" - } - ] + "palette": [{"block": "sand"}] }, { "minHeight": 1, "maxHeight": 3, - "palette": [ - { - "block": "dirt" - } - ] - } - ], - "generators": [ - { - "min": 0, - "max": 1, - "generator": "plain" + "palette": [{"block": "dirt"}] } ], + "generators": [{ + "min": 0, + "max": 1, + "generator": "plain" + }], "decorators": [ { "chance": 0.01, - "variance": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, "zoom": 0.3, "palette": [ { @@ -57,9 +43,7 @@ }, "block": "jungle_button" }, - { - "block": "air" - }, + {"block": "air"}, { "data": { "face": "floor", @@ -69,57 +53,39 @@ "block": "jungle_button" } ], - "style": { - "style": "STATIC" - } + "style": {"style": "STATIC"} }, { "partOf": "SHORE_LINE", "chance": 0.09, "stackMin": 1, "stackMax": 4, - "palette": [ - { - "block": "sugar_cane" - } - ], + "palette": [{"block": "sugar_cane"}], "style": { "style": "IRIS", "zoom": 0.65 }, - "heightVariance": { - "style": "STATIC" - } + "heightVariance": {"style": "STATIC"} } ], "wall": { - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - { - "block": "smooth_sandstone" - }, - { - "block": "sand" - }, - { - "block": "smooth_sandstone" - } + {"block": "smooth_sandstone"}, + {"block": "sand"}, + {"block": "smooth_sandstone"} ] }, - "objects": [ - { - "density": 3, - "chance": 1, - "place": [ - "trees/jungle/palm1", - "trees/jungle/palm2", - "trees/jungle/palm3", - "trees/jungle/palm4", - "trees/jungle/palm6", - "trees/jungle/palm7" - ] - } - ] -} \ No newline at end of file + "objects": [{ + "density": 3, + "chance": 1, + "place": [ + "trees/jungle/palm1", + "trees/jungle/palm2", + "trees/jungle/palm3", + "trees/jungle/palm4", + "trees/jungle/palm6", + "trees/jungle/palm7" + ] + }] +} diff --git a/biomes/mesa/plateau-dirt.json b/biomes/mesa/plateau-dirt.json index 598ec4d4..3e0b0e41 100644 --- a/biomes/mesa/plateau-dirt.json +++ b/biomes/mesa/plateau-dirt.json @@ -5,13 +5,11 @@ "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", "biomeScatter": ["BADLANDS"], - "generators": [ - { - "min": 33, - "max": 41, - "generator": "cracked-cliffs" - } - ], + "generators": [{ + "min": 33, + "max": 41, + "generator": "cracked-cliffs" + }], "layers": [ { "minHeight": 5, diff --git a/biomes/mesa/plateau-high.json b/biomes/mesa/plateau-high.json index 430244f7..e080cd4a 100644 --- a/biomes/mesa/plateau-high.json +++ b/biomes/mesa/plateau-high.json @@ -10,13 +10,11 @@ "ERODED_BADLANDS" ], "children": ["mesa/plateau-dirt-high"], - "generators": [ - { - "min": 45, - "max": 58, - "generator": "cracked-cliffs" - } - ], + "generators": [{ + "min": 45, + "max": 58, + "generator": "cracked-cliffs" + }], "layers": [ { "minHeight": 5, diff --git a/biomes/mesa/plateau.json b/biomes/mesa/plateau.json index 8e219bfb..83359cda 100644 --- a/biomes/mesa/plateau.json +++ b/biomes/mesa/plateau.json @@ -10,13 +10,11 @@ "ERODED_BADLANDS" ], "children": ["mesa/plateau-dirt"], - "generators": [ - { - "min": 34, - "max": 40, - "generator": "cracked-cliffs" - } - ], + "generators": [{ + "min": 34, + "max": 40, + "generator": "cracked-cliffs" + }], "layers": [ { "minHeight": 5, diff --git a/biomes/mountain/cliffs.json b/biomes/mountain/cliffs.json index 8c656bca..ce2e57af 100644 --- a/biomes/mountain/cliffs.json +++ b/biomes/mountain/cliffs.json @@ -4,13 +4,11 @@ "color": "#355580", "vanillaDerivative": "TAIGA_MOUNTAINS", "derivative": "TAIGA_MOUNTAINS", - "generators": [ - { - "min": 26, - "max": 90, - "generator": "cracked-cliffs" - } - ], + "generators": [{ + "min": 26, + "max": 90, + "generator": "cracked-cliffs" + }], "layers": [ { "minHeight": 1, diff --git a/biomes/mountain/forest-hills.json b/biomes/mountain/forest-hills.json index f40218af..e36ee38b 100644 --- a/biomes/mountain/forest-hills.json +++ b/biomes/mountain/forest-hills.json @@ -4,13 +4,11 @@ "color": "#27374C", "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", - "generators": [ - { - "generator": "mountain", - "max": 35, - "min": 11 - } - ], + "generators": [{ + "generator": "mountain", + "max": 35, + "min": 11 + }], "jigsawStructures": [ { "rarity": 1700, diff --git a/biomes/mountain/forest.json b/biomes/mountain/forest.json index d00b5cf7..d97e963e 100644 --- a/biomes/mountain/forest.json +++ b/biomes/mountain/forest.json @@ -4,13 +4,11 @@ "color": "#3D4959", "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", - "generators": [ - { - "generator": "mountain", - "max": 31, - "min": 15 - } - ], + "generators": [{ + "generator": "mountain", + "max": 31, + "min": 15 + }], "jigsawStructures": [ { "rarity": 1700, diff --git a/biomes/mountain/main.json b/biomes/mountain/main.json index 90b368be..5fe0526d 100644 --- a/biomes/mountain/main.json +++ b/biomes/mountain/main.json @@ -5,13 +5,11 @@ "color": "#2B2E32", "vanillaDerivative": "PLAINS", "children": ["mountain/middle"], - "generators": [ - { - "min": 73, - "max": 125, - "generator": "mountain" - } - ], + "generators": [{ + "min": 73, + "max": 125, + "generator": "mountain" + }], "jigsawStructures": [ { "rarity": 1700, diff --git a/biomes/mountain/middle.json b/biomes/mountain/middle.json index 7c9255c0..62a57cd6 100644 --- a/biomes/mountain/middle.json +++ b/biomes/mountain/middle.json @@ -4,13 +4,11 @@ "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", "children": ["mountain/cliffs"], - "generators": [ - { - "generator": "mountain", - "max": 190, - "min": 40 - } - ], + "generators": [{ + "generator": "mountain", + "max": 190, + "min": 40 + }], "layers": [ { "minHeight": 1, diff --git a/biomes/mountain/mountain.json b/biomes/mountain/mountain.json index 52ca88de..04b0e5d6 100644 --- a/biomes/mountain/mountain.json +++ b/biomes/mountain/mountain.json @@ -5,13 +5,11 @@ "color": "#4B4D4F", "vanillaDerivative": "MOUNTAIN_EDGE", "children": ["mountain/middle"], - "generators": [ - { - "min": 73, - "max": 145, - "generator": "mountain" - } - ], + "generators": [{ + "min": 73, + "max": 145, + "generator": "mountain" + }], "jigsawStructures": [ { "rarity": 1700, diff --git a/biomes/mountain/plain-hills.json b/biomes/mountain/plain-hills.json index cf49de27..8b8c6a24 100644 --- a/biomes/mountain/plain-hills.json +++ b/biomes/mountain/plain-hills.json @@ -4,13 +4,11 @@ "rarity": 1, "color": "#606162", "vanillaDerivative": "PLAINS", - "generators": [ - { - "generator": "smooth-dunes", - "max": 20, - "min": 10 - } - ], + "generators": [{ + "generator": "smooth-dunes", + "max": 20, + "min": 10 + }], "jigsawStructures": [ { "rarity": 1700, diff --git a/biomes/mountain/plains.json b/biomes/mountain/plains.json index 170cd43b..afb1bddb 100644 --- a/biomes/mountain/plains.json +++ b/biomes/mountain/plains.json @@ -14,13 +14,11 @@ "structure": "village-tundra" } ], - "generators": [ - { - "generator": "mountain", - "max": 23, - "min": 15 - } - ], + "generators": [{ + "generator": "mountain", + "max": 23, + "min": 15 + }], "layers": [ { "minHeight": 1, diff --git a/biomes/ocean/shore/beach.json b/biomes/ocean/shore/beach.json index 284ff0d2..6c079821 100644 --- a/biomes/ocean/shore/beach.json +++ b/biomes/ocean/shore/beach.json @@ -68,9 +68,7 @@ "style": "IRIS", "zoom": 0.65 }, - "heightVariance": { - "style": "STATIC" - } + "heightVariance": {"style": "STATIC"} }, { "chance": 0.01, diff --git a/biomes/savanna/acacia-denmyre.json b/biomes/savanna/acacia-denmyre.json index db2c4147..64db4a3f 100644 --- a/biomes/savanna/acacia-denmyre.json +++ b/biomes/savanna/acacia-denmyre.json @@ -113,12 +113,10 @@ "objects": [{ "chance": 0.5, "density": 2, - "edit": [ - { - "find": [{"block": "acacia_planks"}], - "replace": {"palette": [{"block": "stripped_acacia_wood"}]} - } - ], + "edit": [{ + "find": [{"block": "acacia_planks"}], + "replace": {"palette": [{"block": "stripped_acacia_wood"}]} + }], "rotation": { "yAxis": { "min": 0, diff --git a/biomes/savanna/cliff.json b/biomes/savanna/cliff.json index 3d9f51a7..212df787 100644 --- a/biomes/savanna/cliff.json +++ b/biomes/savanna/cliff.json @@ -13,8 +13,7 @@ "waterColor": "#33CB99", "downfallType": "none" }], - "generators": [ - { + "generators": [{ "min": 5, "max": 15, "generator": "plain-cliffs" diff --git a/biomes/savanna/savanna.json b/biomes/savanna/savanna.json index 3be6d6bf..749b8ca6 100644 --- a/biomes/savanna/savanna.json +++ b/biomes/savanna/savanna.json @@ -13,13 +13,11 @@ "waterColor": "#33CB99", "downfallType": "none" }], - "generators": [ - { - "min": 10, - "max": 20, - "generator": "plain" - } - ], + "generators": [{ + "min": 10, + "max": 20, + "generator": "plain" + }], "jigsawStructures": [ { "rarity": 1700, diff --git a/biomes/swamp/shore/beach.json b/biomes/swamp/shore/beach.json index 94308af2..57601cb1 100644 --- a/biomes/swamp/shore/beach.json +++ b/biomes/swamp/shore/beach.json @@ -57,12 +57,8 @@ "stackMin": 1, "stackMax": 4, "palette": [{"block": "sugar_cane"}], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - } + "style": {"style": "STATIC"}, + "heightVariance": {"style": "STATIC"} } ], "objects": [{ diff --git a/biomes/temperate/birch-forest.json b/biomes/temperate/birch-forest.json index 3d3e3c44..306712de 100644 --- a/biomes/temperate/birch-forest.json +++ b/biomes/temperate/birch-forest.json @@ -11,16 +11,17 @@ "rarity": 3, "biomeZoom": 50, "generators": [ - { - "min": 5, - "max": 12, - "generator": "highplains" - }, - { - "min": 0, - "max": 50, - "generator": "rare-hills" - }], + { + "min": 5, + "max": 12, + "generator": "highplains" + }, + { + "min": 0, + "max": 50, + "generator": "rare-hills" + } + ], "jigsawStructures": [ { "rarity": 1700, @@ -180,9 +181,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeStyle": {"style": "SIMPLEX"}, diff --git a/biomes/temperate/birch-thin.json b/biomes/temperate/birch-thin.json index 26f82f48..26721f61 100644 --- a/biomes/temperate/birch-thin.json +++ b/biomes/temperate/birch-thin.json @@ -4,16 +4,18 @@ "vanillaDerivative": "BIRCH_FOREST", "color": "#e3fa93", "rarity": 2, - "generators": [{ - "min": 5, - "max": 15, - "generator": "highplains" - }, - { - "min": 0, - "max": 40, - "generator": "rare-hills" - }], + "generators": [ + { + "min": 5, + "max": 15, + "generator": "highplains" + }, + { + "min": 0, + "max": 40, + "generator": "rare-hills" + } + ], "jigsawStructures": [ { "rarity": 900, @@ -32,9 +34,7 @@ "block": "grass_block", "weight": 30 }, - { - "block": "coarse_dirt" - } + {"block": "coarse_dirt"} ] }, {"palette": [{"block": "dirt"}]}, @@ -151,9 +151,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeZoom": 50, @@ -178,7 +176,13 @@ "chance": 0.4, "variance": {"style": "STATIC"}, "zoom": 0.3, - "palette": [{"block": "grass", "weight": 10}, {"block": "fern"}], + "palette": [ + { + "block": "grass", + "weight": 10 + }, + {"block": "fern"} + ], "style": {"style": "STATIC"} }, { diff --git a/biomes/temperate/combo-forest.json b/biomes/temperate/combo-forest.json index 2d840bdc..333c957d 100644 --- a/biomes/temperate/combo-forest.json +++ b/biomes/temperate/combo-forest.json @@ -35,7 +35,6 @@ ] } ], - "jigsawStructures": [ { "rarity": 1700, @@ -293,9 +292,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "wall": { diff --git a/biomes/temperate/flower-forest.json b/biomes/temperate/flower-forest.json index 3f1bce33..5a1d8563 100644 --- a/biomes/temperate/flower-forest.json +++ b/biomes/temperate/flower-forest.json @@ -92,7 +92,6 @@ "trees/oak/shoakgeneric1", "trees/oak/shoakgeneric2" ] - }, { "mode": "PAINT", @@ -107,22 +106,17 @@ "enabled": true }, "place": ["clutter/camp1"] - }, { "mode": "FAST_MIN_HEIGHT", "chance": 0.33, - "addFeatures": [ - { - "rarity": 1, - "zone": { - "blockRadius": 8, - "entitySpawners": [ - "hives" - ] - } + "addFeatures": [{ + "rarity": 1, + "zone": { + "blockRadius": 8, + "entitySpawners": ["hives"] } - ], + }], "rotation": { "yAxis": { "min": 0, @@ -133,7 +127,6 @@ "enabled": true }, "place": ["clutter/hive1"] - }, { "chance": 1, @@ -161,7 +154,6 @@ "trees/oak/antioch12", "trees/oak/antioch13" ] - }, { "chance": 0.07, @@ -189,7 +181,6 @@ "trees/birch/antioch12", "trees/birch/antioch13" ] - }, { "chance": 1, @@ -217,7 +208,6 @@ "trees/birch/antioch12", "trees/birch/antioch13" ] - }, { "chance": 0.18, @@ -239,7 +229,6 @@ "trees/oak/thoakgeneric8", "trees/oak/thoakgeneric10" ] - }, { "chance": 0.01, @@ -261,7 +250,6 @@ "clutter/obelisk6", "clutter/obelisk7" ] - }, { "chance": 0.001, @@ -280,7 +268,6 @@ "clutter/literalgarbage3", "clutter/literalgarbage4" ] - }, { "chance": 0.4, @@ -355,7 +342,6 @@ "clutter/rock3", "clutter/rock4" ] - }, { "chance": 0.008, @@ -377,9 +363,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeStyle": {"style": "SIMPLEX"}, diff --git a/biomes/temperate/longtree-forest.json b/biomes/temperate/longtree-forest.json index 179201a8..6eff91ca 100644 --- a/biomes/temperate/longtree-forest.json +++ b/biomes/temperate/longtree-forest.json @@ -389,9 +389,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "generators": [{ diff --git a/biomes/temperate/lush-plains-red.json b/biomes/temperate/lush-plains-red.json index 4f975b37..38ac89fe 100644 --- a/biomes/temperate/lush-plains-red.json +++ b/biomes/temperate/lush-plains-red.json @@ -47,12 +47,16 @@ "decorators": [ { "chance": 0.04, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - {"block": "rose_bush", "weight": 6}, - {"block": "poppy", "weight": 8} + { + "block": "rose_bush", + "weight": 6 + }, + { + "block": "poppy", + "weight": 8 + } ] }, { @@ -74,14 +78,10 @@ }, { "chance": 0.07, - "palette": [ - { - "block": "oak_leaves", - "data": { - "persistent": true - } - } - ] + "palette": [{ + "block": "oak_leaves", + "data": {"persistent": true} + }] } ], "objects": [ @@ -104,7 +104,6 @@ "clutter/camp5", "clutter/camp2" ] - }, { "chance": 0.01, @@ -142,7 +141,6 @@ "trees/oak/generic5", "trees/oak/generic6" ] - }, { "chance": 1.0E-4, @@ -157,7 +155,6 @@ "enabled": true }, "place": ["structures/ruin1"] - }, { "chance": 0.004, @@ -217,9 +214,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeStyle": {"style": "SIMPLEX"}, diff --git a/biomes/temperate/lush-plains-yellow.json b/biomes/temperate/lush-plains-yellow.json index 4e3d2c64..074c7b13 100644 --- a/biomes/temperate/lush-plains-yellow.json +++ b/biomes/temperate/lush-plains-yellow.json @@ -47,12 +47,16 @@ "decorators": [ { "chance": 0.05, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ - {"block": "dandelion", "weight": 8}, - {"block": "sunflower", "weight": 1} + { + "block": "dandelion", + "weight": 8 + }, + { + "block": "sunflower", + "weight": 1 + } ] }, { @@ -74,14 +78,10 @@ }, { "chance": 0.08, - "palette": [ - { - "block": "oak_leaves", - "data": { - "persistent": true - } - } - ] + "palette": [{ + "block": "oak_leaves", + "data": {"persistent": true} + }] } ], "objects": [ @@ -104,7 +104,6 @@ "clutter/camp5", "clutter/camp2" ] - }, { "chance": 0.01, @@ -142,7 +141,6 @@ "trees/oak/generic5", "trees/oak/generic6" ] - }, { "chance": 1.0E-4, @@ -157,7 +155,6 @@ "enabled": true }, "place": ["structures/ruin1"] - }, { "chance": 0.004, @@ -217,9 +214,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeStyle": {"style": "SIMPLEX"}, diff --git a/biomes/temperate/lush-plains.json b/biomes/temperate/lush-plains.json index 8f966143..0aa0d1d3 100644 --- a/biomes/temperate/lush-plains.json +++ b/biomes/temperate/lush-plains.json @@ -56,12 +56,8 @@ "decorators": [ { "chance": 0.05, - "variance": { - "style": "STATIC" - }, - "style": { - "style": "STATIC" - }, + "variance": {"style": "STATIC"}, + "style": {"style": "STATIC"}, "palette": [ {"block": "orange_tulip"}, {"block": "white_tulip"}, @@ -98,14 +94,10 @@ }, { "chance": 0.05, - "palette": [ - { - "block": "oak_leaves", - "data": { - "persistent": true - } - } - ], + "palette": [{ + "block": "oak_leaves", + "data": {"persistent": true} + }], "style": { "style": "STATIC", "zoom": 0.8 @@ -132,7 +124,6 @@ "clutter/camp5", "clutter/camp2" ] - }, { "chance": 0.01, @@ -170,7 +161,6 @@ "trees/oak/generic5", "trees/oak/generic6" ] - }, { "chance": 1.0E-4, @@ -185,7 +175,6 @@ "enabled": true }, "place": ["structures/ruin1"] - }, { "chance": 0.004, @@ -245,9 +234,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeStyle": {"style": "SIMPLEX"}, diff --git a/biomes/temperate/meadows.json b/biomes/temperate/meadows.json index 3e86b798..9cf9aad0 100644 --- a/biomes/temperate/meadows.json +++ b/biomes/temperate/meadows.json @@ -9,16 +9,14 @@ "max": 12, "generator": "highplains" }], - "customDerivitives": [ - { - "category": "plains", - "humidity": 0.8, - "temperature": 0.5, - "id": "meadow", - "downfallType": "rain", - "grassColor": "#83BB6D" - } - ], + "customDerivitives": [{ + "category": "plains", + "humidity": 0.8, + "temperature": 0.5, + "id": "meadow", + "downfallType": "rain", + "grassColor": "#83BB6D" + }], "jigsawStructures": [ { "rarity": 2200, @@ -66,9 +64,7 @@ "multiplier": 10 } }, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ {"block": "cornflower"}, {"block": "allium"}, @@ -86,9 +82,7 @@ "multiplier": 10 } }, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ {"block": "poppy"}, {"block": "pink_tulip"}, @@ -124,7 +118,6 @@ "clutter/camp5", "clutter/camp2" ] - }, { "chance": 0.01, @@ -162,7 +155,6 @@ "trees/oak/generic5", "trees/oak/generic6" ] - }, { "chance": 1.0E-4, @@ -177,7 +169,6 @@ "enabled": true }, "place": ["structures/ruin1"] - }, { "chance": 0.004, @@ -210,7 +201,6 @@ "structures/landstone5", "clutter/statue-villager-plains" ] - } ], "biomeStyle": {"style": "SIMPLEX"}, diff --git a/biomes/temperate/oak-denmyre.json b/biomes/temperate/oak-denmyre.json index 7cf39084..decc526c 100644 --- a/biomes/temperate/oak-denmyre.json +++ b/biomes/temperate/oak-denmyre.json @@ -211,9 +211,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "wall": { diff --git a/biomes/temperate/oak-forest.json b/biomes/temperate/oak-forest.json index 6a4bf684..18d4f0f0 100644 --- a/biomes/temperate/oak-forest.json +++ b/biomes/temperate/oak-forest.json @@ -3,16 +3,18 @@ "derivative": "FOREST", "color": "#ADCF30", "vanillaDerivative": "FOREST", - "generators": [{ - "generator": "smooth-dunes", - "max": 12, - "min": 5 - }, - { - "generator": "rare-hills", - "max": 40, - "min": 0 - }], + "generators": [ + { + "generator": "smooth-dunes", + "max": 12, + "min": 5 + }, + { + "generator": "rare-hills", + "max": 40, + "min": 0 + } + ], "customDerivitives": [{ "id": "oak_forest", "foliageColor": "#64B233", @@ -141,7 +143,6 @@ "trees/oak/shoakgeneric3", "trees/oak/shoakgeneric4", "trees/oak/shoakgeneric4", - "trees/oak/generic1", "trees/oak/generic2", "trees/oak/generic3", @@ -205,9 +206,7 @@ }, "enabled": true }, - "place": [ - "trees/mixed/smoakog80" - ], + "place": ["trees/mixed/smoakog80"], "translate": { "x": 0, "y": -5, @@ -234,9 +233,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ] } diff --git a/biomes/temperate/osaka-cherry-forest.json b/biomes/temperate/osaka-cherry-forest.json index a6001eca..53ee90ce 100644 --- a/biomes/temperate/osaka-cherry-forest.json +++ b/biomes/temperate/osaka-cherry-forest.json @@ -4,8 +4,7 @@ "rarity": 4, "color": "#DF4FE8", "vanillaDerivative": "FOREST", - "effects": [ - { + "effects": [{ "particleAltX": 0.301, "particleAltY": -0.33885, "particleAltZ": 0.301, @@ -14,53 +13,54 @@ "particleOffset": 12, "interval": 550, "particleCount": 0 + }], + "customDerivitives": [ + { + "id": "osaka_cherry", + "foliageColor": "#DF72C9", + "downfallType": "snow", + "temperature": -3, + "waterColor": "#A5FFED", + "grassColor": "#64A522", + "category": "forest" + }, + { + "id": "osaka_cherry_child_forest", + "foliageColor": "#FFF4FD", + "downfallType": "snow", + "temperature": -3, + "waterColor": "#A5FFED", + "grassColor": "#64A522", + "category": "forest" + }, + { + "id": "osaka_cherry_child_forest", + "foliageColor": "#FFF4FD", + "downfallType": "snow", + "temperature": -3, + "waterColor": "#A5FFED", + "grassColor": "#64A522", + "category": "forest" + }, + { + "id": "osaka_cherry_child_forest", + "foliageColor": "#FFF4FD", + "downfallType": "snow", + "temperature": -3, + "waterColor": "#A5FFED", + "grassColor": "#64A522", + "category": "forest" + }, + { + "id": "osaka_cherry_child_forest", + "foliageColor": "#FFF4FD", + "downfallType": "snow", + "temperature": -3, + "waterColor": "#A5FFED", + "grassColor": "#64A522", + "category": "forest" } ], - "customDerivitives": [{ - "id": "osaka_cherry", - "foliageColor": "#DF72C9", - "downfallType": "snow", - "temperature": -3, - "waterColor": "#A5FFED", - "grassColor": "#64A522", - "category": "forest" - }, - { - "id": "osaka_cherry_child_forest", - "foliageColor": "#FFF4FD", - "downfallType": "snow", - "temperature": -3, - "waterColor": "#A5FFED", - "grassColor": "#64A522", - "category": "forest" - }, - { - "id": "osaka_cherry_child_forest", - "foliageColor": "#FFF4FD", - "downfallType": "snow", - "temperature": -3, - "waterColor": "#A5FFED", - "grassColor": "#64A522", - "category": "forest" - }, - { - "id": "osaka_cherry_child_forest", - "foliageColor": "#FFF4FD", - "downfallType": "snow", - "temperature": -3, - "waterColor": "#A5FFED", - "grassColor": "#64A522", - "category": "forest" - }, - { - "id": "osaka_cherry_child_forest", - "foliageColor": "#FFF4FD", - "downfallType": "snow", - "temperature": -3, - "waterColor": "#A5FFED", - "grassColor": "#64A522", - "category": "forest" - }], "generators": [{ "min": 4, "max": 7, @@ -155,12 +155,10 @@ }, "enabled": true }, - "edit": [ - { + "edit": [{ "find": [{"block": "stripped_birch_wood"}], "replace": {"palette": [{"block": "oak_wood"}]} - } - ], + }], "place": [ "trees/sakura/genericsak1", "trees/sakura/genericsak2", @@ -233,9 +231,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeZoom": 60, diff --git a/biomes/temperate/osaka-red-forest.json b/biomes/temperate/osaka-red-forest.json index 2bf92087..bfe1c43b 100644 --- a/biomes/temperate/osaka-red-forest.json +++ b/biomes/temperate/osaka-red-forest.json @@ -4,8 +4,7 @@ "rarity": 4, "color": "#DF4FE8", "vanillaDerivative": "FOREST", - "effects": [ - { + "effects": [{ "particleAltX": 0.301, "particleAltY": -0.33885, "particleAltZ": 0.301, @@ -14,26 +13,27 @@ "particleOffset": 12, "interval": 550, "particleCount": 0 + }], + "customDerivitives": [ + { + "id": "osaka_red", + "foliageColor": "#D42828", + "downfallType": "snow", + "temperature": -3, + "waterColor": "#A5FFED", + "grassColor": "#64A522", + "category": "forest" + }, + { + "id": "osaka_red_child_forest", + "foliageColor": "#AA2323", + "downfallType": "snow", + "temperature": -3, + "waterColor": "#A5FFED", + "grassColor": "#64A522", + "category": "forest" } ], - "customDerivitives": [{ - "id": "osaka_red", - "foliageColor": "#D42828", - "downfallType": "snow", - "temperature": -3, - "waterColor": "#A5FFED", - "grassColor": "#64A522", - "category": "forest" - }, - { - "id": "osaka_red_child_forest", - "foliageColor": "#AA2323", - "downfallType": "snow", - "temperature": -3, - "waterColor": "#A5FFED", - "grassColor": "#64A522", - "category": "forest" - }], "generators": [{ "min": 4, "max": 7, @@ -132,12 +132,10 @@ }, "enabled": true }, - "edit": [ - { + "edit": [{ "find": [{"block": "stripped_birch_wood"}], "replace": {"palette": [{"block": "spruce_wood"}]} - } - ], + }], "place": [ "trees/sakura/genericsak1", "trees/sakura/genericsak2", @@ -210,9 +208,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeZoom": 60, diff --git a/biomes/temperate/osaka-violet-forest.json b/biomes/temperate/osaka-violet-forest.json index 46c7812b..9fdada3d 100644 --- a/biomes/temperate/osaka-violet-forest.json +++ b/biomes/temperate/osaka-violet-forest.json @@ -4,20 +4,22 @@ "rarity": 4, "color": "#DF4FE8", "vanillaDerivative": "FOREST", - "customDerivitives": [{ - "id": "sakura_pink", - "foliageColor": "#E78DFD", - "waterColor": "#A5FFED", - "grassColor": "#A8FF98", - "category": "forest" - }, - { - "id": "sakura_child_forest", - "foliageColor": "#D260EE", - "waterColor": "#A5FFED", - "grassColor": "#64A522", - "category": "forest" - }], + "customDerivitives": [ + { + "id": "sakura_pink", + "foliageColor": "#E78DFD", + "waterColor": "#A5FFED", + "grassColor": "#A8FF98", + "category": "forest" + }, + { + "id": "sakura_child_forest", + "foliageColor": "#D260EE", + "waterColor": "#A5FFED", + "grassColor": "#64A522", + "category": "forest" + } + ], "generators": [{ "min": 4, "max": 7, @@ -188,9 +190,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeZoom": 60, diff --git a/biomes/temperate/plains.json b/biomes/temperate/plains.json index 40caf1cd..29b7fdf6 100644 --- a/biomes/temperate/plains.json +++ b/biomes/temperate/plains.json @@ -44,26 +44,24 @@ ] } ], - "features": [ - { - "rarity": 252, - "zone": { - "convergeToHeight": 64, - "interpolationRadius": 3, - "interpolator": "BILINEAR_STARCAST_6", - "blockRadius": 14, - "objectChance": 1, - "strength": 1, - "biomeStrengthThreshold": 0.18, - "customBiome": "temperate/flower-forest", - "fractureRadius": { - "style": "NOWHERE", - "zoom": 0.12, - "multiplier": 52 - } + "features": [{ + "rarity": 252, + "zone": { + "convergeToHeight": 64, + "interpolationRadius": 3, + "interpolator": "BILINEAR_STARCAST_6", + "blockRadius": 14, + "objectChance": 1, + "strength": 1, + "biomeStrengthThreshold": 0.18, + "customBiome": "temperate/flower-forest", + "fractureRadius": { + "style": "NOWHERE", + "zoom": 0.12, + "multiplier": 52 } } - ], + }], "decorators": [ { "chance": 0.004, @@ -76,9 +74,7 @@ "multiplier": 10 } }, - "style": { - "style": "STATIC" - }, + "style": {"style": "STATIC"}, "palette": [ {"block": "dandelion"}, {"block": "poppy"}, @@ -311,9 +307,7 @@ "max": 360 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeStyle": {"style": "SIMPLEX"}, diff --git a/biomes/temperate/plateau.json b/biomes/temperate/plateau.json index 464ed3b8..e463e21f 100644 --- a/biomes/temperate/plateau.json +++ b/biomes/temperate/plateau.json @@ -11,13 +11,11 @@ "grassColor": "#21BF4C", "category": "forest" }], - "generators": [ - { - "min": 25, - "max": 37, - "generator": "small-cliffs" - } - ], + "generators": [{ + "min": 25, + "max": 37, + "generator": "small-cliffs" + }], "jigsawStructures": [ { "rarity": 1700, diff --git a/biomes/temperate/shore/beach.json b/biomes/temperate/shore/beach.json index b767931e..c335e790 100644 --- a/biomes/temperate/shore/beach.json +++ b/biomes/temperate/shore/beach.json @@ -57,9 +57,7 @@ "style": "IRIS", "zoom": 0.65 }, - "heightVariance": { - "style": "STATIC" - } + "heightVariance": {"style": "STATIC"} } ], "objects": [{ diff --git a/biomes/temperate/wilds.json b/biomes/temperate/wilds.json index 9657b331..5eda20c9 100644 --- a/biomes/temperate/wilds.json +++ b/biomes/temperate/wilds.json @@ -156,9 +156,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "layers": [ diff --git a/biomes/tropical/bamboo-forest.json b/biomes/tropical/bamboo-forest.json index 7fc9a0c5..48ba269c 100644 --- a/biomes/tropical/bamboo-forest.json +++ b/biomes/tropical/bamboo-forest.json @@ -192,9 +192,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeZoom": 10, diff --git a/biomes/tropical/mountain-extreme.json b/biomes/tropical/mountain-extreme.json index 90bbe6d6..ce4dcf79 100644 --- a/biomes/tropical/mountain-extreme.json +++ b/biomes/tropical/mountain-extreme.json @@ -185,9 +185,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ] } diff --git a/biomes/tropical/mountain-middle.json b/biomes/tropical/mountain-middle.json index d4229387..c10f28d2 100644 --- a/biomes/tropical/mountain-middle.json +++ b/biomes/tropical/mountain-middle.json @@ -5,13 +5,11 @@ "color": "#39FF00", "vanillaDerivative": "JUNGLE_HILLS", "children": ["tropical/plains"], - "generators": [ - { - "generator": "mountain", - "max": 150, - "min": 20 - } - ], + "generators": [{ + "generator": "mountain", + "max": 150, + "min": 20 + }], "customDerivitives": [{ "id": "tropical_mountain_middle", "foliageColor": "#478F04", @@ -157,9 +155,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ] } diff --git a/biomes/tropical/mountain-plains.json b/biomes/tropical/mountain-plains.json index 0f665c37..8a675c4b 100644 --- a/biomes/tropical/mountain-plains.json +++ b/biomes/tropical/mountain-plains.json @@ -192,9 +192,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ] } diff --git a/biomes/tropical/mountain.json b/biomes/tropical/mountain.json index 7c25be4b..2fee7022 100644 --- a/biomes/tropical/mountain.json +++ b/biomes/tropical/mountain.json @@ -167,9 +167,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeZoom": 30, diff --git a/biomes/tropical/plains-hills.json b/biomes/tropical/plains-hills.json index 8bf7de10..27092c3b 100644 --- a/biomes/tropical/plains-hills.json +++ b/biomes/tropical/plains-hills.json @@ -168,9 +168,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ] } diff --git a/biomes/tropical/plains.json b/biomes/tropical/plains.json index c4418836..f88c84b1 100644 --- a/biomes/tropical/plains.json +++ b/biomes/tropical/plains.json @@ -134,7 +134,13 @@ "trees/jungle/lgeneric8", "trees/jungle/lgeneric9" ], - "edit": [{"find": [{"block": "oak_log"}, {"block": "oak_wood"}], "replace": {"palette": [{"block": "jungle_wood"}]}}], + "edit": [{ + "find": [ + {"block": "oak_log"}, + {"block": "oak_wood"} + ], + "replace": {"palette": [{"block": "jungle_wood"}]} + }], "chance": 1, "rotation": { "enabled": true, @@ -167,9 +173,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ] } diff --git a/biomes/tropical/rainforest-hills.json b/biomes/tropical/rainforest-hills.json index 75b1d006..287cd063 100644 --- a/biomes/tropical/rainforest-hills.json +++ b/biomes/tropical/rainforest-hills.json @@ -263,9 +263,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "wall": { diff --git a/biomes/tropical/rainforest-island.json b/biomes/tropical/rainforest-island.json index 6c0ff94e..9873091f 100644 --- a/biomes/tropical/rainforest-island.json +++ b/biomes/tropical/rainforest-island.json @@ -258,9 +258,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "wall": { diff --git a/biomes/tropical/rainforest-wicked-child.json b/biomes/tropical/rainforest-wicked-child.json index 7bd6f4e2..769f1e2b 100644 --- a/biomes/tropical/rainforest-wicked-child.json +++ b/biomes/tropical/rainforest-wicked-child.json @@ -267,9 +267,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "wall": { diff --git a/biomes/tropical/rainforest-wicked.json b/biomes/tropical/rainforest-wicked.json index b18522b0..e4b61a72 100644 --- a/biomes/tropical/rainforest-wicked.json +++ b/biomes/tropical/rainforest-wicked.json @@ -258,9 +258,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "wall": { diff --git a/biomes/tropical/rainforest.json b/biomes/tropical/rainforest.json index 26d30546..d54baee5 100644 --- a/biomes/tropical/rainforest.json +++ b/biomes/tropical/rainforest.json @@ -269,9 +269,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "wall": { diff --git a/biomes/tropical/submerged-volcanic.json b/biomes/tropical/submerged-volcanic.json index bfd55f88..d265c356 100644 --- a/biomes/tropical/submerged-volcanic.json +++ b/biomes/tropical/submerged-volcanic.json @@ -41,9 +41,7 @@ "data": {"axis": "z"}, "block": "basalt" }, - { - "block": "tuff" - } + {"block": "tuff"} ] }, { diff --git a/biomes/tropical/volcanic-plains.json b/biomes/tropical/volcanic-plains.json index 96b6858d..b34b022b 100644 --- a/biomes/tropical/volcanic-plains.json +++ b/biomes/tropical/volcanic-plains.json @@ -44,9 +44,7 @@ "weight": 1, "block": "magma_block" }, - { - "block": "tuff" - } + {"block": "tuff"} ] }, { diff --git a/biomes/tropical/volcanoes-lava.json b/biomes/tropical/volcanoes-lava.json index de128d05..71249b9c 100644 --- a/biomes/tropical/volcanoes-lava.json +++ b/biomes/tropical/volcanoes-lava.json @@ -12,13 +12,11 @@ "fogColor": "#DD793C", "downfallType": "none" }], - "generators": [ - { - "generator": "mountain", - "max": 180, - "min": 3 - } - ], + "generators": [{ + "generator": "mountain", + "max": 180, + "min": 3 + }], "layers": [ { "minHeight": 2, @@ -42,10 +40,11 @@ }] } ], - "wall": {"palette": [{ - "block": "lava", - "data": {"level": 1} - },{ - "block": "tuff" - }]} + "wall": {"palette": [ + { + "block": "lava", + "data": {"level": 1} + }, + {"block": "tuff"} + ]} } diff --git a/biomes/tropical/volcanoes.json b/biomes/tropical/volcanoes.json index 7eda7b9e..bc45d605 100644 --- a/biomes/tropical/volcanoes.json +++ b/biomes/tropical/volcanoes.json @@ -13,13 +13,11 @@ "downfallType": "none" }], "children": ["tropical/volcanoes-lava"], - "generators": [ - { - "generator": "mountain", - "max": 180, - "min": 30 - } - ], + "generators": [{ + "generator": "mountain", + "max": 180, + "min": 30 + }], "layers": [ { "minHeight": 1, diff --git a/biomes/tundra/autumn.json b/biomes/tundra/autumn.json index 48ca9bcd..d21d3e2b 100644 --- a/biomes/tundra/autumn.json +++ b/biomes/tundra/autumn.json @@ -488,9 +488,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ] } diff --git a/biomes/tundra/forest-cliffs.json b/biomes/tundra/forest-cliffs.json index 7036e65f..b907be34 100644 --- a/biomes/tundra/forest-cliffs.json +++ b/biomes/tundra/forest-cliffs.json @@ -4,16 +4,18 @@ "rarity": 3, "color": "#3E8F7A", "vanillaDerivative": "TAIGA_MOUNTAINS", - "generators": [{ - "min": 4, - "max": 10, - "generator": "plain-cliffs" - }, - { - "min": 10, - "max": 40, - "generator": "mountain" - }], + "generators": [ + { + "min": 4, + "max": 10, + "generator": "plain-cliffs" + }, + { + "min": 10, + "max": 40, + "generator": "mountain" + } + ], "customDerivitives": [{ "category": "forest", "id": "tundra_forest_cliffs", @@ -266,9 +268,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeZoom": 30, diff --git a/biomes/tundra/forest.json b/biomes/tundra/forest.json index 7ba514f1..3975e638 100644 --- a/biomes/tundra/forest.json +++ b/biomes/tundra/forest.json @@ -206,9 +206,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeZoom": 30, diff --git a/biomes/tundra/mountains-cliffs.json b/biomes/tundra/mountains-cliffs.json index 1f02a090..87b359b3 100644 --- a/biomes/tundra/mountains-cliffs.json +++ b/biomes/tundra/mountains-cliffs.json @@ -4,13 +4,11 @@ "rarity": 1, "color": "#23EBC3", "vanillaDerivative": "TAIGA_MOUNTAINS", - "generators": [ - { - "min": 23, - "max": 94, - "generator": "plain-cliffs" - } - ], + "generators": [{ + "min": 23, + "max": 94, + "generator": "plain-cliffs" + }], "customDerivitives": [{ "category": "forest", "id": "tundra_magical_forest_cliffs", diff --git a/biomes/tundra/mountains.json b/biomes/tundra/mountains.json index 3396e501..785fb2f5 100644 --- a/biomes/tundra/mountains.json +++ b/biomes/tundra/mountains.json @@ -166,9 +166,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "biomeZoom": 30, diff --git a/biomes/tundra/redwood-cliffs.json b/biomes/tundra/redwood-cliffs.json index 7202a6d3..2039c1c9 100644 --- a/biomes/tundra/redwood-cliffs.json +++ b/biomes/tundra/redwood-cliffs.json @@ -4,16 +4,18 @@ "rarity": 3, "color": "#5DA899", "vanillaDerivative": "DARK_FOREST", - "generators": [{ - "min": 4, - "max": 10, - "generator": "plain-cliffs" - }, - { - "min": 10, - "max": 40, - "generator": "mountain" - }], + "generators": [ + { + "min": 4, + "max": 10, + "generator": "plain-cliffs" + }, + { + "min": 10, + "max": 40, + "generator": "mountain" + } + ], "customDerivitives": [{ "category": "forest", "id": "tundra_redwood_cliffs", @@ -57,14 +59,12 @@ ] } ], - "wall": { - "palette": [ - {"block": "coarse_dirt"}, - {"block": "dirt"}, - {"block": "stone"}, - {"block": "dirt"} - ] - }, + "wall": {"palette": [ + {"block": "coarse_dirt"}, + {"block": "dirt"}, + {"block": "stone"}, + {"block": "dirt"} + ]}, "decorators": [ { "chance": 0.003, diff --git a/biomes/tundra/redwood-forest.json b/biomes/tundra/redwood-forest.json index 13f1f250..1e64cfdd 100644 --- a/biomes/tundra/redwood-forest.json +++ b/biomes/tundra/redwood-forest.json @@ -63,14 +63,12 @@ ] } ], - "wall": { - "palette": [ - {"block": "coarse_dirt"}, - {"block": "dirt"}, - {"block": "stone"}, - {"block": "dirt"} - ] - }, + "wall": {"palette": [ + {"block": "coarse_dirt"}, + {"block": "dirt"}, + {"block": "stone"}, + {"block": "dirt"} + ]}, "decorators": [ { "chance": 0.003, diff --git a/biomes/tundra/sequia-redwoods.json b/biomes/tundra/sequia-redwoods.json index 55ecce1e..a2401cc5 100644 --- a/biomes/tundra/sequia-redwoods.json +++ b/biomes/tundra/sequia-redwoods.json @@ -313,9 +313,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "wall": { diff --git a/biomes/tundra/shore/beach.json b/biomes/tundra/shore/beach.json index 935a8832..3b53eea3 100644 --- a/biomes/tundra/shore/beach.json +++ b/biomes/tundra/shore/beach.json @@ -80,9 +80,7 @@ "style": "IRIS", "zoom": 0.65 }, - "heightVariance": { - "style": "STATIC" - } + "heightVariance": {"style": "STATIC"} } ], "objects": [{ diff --git a/biomes/tundra/spruce-denmyre.json b/biomes/tundra/spruce-denmyre.json index ae1fa579..fb82d491 100644 --- a/biomes/tundra/spruce-denmyre.json +++ b/biomes/tundra/spruce-denmyre.json @@ -257,9 +257,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "wall": { diff --git a/biomes/tundra/taiga.json b/biomes/tundra/taiga.json index 37b0e005..fa950812 100644 --- a/biomes/tundra/taiga.json +++ b/biomes/tundra/taiga.json @@ -295,9 +295,7 @@ "interval": 90 } }, - "translate": { - "y": 1 - } + "translate": {"y": 1} } ], "wall": { diff --git a/dimensions/overworld.json b/dimensions/overworld.json index de3eb4ac..c29ffa47 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -43,18 +43,16 @@ "style": "NOWHERE_CELLULAR", "zoom": 5 }, - "TREE SETTINGS": "This is where you can change tree inheritance from saplings.", + "TREE SETTINGS": "This is where you can change tree inheritance from saplings.", "treeSettings": { "enabled": true, "mode": "FIRST" }, - "SEAS": "Sea settings (for the biomes that are oceans).", "seaZoom": 1.25, "seaBiomeStyle": {"style": "FRACTAL_FBM_IRIS"}, "LAND": "Land settings (for the biomes that are non-ocean).", "landZoom": 3.2, - "landBiomeStyle": { "style": "NOWHERE_CELLULAR", "fracture": { @@ -70,10 +68,7 @@ } } }, - "shoreBiomeStyle": { - "style": "NOWHERE_CELLULAR" - }, - + "shoreBiomeStyle": {"style": "NOWHERE_CELLULAR"}, "LOOT": "Contains a list of loot tables that are attempted to be applied to all chests that spawn.", "lootTries": 32, "loot": {"tables": [ diff --git a/entities/standard/hostile/creeper.json b/entities/standard/hostile/creeper.json index 559b11df..2e5bdfdb 100644 --- a/entities/standard/hostile/creeper.json +++ b/entities/standard/hostile/creeper.json @@ -1 +1 @@ -{"type": "CREEPER"} \ No newline at end of file +{"type": "CREEPER"} diff --git a/entities/standard/hostile/silverfish.json b/entities/standard/hostile/silverfish.json index f2e5f497..ab483bac 100644 --- a/entities/standard/hostile/silverfish.json +++ b/entities/standard/hostile/silverfish.json @@ -1,2 +1,4 @@ -{"type": "SILVERFISH", -"silent": true} +{ + "type": "SILVERFISH", + "silent": true +} diff --git a/entities/standard/hostile/skeleton.json b/entities/standard/hostile/skeleton.json index d1bceeef..2366670e 100644 --- a/entities/standard/hostile/skeleton.json +++ b/entities/standard/hostile/skeleton.json @@ -1 +1 @@ -{"type": "SKELETON"} \ No newline at end of file +{"type": "SKELETON"} diff --git a/entities/standard/hostile/spider.json b/entities/standard/hostile/spider.json index e5fd31c3..27f3a4a3 100644 --- a/entities/standard/hostile/spider.json +++ b/entities/standard/hostile/spider.json @@ -1 +1 @@ -{"type": "SPIDER"} \ No newline at end of file +{"type": "SPIDER"} diff --git a/entities/standard/hostile/zombie.json b/entities/standard/hostile/zombie.json index 3ada89f8..f0b95021 100644 --- a/entities/standard/hostile/zombie.json +++ b/entities/standard/hostile/zombie.json @@ -1 +1 @@ -{"type": "ZOMBIE"} \ No newline at end of file +{"type": "ZOMBIE"} diff --git a/entities/standard/passive/chicken.json b/entities/standard/passive/chicken.json index 78b1f5de..a7ae2a25 100644 --- a/entities/standard/passive/chicken.json +++ b/entities/standard/passive/chicken.json @@ -1 +1,4 @@ -{"type": "CHICKEN", "surface": "ANIMAL"} +{ + "type": "CHICKEN", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/cow.json b/entities/standard/passive/cow.json index 1a598a29..240d4bb4 100644 --- a/entities/standard/passive/cow.json +++ b/entities/standard/passive/cow.json @@ -1 +1,4 @@ -{"type": "COW", "surface": "ANIMAL"} +{ + "type": "COW", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/dolphin.json b/entities/standard/passive/dolphin.json index 31e41174..5c685c9d 100644 --- a/entities/standard/passive/dolphin.json +++ b/entities/standard/passive/dolphin.json @@ -1,4 +1,4 @@ { "type": "DOLPHIN", "surface": "WATER" -} \ No newline at end of file +} diff --git a/entities/standard/passive/donkey.json b/entities/standard/passive/donkey.json index dfbcddfe..e77ebca7 100644 --- a/entities/standard/passive/donkey.json +++ b/entities/standard/passive/donkey.json @@ -1 +1,4 @@ -{"type": "DONKEY", "surface": "ANIMAL"} +{ + "type": "DONKEY", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/fox.json b/entities/standard/passive/fox.json index 668bf03a..49c8ba65 100644 --- a/entities/standard/passive/fox.json +++ b/entities/standard/passive/fox.json @@ -1 +1,4 @@ -{"type": "FOX", "surface": "ANIMAL"} +{ + "type": "FOX", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/goat.json b/entities/standard/passive/goat.json index 8b264efd..de2ca1dd 100644 --- a/entities/standard/passive/goat.json +++ b/entities/standard/passive/goat.json @@ -1 +1,4 @@ -{"type": "GOAT", "surface": "ANIMAL"} +{ + "type": "GOAT", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/horse.json b/entities/standard/passive/horse.json index 2cdaa540..f2a283e4 100644 --- a/entities/standard/passive/horse.json +++ b/entities/standard/passive/horse.json @@ -1 +1,4 @@ -{"type": "HORSE", "surface": "ANIMAL"} +{ + "type": "HORSE", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/llama.json b/entities/standard/passive/llama.json index b924693b..a24dbfc1 100644 --- a/entities/standard/passive/llama.json +++ b/entities/standard/passive/llama.json @@ -1 +1,4 @@ -{"type": "LLAMA", "surface": "ANIMAL"} +{ + "type": "LLAMA", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/mule.json b/entities/standard/passive/mule.json index 2e6afab9..7bfa51aa 100644 --- a/entities/standard/passive/mule.json +++ b/entities/standard/passive/mule.json @@ -1 +1,4 @@ -{"type": "MULE", "surface": "ANIMAL"} +{ + "type": "MULE", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/ocelot.json b/entities/standard/passive/ocelot.json index 4a2da255..c1762eea 100644 --- a/entities/standard/passive/ocelot.json +++ b/entities/standard/passive/ocelot.json @@ -1 +1,4 @@ -{"type": "OCELOT", "surface": "ANIMAL"} +{ + "type": "OCELOT", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/panda.json b/entities/standard/passive/panda.json index 3289d9e0..dbc6efe7 100644 --- a/entities/standard/passive/panda.json +++ b/entities/standard/passive/panda.json @@ -1 +1,4 @@ -{"type": "PANDA", "surface": "ANIMAL"} +{ + "type": "PANDA", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/parrot.json b/entities/standard/passive/parrot.json index 6ab3b393..98c2a4f8 100644 --- a/entities/standard/passive/parrot.json +++ b/entities/standard/passive/parrot.json @@ -1 +1,4 @@ -{"type": "PARROT", "surface": "ANIMAL"} +{ + "type": "PARROT", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/pig.json b/entities/standard/passive/pig.json index f89d4329..37687d1e 100644 --- a/entities/standard/passive/pig.json +++ b/entities/standard/passive/pig.json @@ -1 +1,4 @@ -{"type": "PIG", "surface": "ANIMAL"} +{ + "type": "PIG", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/polar-bear.json b/entities/standard/passive/polar-bear.json index 98f50295..1643669d 100644 --- a/entities/standard/passive/polar-bear.json +++ b/entities/standard/passive/polar-bear.json @@ -1 +1,4 @@ -{"type": "POLAR_BEAR", "surface": "ANIMAL"} +{ + "type": "POLAR_BEAR", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/rabbit.json b/entities/standard/passive/rabbit.json index fa06f786..28c1742c 100644 --- a/entities/standard/passive/rabbit.json +++ b/entities/standard/passive/rabbit.json @@ -1 +1,4 @@ -{"type": "RABBIT", "surface": "ANIMAL"} +{ + "type": "RABBIT", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/sheep.json b/entities/standard/passive/sheep.json index def92e3e..970052a3 100644 --- a/entities/standard/passive/sheep.json +++ b/entities/standard/passive/sheep.json @@ -1 +1,4 @@ -{"type": "SHEEP", "surface": "ANIMAL"} +{ + "type": "SHEEP", + "surface": "ANIMAL" +} diff --git a/entities/standard/passive/turtle.json b/entities/standard/passive/turtle.json index 69978981..ca957076 100644 --- a/entities/standard/passive/turtle.json +++ b/entities/standard/passive/turtle.json @@ -1 +1,4 @@ -{"type": "TURTLE", "surface": "OVERWORLD"} +{ + "type": "TURTLE", + "surface": "OVERWORLD" +} diff --git a/entities/standard/passive/villager.json b/entities/standard/passive/villager.json index 9a4bb0ce..9503820f 100644 --- a/entities/standard/passive/villager.json +++ b/entities/standard/passive/villager.json @@ -1,3 +1 @@ -{ - "type": "VILLAGER" -} +{"type": "VILLAGER"} diff --git a/entities/standard/passive/wolf.json b/entities/standard/passive/wolf.json index 4ae42879..337c0179 100644 --- a/entities/standard/passive/wolf.json +++ b/entities/standard/passive/wolf.json @@ -1 +1,4 @@ -{"type": "WOLF", "surface": "ANIMAL"} +{ + "type": "WOLF", + "surface": "ANIMAL" +} diff --git a/entities/unique/brian.json b/entities/unique/brian.json index a49900ff..fc62f8e9 100644 --- a/entities/unique/brian.json +++ b/entities/unique/brian.json @@ -1,7 +1,14 @@ { "type": "EVOKER", "customName": "&dMagic Psychopath", - "spawnEffect": {"particleEffect": "SPELL_MOB_AMBIENT", "particleCount": 9, "chance": 1, "interval": 1, "sound": "ENTITY_EVOKER_PREPARE_WOLOLO", "volume": 10}, + "spawnEffect": { + "particleEffect": "SPELL_MOB_AMBIENT", + "particleCount": 9, + "chance": 1, + "interval": 1, + "sound": "ENTITY_EVOKER_PREPARE_WOLOLO", + "volume": 10 + }, "attributes": [ { "attribute": "GENERIC_ARMOR", diff --git a/generators/rare-hills.json b/generators/rare-hills.json index 5a42cf45..1c462c17 100644 --- a/generators/rare-hills.json +++ b/generators/rare-hills.json @@ -4,8 +4,7 @@ "horizontalScale": 8 }, "seed": 377394, - "composite": [ - { + "composite": [{ "style": { "style": "SIMPLEX_CELLS", "zoom": 3.55, @@ -20,7 +19,6 @@ "bezier": false, "sinCentered": false, "opacity": 1 - } - ], + }], "multiplicitive": false } diff --git a/jigsaw-structures/desert-pyramid.json b/jigsaw-structures/desert-pyramid.json index 4bd10b34..37a73868 100644 --- a/jigsaw-structures/desert-pyramid.json +++ b/jigsaw-structures/desert-pyramid.json @@ -3,8 +3,6 @@ "pieces": ["pyramid-desert"], "feature": { "blockRadius": 10, - "entitySpawners": [ - "dank" - ] + "entitySpawners": ["dank"] } } diff --git a/jigsaw-structures/igloo.json b/jigsaw-structures/igloo.json index 17515535..85a2cb34 100644 --- a/jigsaw-structures/igloo.json +++ b/jigsaw-structures/igloo.json @@ -1,9 +1,7 @@ { "feature": { "blockRadius": 5, - "entitySpawners": [ - "villager" - ] + "entitySpawners": ["villager"] }, "maxDepth": 3, "pieces": [ diff --git a/jigsaw-structures/jungle-pyramid.json b/jigsaw-structures/jungle-pyramid.json index 34f92fc4..643a419f 100644 --- a/jigsaw-structures/jungle-pyramid.json +++ b/jigsaw-structures/jungle-pyramid.json @@ -3,8 +3,6 @@ "pieces": ["jungle_pyramid/jungle_pyramid"], "feature": { "blockRadius": 5, - "entitySpawners": [ - "dank" - ] + "entitySpawners": ["dank"] } } diff --git a/jigsaw-structures/murky_stronghold.json b/jigsaw-structures/murky_stronghold.json index 5e0cab70..a03352be 100644 --- a/jigsaw-structures/murky_stronghold.json +++ b/jigsaw-structures/murky_stronghold.json @@ -3,8 +3,6 @@ "pieces": ["murky_stronghold/void/1"], "feature": { "blockRadius": 5, - "entitySpawners": [ - "silverfish" - ] + "entitySpawners": ["silverfish"] } } diff --git a/jigsaw-structures/mush-huts.json b/jigsaw-structures/mush-huts.json index afd754b1..d4ea77a7 100644 --- a/jigsaw-structures/mush-huts.json +++ b/jigsaw-structures/mush-huts.json @@ -4,8 +4,6 @@ "terminate": true, "feature": { "blockRadius": 5, - "entitySpawners": [ - "villager" - ] + "entitySpawners": ["villager"] } } diff --git a/jigsaw-structures/pillager_outpost.json b/jigsaw-structures/pillager_outpost.json index 26f9287d..0c2a604e 100644 --- a/jigsaw-structures/pillager_outpost.json +++ b/jigsaw-structures/pillager_outpost.json @@ -8,8 +8,6 @@ "terminate": true, "feature": { "blockRadius": 5, - "entitySpawners": [ - "pillager" - ] + "entitySpawners": ["pillager"] } } diff --git a/jigsaw-structures/stronghold.json b/jigsaw-structures/stronghold.json index ca8260ad..3b70764d 100644 --- a/jigsaw-structures/stronghold.json +++ b/jigsaw-structures/stronghold.json @@ -4,8 +4,6 @@ "terminate": true, "feature": { "blockRadius": 25, - "entitySpawners": [ - "silverfish" - ] + "entitySpawners": ["silverfish"] } } diff --git a/jigsaw-structures/village-hot.json b/jigsaw-structures/village-hot.json index d909cb72..cdf265db 100644 --- a/jigsaw-structures/village-hot.json +++ b/jigsaw-structures/village-hot.json @@ -7,9 +7,7 @@ "interpolationRadius": 5, "blockRadius": 5, "interpolator": "BILINEAR", - "entitySpawners": [ - "villager" - ] + "entitySpawners": ["villager"] }, "pieces": [ "village/desert/town_centers/desert_meeting_point_1", diff --git a/jigsaw-structures/village-jap.json b/jigsaw-structures/village-jap.json index fb4a8bbb..3370b7ae 100644 --- a/jigsaw-structures/village-jap.json +++ b/jigsaw-structures/village-jap.json @@ -7,9 +7,7 @@ "strength": 1, "interpolationRadius": 5, "interpolator": "BILINEAR", - "entitySpawners": [ - "villager" - ] + "entitySpawners": ["villager"] }, "pieces": [ "houses/jap/j5", diff --git a/jigsaw-structures/village-savanna.json b/jigsaw-structures/village-savanna.json index cd12a500..d16e7f3b 100644 --- a/jigsaw-structures/village-savanna.json +++ b/jigsaw-structures/village-savanna.json @@ -7,9 +7,7 @@ "strength": 1, "interpolationRadius": 5, "interpolator": "BILINEAR", - "entitySpawners": [ - "villager" - ] + "entitySpawners": ["villager"] }, "pieces": [ "village/savanna/town_centers/savanna_meeting_point_1", diff --git a/jigsaw-structures/village-snowy.json b/jigsaw-structures/village-snowy.json index 038d8be0..f7afa796 100644 --- a/jigsaw-structures/village-snowy.json +++ b/jigsaw-structures/village-snowy.json @@ -7,9 +7,7 @@ "strength": 1, "interpolationRadius": 5, "interpolator": "BILINEAR", - "entitySpawners": [ - "villager" - ] + "entitySpawners": ["villager"] }, "pieces": [ "village/snowy/town_centers/snowy_meeting_point_1", diff --git a/jigsaw-structures/village-temperate.json b/jigsaw-structures/village-temperate.json index a6a93cd3..36999cb2 100644 --- a/jigsaw-structures/village-temperate.json +++ b/jigsaw-structures/village-temperate.json @@ -7,9 +7,7 @@ "blockRadius": 5, "interpolationRadius": 5, "interpolator": "BILINEAR", - "entitySpawners": [ - "villager" - ] + "entitySpawners": ["villager"] }, "pieces": [ "village/plains/town_centers/plains_fountain_01", diff --git a/jigsaw-structures/village-tundra.json b/jigsaw-structures/village-tundra.json index 209afca1..39331e0e 100644 --- a/jigsaw-structures/village-tundra.json +++ b/jigsaw-structures/village-tundra.json @@ -7,9 +7,7 @@ "blockRadius": 5, "interpolationRadius": 5, "interpolator": "BILINEAR", - "entitySpawners": [ - "villager" - ] + "entitySpawners": ["villager"] }, "pieces": [ "village/taiga/town_centers/taiga_meeting_point_1", diff --git a/regions/frozen.json b/regions/frozen.json index 14993a92..8e9cdf6d 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -86,12 +86,15 @@ "cold-treasure" ] }, - "blockDrops": [ - { - "blocks": [{"block": "stone"}], - "drops": [{"rarity": 1, "maxAmount": 2, "minAmount": 1, "type": "spruce_sapling"}] - } - ], + "blockDrops": [{ + "blocks": [{"block": "stone"}], + "drops": [{ + "rarity": 1, + "maxAmount": 2, + "minAmount": 1, + "type": "spruce_sapling" + }] + }], "entitySpawners": [ "frozen/land-passive", "frozen/land-hostile", @@ -100,8 +103,22 @@ "objects": [ { "chance": 0, - "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0}}, - "trees": [ {"sizes": [ {"depth": 1, "width": 1} ], "treeTypes": ["TREE"]}], + "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", @@ -112,8 +129,22 @@ }, { "chance": 0, - "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0}}, - "trees": [ {"sizes": [ {"depth": 1, "width": 1} ], "treeTypes": ["REDWOOD"]}], + "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", @@ -124,8 +155,22 @@ }, { "chance": 0, - "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0}}, - "trees": [ {"sizes": [ {"depth": 2, "width": 2} ], "treeTypes": ["MEGA_REDWOOD"]}], + "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", diff --git a/regions/hot.json b/regions/hot.json index c28fda97..f06e8cf0 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -2,8 +2,12 @@ "name": "Hot", "color": "#E7D900", "landBiomes": [ - "hot/desert-dunes","hot/desert-dunes","hot/desert-dunes", - "hot/desert-dunes-red","hot/desert-dunes-red","hot/desert-dunes-red", + "hot/desert-dunes", + "hot/desert-dunes", + "hot/desert-dunes", + "hot/desert-dunes-red", + "hot/desert-dunes-red", + "hot/desert-dunes-red", "savanna/forest", "savanna/savanna", "savanna/forest", @@ -143,9 +147,27 @@ "objects": [ { "chance": 0, - "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0 }}, - "translate": {"y": 0, "yRandom": -1}, - "trees": [{"anySize":true, "treeTypes": ["ACACIA"], "sizes": [{"depth": 1, "width": 1}]}], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } + }, + "translate": { + "y": 0, + "yRandom": -1 + }, + "trees": [{ + "anySize": true, + "treeTypes": ["ACACIA"], + "sizes": [{ + "depth": 1, + "width": 1 + }] + }], "place": [ "trees/acacia/savannaF1", "trees/acacia/savannaF2", @@ -164,11 +186,59 @@ }, { "chance": 0, - "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0 }}, - "translate": {"y": 0, "yRandom": -1}, - "trees": [{"anySize":true, "treeTypes": ["TREE", "BIG_TREE"], "sizes": [{"depth": 1, "width": 1}, {"width": 2, "depth": 2}]}], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } + }, + "translate": { + "y": 0, + "yRandom": -1 + }, + "trees": [{ + "anySize": true, + "treeTypes": [ + "TREE", + "BIG_TREE" + ], + "sizes": [ + { + "depth": 1, + "width": 1 + }, + { + "width": 2, + "depth": 2 + } + ] + }], "edit": [ - {"find": [{"block": "spruce_fence"}, {"block": "spruce_slab"}], "replace": {"palette": [{"block": "acacia_wood"}]}},{"find": [{"block": "oak_wood"}, {"block": "dark_oak_wood"}], "replace": {"palette": [{"block": "acacia_wood"}]}}, {"find": [{"block": "oak_leaves"},{"block": "dark_oak_leaves"}], "replace": {"palette": [{"block": "acacia_leaves"}]}}], + { + "find": [ + {"block": "spruce_fence"}, + {"block": "spruce_slab"} + ], + "replace": {"palette": [{"block": "acacia_wood"}]} + }, + { + "find": [ + {"block": "oak_wood"}, + {"block": "dark_oak_wood"} + ], + "replace": {"palette": [{"block": "acacia_wood"}]} + }, + { + "find": [ + {"block": "oak_leaves"}, + {"block": "dark_oak_leaves"} + ], + "replace": {"palette": [{"block": "acacia_leaves"}]} + } + ], "place": [ "trees/oak/truegeneric1", "trees/oak/truegeneric2", diff --git a/regions/mushroom.json b/regions/mushroom.json index 0c30988d..515ab5f1 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -62,9 +62,26 @@ "objects": [ { "chance": 0, - "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0}}, - "trees": [ {"sizes": [ {"depth": 1, "width": 1} ], "treeTypes": ["RED_MUSHROOM"]}], - "edit": [{"find": [{"block": "brown_mushroom_block"}],"replace": {"palette": [{"block": "brown_mushroom_block"}]}}], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } + }, + "trees": [{ + "sizes": [{ + "depth": 1, + "width": 1 + }], + "treeTypes": ["RED_MUSHROOM"] + }], + "edit": [{ + "find": [{"block": "brown_mushroom_block"}], + "replace": {"palette": [{"block": "brown_mushroom_block"}]} + }], "place": [ "trees/mushroom/redgeneric3", "trees/mushroom/redgeneric4", @@ -84,9 +101,26 @@ }, { "chance": 0, - "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0}}, - "trees": [ {"sizes": [ {"depth": 1, "width": 1} ], "treeTypes": ["BROWN_MUSHROOM"]}], - "edit": [{"find": [{"block": "red_mushroom_block"}],"replace": {"palette": [{"block": "brown_mushroom_block"}]}}], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } + }, + "trees": [{ + "sizes": [{ + "depth": 1, + "width": 1 + }], + "treeTypes": ["BROWN_MUSHROOM"] + }], + "edit": [{ + "find": [{"block": "red_mushroom_block"}], + "replace": {"palette": [{"block": "brown_mushroom_block"}]} + }], "place": [ "trees/mushroom/redgeneric3", "trees/mushroom/redgeneric4", @@ -107,7 +141,13 @@ { "chance": 0, "density": 2, - "trees": [ {"sizes": [ {"depth": 1, "width": 1} ], "treeTypes": ["WARPED_FUNGUS"]}], + "trees": [{ + "sizes": [{ + "depth": 1, + "width": 1 + }], + "treeTypes": ["WARPED_FUNGUS"] + }], "edit": [ { "find": [{"block": "brown_mushroom_block"}], @@ -154,7 +194,13 @@ { "chance": 0, "density": 2, - "trees": [ {"sizes": [ {"depth": 1, "width": 1} ], "treeTypes": ["CRIMSON_FUNGUS"]}], + "trees": [{ + "sizes": [{ + "depth": 1, + "width": 1 + }], + "treeTypes": ["CRIMSON_FUNGUS"] + }], "edit": [ { "find": [{"block": "brown_mushroom_block"}], @@ -195,45 +241,46 @@ } }, { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 + }, + "offsetY": 5 }, - "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": "glass"}], - "replace": {"palette": [{"block": "void_air"}]} - }], - "enabled": true, - "xAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "yAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "translate": { - "yRandom": 10, - "y": 2 + "chance": 0.05, + "bottom": true, + "density": 1, + "place": [ + "structures/amethyst1", + "structures/amethyst2", + "structures/amethyst3", + "structures/amethyst4", + "structures/amethyst5", + "structures/amethyst6" + ], + "edit": [{ + "find": [{"block": "glass"}], + "replace": {"palette": [{"block": "void_air"}]} + }], + "enabled": true, + "xAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "yAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "translate": { + "yRandom": 10, + "y": 2 + } } - }], + ], "biomeImplosionRatio": 0.25, "landBiomeZoom": 1.85, "effects": [ diff --git a/regions/swamp.json b/regions/swamp.json index 4b6c5e38..5ad218ee 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -62,11 +62,69 @@ "objects": [ { "chance": 0, - "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0 }}, - "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}]}], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } + }, + "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": "spruce_fence"}, {"block": "spruce_slab"}], "replace": {"palette": [{"block": "spruce_wood"}]}},{"find": [{"block": "oak_wood"}, {"block": "dark_oak_wood"}], "replace": {"palette": [{"block": "dark_oak_wood"},{"block": "spruce_wood"}], "style": {"style": "SIMPLEX", "zoom": 0.25}}}, {"find": [{"block": "oak_leaves"}], "replace": {"palette": [{"block": "dark_oak_leaves"}]}}], + { + "find": [ + {"block": "spruce_fence"}, + {"block": "spruce_slab"} + ], + "replace": {"palette": [{"block": "spruce_wood"}]} + }, + { + "find": [ + {"block": "oak_wood"}, + {"block": "dark_oak_wood"} + ], + "replace": { + "palette": [ + {"block": "dark_oak_wood"}, + {"block": "spruce_wood"} + ], + "style": { + "style": "SIMPLEX", + "zoom": 0.25 + } + } + }, + { + "find": [{"block": "oak_leaves"}], + "replace": {"palette": [{"block": "dark_oak_leaves"}]} + } + ], "place": [ "trees/oak/truegeneric1", "trees/oak/truegeneric2", @@ -84,45 +142,46 @@ ] }, { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 + }, + "offsetY": 5 }, - "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": "glass"}], - "replace": {"palette": [{"block": "void_air"}]} - }], - "enabled": true, - "xAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "yAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "translate": { - "yRandom": 10, - "y": 2 + "chance": 0.05, + "bottom": true, + "density": 1, + "place": [ + "structures/amethyst1", + "structures/amethyst2", + "structures/amethyst3", + "structures/amethyst4", + "structures/amethyst5", + "structures/amethyst6" + ], + "edit": [{ + "find": [{"block": "glass"}], + "replace": {"palette": [{"block": "void_air"}]} + }], + "enabled": true, + "xAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "yAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "translate": { + "yRandom": 10, + "y": 2 + } } - }], + ], "landBiomeZoom": 1.85, "shoreHeightMin": 0.02, "shoreHeightMax": 1.2, diff --git a/regions/temperate.json b/regions/temperate.json index 618dd20a..c0519abb 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -57,8 +57,25 @@ "objects": [ { "chance": 0, - "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0}}, - "trees": [ {"sizes": [ {"depth": 1, "width": 1} ], "treeTypes": ["TREE", "BIG_TREE"]}], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } + }, + "trees": [{ + "sizes": [{ + "depth": 1, + "width": 1 + }], + "treeTypes": [ + "TREE", + "BIG_TREE" + ] + }], "place": [ "trees/oak/truegeneric1", "trees/oak/truegeneric2", @@ -69,8 +86,25 @@ }, { "chance": 0, - "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0}}, - "trees": [ {"sizes": [ {"depth": 1, "width": 1} ], "treeTypes": ["TREE", "BIG_TREE"]}], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } + }, + "trees": [{ + "sizes": [{ + "depth": 1, + "width": 1 + }], + "treeTypes": [ + "TREE", + "BIG_TREE" + ] + }], "place": [ "trees/oak/antioch3", "trees/oak/antioch4", @@ -87,8 +121,22 @@ }, { "chance": 0, - "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0}}, - "trees": [ {"sizes": [ {"depth": 1, "width": 1} ], "treeTypes": ["BIRCH"]}], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } + }, + "trees": [{ + "sizes": [{ + "depth": 1, + "width": 1 + }], + "treeTypes": ["BIRCH"] + }], "place": [ "trees/birch/antioch3", "trees/birch/antioch4", diff --git a/regions/tropical.json b/regions/tropical.json index 02577b55..89f837ee 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -77,9 +77,38 @@ "objects": [ { "chance": 0, - "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0}}, - "trees": [ {"sizes": [ {"depth":1, "width": 1} ], "treeTypes": ["JUNGLE", "JUNGLE_BUSH"]}], - "edit": [{"find": [{"block": "jungle_log"}], "replace": {"palette": [{"block": "jungle_wood"}]}},{"find": [{"block": "oak_log"}, {"block": "oak_wood"}], "replace": {"palette": [{"block": "jungle_wood"}]}}], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } + }, + "trees": [{ + "sizes": [{ + "depth": 1, + "width": 1 + }], + "treeTypes": [ + "JUNGLE", + "JUNGLE_BUSH" + ] + }], + "edit": [ + { + "find": [{"block": "jungle_log"}], + "replace": {"palette": [{"block": "jungle_wood"}]} + }, + { + "find": [ + {"block": "oak_log"}, + {"block": "oak_wood"} + ], + "replace": {"palette": [{"block": "jungle_wood"}]} + } + ], "translate": {"y": -1}, "place": [ "trees/jungle/cocogeneric2", diff --git a/regions/tundra.json b/regions/tundra.json index 443b1528..dc54df5c 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -80,11 +80,57 @@ "objects": [ { "chance": 0, - "rotation": {"enabled": true, "yAxis": {"enabled": true, "interval":90, "max": 360, "min": 0 }}, - "translate": {"y": 0, "yRandom": -1}, - "trees": [{"anySize":true, "treeTypes": ["REDWOOD", "MEGA_REDWOOD", "TALL_REDWOOD"], "sizes": [{"depth": 1, "width": 1}, {"width": 2, "depth": 2}]}], + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "max": 360, + "min": 0 + } + }, + "translate": { + "y": 0, + "yRandom": -1 + }, + "trees": [{ + "anySize": true, + "treeTypes": [ + "REDWOOD", + "MEGA_REDWOOD", + "TALL_REDWOOD" + ], + "sizes": [ + { + "depth": 1, + "width": 1 + }, + { + "width": 2, + "depth": 2 + } + ] + }], "edit": [ - {"find": [{"block": "spruce_fence"}, {"block": "spruce_slab"}], "replace": {"palette": [{"block": "spruce_wood"}]}},{"find": [{"block": "oak_wood"}, {"block": "dark_oak_wood"}], "replace": {"palette": [{"block": "spruce_wood"}]}}, {"find": [{"block": "oak_leaves"}], "replace": {"palette": [{"block": "spruce_leaves"}]}}], + { + "find": [ + {"block": "spruce_fence"}, + {"block": "spruce_slab"} + ], + "replace": {"palette": [{"block": "spruce_wood"}]} + }, + { + "find": [ + {"block": "oak_wood"}, + {"block": "dark_oak_wood"} + ], + "replace": {"palette": [{"block": "spruce_wood"}]} + }, + { + "find": [{"block": "oak_leaves"}], + "replace": {"palette": [{"block": "spruce_leaves"}]} + } + ], "place": [ "trees/oak/truegeneric1", "trees/oak/truegeneric2", @@ -102,45 +148,46 @@ ] }, { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 + }, + "offsetY": 5 }, - "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": "glass"}], - "replace": {"palette": [{"block": "void_air"}]} - }], - "enabled": true, - "xAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "yAxis": { - "interval": 90, - "max": 360, - "min": 0 - }, - "translate": { - "yRandom": 10, - "y": 2 + "chance": 0.05, + "bottom": true, + "density": 1, + "place": [ + "structures/amethyst1", + "structures/amethyst2", + "structures/amethyst3", + "structures/amethyst4", + "structures/amethyst5", + "structures/amethyst6" + ], + "edit": [{ + "find": [{"block": "glass"}], + "replace": {"palette": [{"block": "void_air"}]} + }], + "enabled": true, + "xAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "yAxis": { + "interval": 90, + "max": 360, + "min": 0 + }, + "translate": { + "yRandom": 10, + "y": 2 + } } - }], + ], "shoreHeightZoom": 1.14, "riverThickness": 0.025, "rarity": 2 diff --git a/spawners/dank.json b/spawners/dank.json index f2f57710..aaea16da 100644 --- a/spawners/dank.json +++ b/spawners/dank.json @@ -1,4 +1,3 @@ - { "spawns": [ { @@ -22,4 +21,4 @@ ], "group": "NORMAL", "weather": "DOWNFALL" -} \ No newline at end of file +} diff --git a/spawners/frozen/land-cave.json b/spawners/frozen/land-cave.json index 3a239796..33bb4b48 100644 --- a/spawners/frozen/land-cave.json +++ b/spawners/frozen/land-cave.json @@ -2,9 +2,7 @@ "group": "CAVE", "maximumRate": { "amount": 3, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "energyMultiplier": 3, "spawns": [ @@ -29,4 +27,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/frozen/land-hostile.json b/spawners/frozen/land-hostile.json index c4feff41..51b431d4 100644 --- a/spawners/frozen/land-hostile.json +++ b/spawners/frozen/land-hostile.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 8, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "timeBlock": { "startHour": 20, @@ -34,4 +32,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/frozen/land-passive.json b/spawners/frozen/land-passive.json index aec8fadc..a53eafc7 100644 --- a/spawners/frozen/land-passive.json +++ b/spawners/frozen/land-passive.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 8, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "timeBlock": { "startHour": 6, @@ -44,4 +42,4 @@ "rarity": 15 } ] -} \ No newline at end of file +} diff --git a/spawners/hives.json b/spawners/hives.json index 43017770..04951883 100644 --- a/spawners/hives.json +++ b/spawners/hives.json @@ -1,10 +1,6 @@ -{ - "spawns": [ - { - "entity": "standard/passive/bee", - "maxSpawns": 2, - "minSpawns": 1, - "rarity": 1 - } - ] -} \ No newline at end of file +{"spawns": [{ + "entity": "standard/passive/bee", + "maxSpawns": 2, + "minSpawns": 1, + "rarity": 1 +}]} diff --git a/spawners/hot/land-cave.json b/spawners/hot/land-cave.json index 3a239796..33bb4b48 100644 --- a/spawners/hot/land-cave.json +++ b/spawners/hot/land-cave.json @@ -2,9 +2,7 @@ "group": "CAVE", "maximumRate": { "amount": 3, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "energyMultiplier": 3, "spawns": [ @@ -29,4 +27,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/hot/land-hostile.json b/spawners/hot/land-hostile.json index c4feff41..51b431d4 100644 --- a/spawners/hot/land-hostile.json +++ b/spawners/hot/land-hostile.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 8, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "timeBlock": { "startHour": 20, @@ -34,4 +32,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/hot/land-passive.json b/spawners/hot/land-passive.json index f135b4a5..835fe538 100644 --- a/spawners/hot/land-passive.json +++ b/spawners/hot/land-passive.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 8, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "timeBlock": { "startHour": 6, @@ -45,4 +43,4 @@ "energyMultiplier": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/mushroom/land-cave.json b/spawners/mushroom/land-cave.json index 3a239796..33bb4b48 100644 --- a/spawners/mushroom/land-cave.json +++ b/spawners/mushroom/land-cave.json @@ -2,9 +2,7 @@ "group": "CAVE", "maximumRate": { "amount": 3, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "energyMultiplier": 3, "spawns": [ @@ -29,4 +27,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/mushroom/land-hostile.json b/spawners/mushroom/land-hostile.json index 04c7efc5..17525a3e 100644 --- a/spawners/mushroom/land-hostile.json +++ b/spawners/mushroom/land-hostile.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 30, - "per": { - "seconds": 25 - } + "per": {"seconds": 25} }, "timeBlock": { "startHour": 20, @@ -34,4 +32,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/mushroom/land-passive.json b/spawners/mushroom/land-passive.json index 9caf9b8e..cd8f3129 100644 --- a/spawners/mushroom/land-passive.json +++ b/spawners/mushroom/land-passive.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 15, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "timeBlock": { "startHour": 6, @@ -31,4 +29,4 @@ "rarity": 2 } ] -} \ No newline at end of file +} diff --git a/spawners/pillager.json b/spawners/pillager.json index b099b4bb..e2222f8c 100644 --- a/spawners/pillager.json +++ b/spawners/pillager.json @@ -1,12 +1,10 @@ { "weather": "ANY", "group": "NORMAL", - "spawns": [ - { - "entity": "standard/hostile/pillager", - "maxSpawns": 5, - "minSpawns": 3, - "rarity": 1 - } - ] -} \ No newline at end of file + "spawns": [{ + "entity": "standard/hostile/pillager", + "maxSpawns": 5, + "minSpawns": 3, + "rarity": 1 + }] +} diff --git a/spawners/silverfish.json b/spawners/silverfish.json index 4e6363f7..7880f88c 100644 --- a/spawners/silverfish.json +++ b/spawners/silverfish.json @@ -1,10 +1,6 @@ -{ - "spawns": [ - { - "entity": "standard/hostile/silverfish", - "maxSpawns": 2, - "minSpawns": 1, - "rarity": 1 - } - ] -} \ No newline at end of file +{"spawns": [{ + "entity": "standard/hostile/silverfish", + "maxSpawns": 2, + "minSpawns": 1, + "rarity": 1 +}]} diff --git a/spawners/swamp/land-cave.json b/spawners/swamp/land-cave.json index 3a239796..33bb4b48 100644 --- a/spawners/swamp/land-cave.json +++ b/spawners/swamp/land-cave.json @@ -2,9 +2,7 @@ "group": "CAVE", "maximumRate": { "amount": 3, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "energyMultiplier": 3, "spawns": [ @@ -29,4 +27,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/swamp/land-hostile.json b/spawners/swamp/land-hostile.json index c4feff41..51b431d4 100644 --- a/spawners/swamp/land-hostile.json +++ b/spawners/swamp/land-hostile.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 8, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "timeBlock": { "startHour": 20, @@ -34,4 +32,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/swamp/land-passive.json b/spawners/swamp/land-passive.json index 051473da..8caf6e02 100644 --- a/spawners/swamp/land-passive.json +++ b/spawners/swamp/land-passive.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 8, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "timeBlock": { "startHour": 6, @@ -46,4 +44,4 @@ "energyMultiplier": 1.25 } ] -} \ No newline at end of file +} diff --git a/spawners/temperate/land-cave.json b/spawners/temperate/land-cave.json index 3a239796..33bb4b48 100644 --- a/spawners/temperate/land-cave.json +++ b/spawners/temperate/land-cave.json @@ -2,9 +2,7 @@ "group": "CAVE", "maximumRate": { "amount": 3, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "energyMultiplier": 3, "spawns": [ @@ -29,4 +27,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/temperate/land-hostile.json b/spawners/temperate/land-hostile.json index c4feff41..51b431d4 100644 --- a/spawners/temperate/land-hostile.json +++ b/spawners/temperate/land-hostile.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 8, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "timeBlock": { "startHour": 20, @@ -34,4 +32,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/temperate/land-passive.json b/spawners/temperate/land-passive.json index ce952cf9..0b0c2c4f 100644 --- a/spawners/temperate/land-passive.json +++ b/spawners/temperate/land-passive.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 8, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "timeBlock": { "startHour": 6, @@ -47,4 +45,4 @@ "energyMultiplier": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/tropical/beach.json b/spawners/tropical/beach.json index 11349eb2..871296a0 100644 --- a/spawners/tropical/beach.json +++ b/spawners/tropical/beach.json @@ -2,20 +2,16 @@ "group": "BEACH", "maximumRate": { "amount": 3, - "per": { - "minute": 7 - } + "per": {"minute": 7} }, "timeBlock": { "startHour": 4, "endHour": 18 }, "energyMultiplier": 1.25, - "spawns": [ - { - "entity": "standard/passive/turtle", - "energyMultiplier": 2.885, - "rarity": 1 - } - ] -} \ No newline at end of file + "spawns": [{ + "entity": "standard/passive/turtle", + "energyMultiplier": 2.885, + "rarity": 1 + }] +} diff --git a/spawners/tropical/land-cave.json b/spawners/tropical/land-cave.json index 3a239796..33bb4b48 100644 --- a/spawners/tropical/land-cave.json +++ b/spawners/tropical/land-cave.json @@ -2,9 +2,7 @@ "group": "CAVE", "maximumRate": { "amount": 3, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "energyMultiplier": 3, "spawns": [ @@ -29,4 +27,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/tropical/land-hostile-day.json b/spawners/tropical/land-hostile-day.json index db18d312..16b317ba 100644 --- a/spawners/tropical/land-hostile-day.json +++ b/spawners/tropical/land-hostile-day.json @@ -2,17 +2,13 @@ "group": "NORMAL", "maximumRate": { "amount": 5, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "energyMultiplier": 0.95, "weather": "ANY", - "spawns": [ - { - "entity": "standard/hostile/spider", - "energyMultiplier": 1.15, - "rarity": 3 - } - ] -} \ No newline at end of file + "spawns": [{ + "entity": "standard/hostile/spider", + "energyMultiplier": 1.15, + "rarity": 3 + }] +} diff --git a/spawners/tropical/land-hostile.json b/spawners/tropical/land-hostile.json index cadaf0e9..72db9cf2 100644 --- a/spawners/tropical/land-hostile.json +++ b/spawners/tropical/land-hostile.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 15, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "timeBlock": { "startHour": 20, @@ -34,4 +32,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/tropical/land-passive.json b/spawners/tropical/land-passive.json index 1f2b3767..b3e67dc8 100644 --- a/spawners/tropical/land-passive.json +++ b/spawners/tropical/land-passive.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 8, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "timeBlock": { "startHour": 6, @@ -86,4 +84,4 @@ "energyMultiplier": 3 } ] -} \ No newline at end of file +} diff --git a/spawners/tundra/land-cave.json b/spawners/tundra/land-cave.json index 3a239796..33bb4b48 100644 --- a/spawners/tundra/land-cave.json +++ b/spawners/tundra/land-cave.json @@ -2,9 +2,7 @@ "group": "CAVE", "maximumRate": { "amount": 3, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "energyMultiplier": 3, "spawns": [ @@ -29,4 +27,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/tundra/land-hostile.json b/spawners/tundra/land-hostile.json index cadaf0e9..72db9cf2 100644 --- a/spawners/tundra/land-hostile.json +++ b/spawners/tundra/land-hostile.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 15, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "timeBlock": { "startHour": 20, @@ -34,4 +32,4 @@ "rarity": 5 } ] -} \ No newline at end of file +} diff --git a/spawners/tundra/land-passive.json b/spawners/tundra/land-passive.json index 2d5ba3d7..caee27b8 100644 --- a/spawners/tundra/land-passive.json +++ b/spawners/tundra/land-passive.json @@ -2,9 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 8, - "per": { - "seconds": 30 - } + "per": {"seconds": 30} }, "timeBlock": { "startHour": 6, @@ -53,4 +51,4 @@ "rarity": 15 } ] -} \ No newline at end of file +} diff --git a/spawners/villager.json b/spawners/villager.json index 4300eddc..51528488 100644 --- a/spawners/villager.json +++ b/spawners/villager.json @@ -1,10 +1,6 @@ -{ - "spawns": [ - { - "entity": "standard/passive/villager", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 2 - } - ] -} \ No newline at end of file +{"spawns": [{ + "entity": "standard/passive/villager", + "maxSpawns": 1, + "minSpawns": 1, + "rarity": 2 +}]}