diff --git a/biomes/tropical/cavern-coral.json b/biomes/cave/cavern-coral.json similarity index 100% rename from biomes/tropical/cavern-coral.json rename to biomes/cave/cavern-coral.json diff --git a/biomes/tropical/cavern-root.json b/biomes/cave/cavern-root.json similarity index 100% rename from biomes/tropical/cavern-root.json rename to biomes/cave/cavern-root.json diff --git a/biomes/temperate/cracked-cavern.json b/biomes/cave/cracked-cavern.json similarity index 98% rename from biomes/temperate/cracked-cavern.json rename to biomes/cave/cracked-cavern.json index a5d34b7c..c971f5b8 100644 --- a/biomes/temperate/cracked-cavern.json +++ b/biomes/cave/cracked-cavern.json @@ -2,7 +2,7 @@ "name": "Temperate Cracked Cavern", "derivative": "PLAINS", "vanillaDerivative": "THE_VOID", - "children": ["temperate/lit-cavern"], + "children": ["cave/lit-cavern"], "generators": [{ "min": 4, "max": 6, diff --git a/biomes/frozen/ice-cavern.json b/biomes/cave/ice-cavern.json similarity index 100% rename from biomes/frozen/ice-cavern.json rename to biomes/cave/ice-cavern.json diff --git a/biomes/temperate/lit-cavern.json b/biomes/cave/lit-cavern.json similarity index 100% rename from biomes/temperate/lit-cavern.json rename to biomes/cave/lit-cavern.json diff --git a/biomes/swamp/murky-cavern-gleaming.json b/biomes/cave/murky-cavern-gleaming.json similarity index 100% rename from biomes/swamp/murky-cavern-gleaming.json rename to biomes/cave/murky-cavern-gleaming.json diff --git a/biomes/swamp/murky-cavern.json b/biomes/cave/murky-cavern.json similarity index 98% rename from biomes/swamp/murky-cavern.json rename to biomes/cave/murky-cavern.json index 61a18bfa..59e6874d 100644 --- a/biomes/swamp/murky-cavern.json +++ b/biomes/cave/murky-cavern.json @@ -2,7 +2,7 @@ "name": "Swamp Murky Cavern", "derivative": "SWAMP", "vanillaDerivative": "SWAMP", - "children": ["swamp/murky-cavern-gleaming"], + "children": ["cave/murky-cavern-gleaming"], "layers": [{ "minHeight": 1, "maxHeight": 2, diff --git a/biomes/temperate/old-cavern.json b/biomes/cave/old-cavern.json similarity index 100% rename from biomes/temperate/old-cavern.json rename to biomes/cave/old-cavern.json diff --git a/biomes/hot/sandy-cave.json b/biomes/cave/sandy-cave.json similarity index 100% rename from biomes/hot/sandy-cave.json rename to biomes/cave/sandy-cave.json diff --git a/biomes/hot/sandy-red-cave.json b/biomes/cave/sandy-red-cave.json similarity index 100% rename from biomes/hot/sandy-red-cave.json rename to biomes/cave/sandy-red-cave.json diff --git a/biomes/tundra/spiked-cavern.json b/biomes/cave/spiked-cavern.json similarity index 100% rename from biomes/tundra/spiked-cavern.json rename to biomes/cave/spiked-cavern.json diff --git a/biomes/tropical/cavern.json b/biomes/cave/tropical-cavern.json similarity index 100% rename from biomes/tropical/cavern.json rename to biomes/cave/tropical-cavern.json diff --git a/biomes/tundra/cavern.json b/biomes/cave/tundra-cavern.json similarity index 100% rename from biomes/tundra/cavern.json rename to biomes/cave/tundra-cavern.json diff --git a/biomes/frozen/beach.json b/biomes/frozen/fzn-beach.json similarity index 98% rename from biomes/frozen/beach.json rename to biomes/frozen/fzn-beach.json index 6a2f1391..8827db80 100644 --- a/biomes/frozen/beach.json +++ b/biomes/frozen/fzn-beach.json @@ -41,7 +41,7 @@ }], "objects": [ { - "chance": 0.01, + "chance": 0.003, "density": 3, "snow": 0.35, "rotation": { @@ -66,7 +66,7 @@ } }, { - "chance": 0.01, + "chance": 0.05, "density": 3, "mode": "FAST_MIN_HEIGHT", "snow": 0.35, diff --git a/biomes/frozen/hills.json b/biomes/frozen/fzn-hills.json similarity index 98% rename from biomes/frozen/hills.json rename to biomes/frozen/fzn-hills.json index ac878d58..6e8f3900 100644 --- a/biomes/frozen/hills.json +++ b/biomes/frozen/fzn-hills.json @@ -51,7 +51,7 @@ }, { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/frozen/mountain-cliffs.json b/biomes/frozen/fzn-mountain-cliffs.json similarity index 98% rename from biomes/frozen/mountain-cliffs.json rename to biomes/frozen/fzn-mountain-cliffs.json index 013fddc8..5c40d17f 100644 --- a/biomes/frozen/mountain-cliffs.json +++ b/biomes/frozen/fzn-mountain-cliffs.json @@ -41,7 +41,7 @@ }, { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, @@ -60,7 +60,7 @@ ], "objects": [ { - "chance": 0.05, + "chance": 0.003, "mode": "FAST_MIN_HEIGHT", "density": 3, "snow": 0.35, diff --git a/biomes/frozen/mountain-middle.json b/biomes/frozen/fzn-mountain-middle.json similarity index 96% rename from biomes/frozen/mountain-middle.json rename to biomes/frozen/fzn-mountain-middle.json index c9b04b07..5bfc03eb 100644 --- a/biomes/frozen/mountain-middle.json +++ b/biomes/frozen/fzn-mountain-middle.json @@ -2,7 +2,6 @@ "name": "Frozen Mountain Middle", "derivative": "SNOWY_MOUNTAINS", "vanillaDerivative": "SNOWY_MOUNTAINS", - "children": ["frozen/mountain-cliffs"], "generators": [ { "generator": "mountain", @@ -95,7 +94,7 @@ "exponent": 0.625, "zoom": 1, "fracture": { - "style": "VIGOCTAVE_SIMPLEX", + "style": "SIMPLEX", "multiplier": 4, "zoom": 0.9 } diff --git a/biomes/frozen/mountain.json b/biomes/frozen/fzn-mountain.json similarity index 94% rename from biomes/frozen/mountain.json rename to biomes/frozen/fzn-mountain.json index 6dd17062..dd8cfb36 100644 --- a/biomes/frozen/mountain.json +++ b/biomes/frozen/fzn-mountain.json @@ -3,9 +3,9 @@ "derivative": "SNOWY_MOUNTAINS", "vanillaDerivative": "SNOWY_MOUNTAINS", "children": [ - "frozen/mountain-middle", - "frozen/peak", - "frozen/mountain-cliffs" + "frozen/fzn-mountain-middle", + "frozen/fzn-peak", + "frozen/fzn-mountain-cliffs" ], "layers": [ { @@ -61,7 +61,7 @@ }, { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/frozen/mountains.json b/biomes/frozen/fzn-mountains.json similarity index 97% rename from biomes/frozen/mountains.json rename to biomes/frozen/fzn-mountains.json index 026ca373..30d2ef8b 100644 --- a/biomes/frozen/mountains.json +++ b/biomes/frozen/fzn-mountains.json @@ -2,7 +2,10 @@ "name": "Frozen Mountains", "derivative": "SNOWY_MOUNTAINS", "vanillaDerivative": "SNOWY_MOUNTAINS", - "children": ["frozen/peak"], + "children": [ + "frozen/fzn-peak", + "frozen/fzn-vander" + ], "layers": [ { "minHeight": 2, @@ -42,7 +45,7 @@ }, { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, @@ -63,7 +66,7 @@ ], "objects": [ { - "chance": 0.05, + "chance": 0.003, "mode": "FAST_MIN_HEIGHT", "density": 3, "snow": 0.35, diff --git a/biomes/frozen/peak.json b/biomes/frozen/fzn-peak.json similarity index 99% rename from biomes/frozen/peak.json rename to biomes/frozen/fzn-peak.json index 00ae55c8..7fcd57c6 100644 --- a/biomes/frozen/peak.json +++ b/biomes/frozen/fzn-peak.json @@ -116,7 +116,7 @@ }], "objects": [ { - "chance": 0.2, + "chance": 0.003, "mode": "FAST_MIN_HEIGHT", "density": 3, "snow": 0.35, diff --git a/biomes/frozen/pine-hills.json b/biomes/frozen/fzn-pine-hills.json similarity index 98% rename from biomes/frozen/pine-hills.json rename to biomes/frozen/fzn-pine-hills.json index 6014783d..3b937ab4 100644 --- a/biomes/frozen/pine-hills.json +++ b/biomes/frozen/fzn-pine-hills.json @@ -44,7 +44,7 @@ }, { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/frozen/pine-plains.json b/biomes/frozen/fzn-pine-plains.json similarity index 96% rename from biomes/frozen/pine-plains.json rename to biomes/frozen/fzn-pine-plains.json index 15eb34cb..fddd07dc 100644 --- a/biomes/frozen/pine-plains.json +++ b/biomes/frozen/fzn-pine-plains.json @@ -2,7 +2,7 @@ "name": "Frozen Pine Plains", "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "children": ["frozen/pine-hills"], + "children": ["frozen/fzn-pine-hills"], "generators": [ { "generator": "plain", @@ -52,7 +52,7 @@ }, { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/frozen/pines.json b/biomes/frozen/fzn-pines.json similarity index 95% rename from biomes/frozen/pines.json rename to biomes/frozen/fzn-pines.json index 0fbb97d0..19e19676 100644 --- a/biomes/frozen/pines.json +++ b/biomes/frozen/fzn-pines.json @@ -2,7 +2,6 @@ "name": "Frozen Pines", "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "children": ["frozen/vander"], "layers": [ { "minHeight": 0, @@ -57,7 +56,7 @@ }, { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, @@ -94,11 +93,7 @@ "ice-spikes/sp-2", "ice-spikes/sp-3", "ice-spikes/sp-4", - "ice-spikes/sp-5", - "ice-spikes/tp-1", - "ice-spikes/tp-2", - "ice-spikes/tp-3", - "ice-spikes/tp-4" + "ice-spikes/sp-5" ], "translate": { "x": 0, @@ -139,7 +134,7 @@ } }, { - "chance": 0.05, + "chance": 0.06, "density": 3, "snow": 0.35, "rotation": { diff --git a/biomes/frozen/plains.json b/biomes/frozen/fzn-plains.json similarity index 96% rename from biomes/frozen/plains.json rename to biomes/frozen/fzn-plains.json index e093f4aa..47b73907 100644 --- a/biomes/frozen/plains.json +++ b/biomes/frozen/fzn-plains.json @@ -2,7 +2,7 @@ "name": "Frozen Plains", "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "children": ["frozen/hills"], + "children": ["frozen/fzn-hills"], "generators": [ { "min": 4, @@ -52,7 +52,7 @@ }, { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, @@ -161,11 +161,7 @@ "ice-spikes/sp-2", "ice-spikes/sp-3", "ice-spikes/sp-4", - "ice-spikes/sp-5", - "ice-spikes/tp-1", - "ice-spikes/tp-2", - "ice-spikes/tp-3", - "ice-spikes/tp-4" + "ice-spikes/sp-5" ], "translate": { "x": 0, diff --git a/biomes/frozen/redwood-forest.json b/biomes/frozen/fzn-redwood-forest.json similarity index 96% rename from biomes/frozen/redwood-forest.json rename to biomes/frozen/fzn-redwood-forest.json index c9a6e42c..a79ea442 100644 --- a/biomes/frozen/redwood-forest.json +++ b/biomes/frozen/fzn-redwood-forest.json @@ -50,7 +50,7 @@ }, { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, @@ -87,11 +87,7 @@ "ice-spikes/sp-2", "ice-spikes/sp-3", "ice-spikes/sp-4", - "ice-spikes/sp-5", - "ice-spikes/tp-1", - "ice-spikes/tp-2", - "ice-spikes/tp-3", - "ice-spikes/tp-4" + "ice-spikes/sp-5" ], "translate": { "x": 0, diff --git a/biomes/frozen/spruce-hills.json b/biomes/frozen/fzn-spruce-hills.json similarity index 98% rename from biomes/frozen/spruce-hills.json rename to biomes/frozen/fzn-spruce-hills.json index 7fb78aa0..0586f3ac 100644 --- a/biomes/frozen/spruce-hills.json +++ b/biomes/frozen/fzn-spruce-hills.json @@ -44,7 +44,7 @@ }, { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/frozen/spruce-plains.json b/biomes/frozen/fzn-spruce-plains.json similarity index 96% rename from biomes/frozen/spruce-plains.json rename to biomes/frozen/fzn-spruce-plains.json index a78f1a4c..1c3e3a18 100644 --- a/biomes/frozen/spruce-plains.json +++ b/biomes/frozen/fzn-spruce-plains.json @@ -2,7 +2,7 @@ "name": "Frozen Spruce Plains", "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", - "children": ["frozen/spruce-hills"], + "children": ["frozen/fzn-spruce-hills"], "layers": [ { "minHeight": 0, @@ -40,7 +40,7 @@ }, { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/frozen/vander.json b/biomes/frozen/fzn-vander.json similarity index 97% rename from biomes/frozen/vander.json rename to biomes/frozen/fzn-vander.json index be18b535..adb2f545 100644 --- a/biomes/frozen/vander.json +++ b/biomes/frozen/fzn-vander.json @@ -2,12 +2,6 @@ "name": "Frozen Vander", "derivative": "SNOWY_MOUNTAINS", "vanillaDerivative": "SNOWY_MOUNTAINS", - "children": [ - "frozen/peak", - "frozen/mountains", - "frozen/mountains", - "frozen/mountains" - ], "layers": [ { "maxHeight": 3, @@ -41,7 +35,7 @@ }, { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/hot/beach-grass.json b/biomes/hot/hot-beach-grass.json similarity index 98% rename from biomes/hot/beach-grass.json rename to biomes/hot/hot-beach-grass.json index e8f2c6c9..878f834e 100644 --- a/biomes/hot/beach-grass.json +++ b/biomes/hot/hot-beach-grass.json @@ -2,7 +2,6 @@ "name": "Hot Beach Grass", "derivative": "FOREST", "vanillaDerivative": "DESERT_LAKES", - "children": ["ocean/ocean"], "layers": [ { "minHeight": 1, diff --git a/biomes/hot/beach.json b/biomes/hot/hot-beach.json similarity index 98% rename from biomes/hot/beach.json rename to biomes/hot/hot-beach.json index 3cfd7a6c..22a2f18d 100644 --- a/biomes/hot/beach.json +++ b/biomes/hot/hot-beach.json @@ -2,7 +2,6 @@ "name": "Hot Beach", "derivative": "WARM_OCEAN", "vanillaDerivative": "DESERT_LAKES", - "children": ["ocean/ocean"], "layers": [ { "minHeight": 3, diff --git a/biomes/hot/desert-dunes-red.json b/biomes/hot/hot-desert-dunes-red.json similarity index 98% rename from biomes/hot/desert-dunes-red.json rename to biomes/hot/hot-desert-dunes-red.json index fb7cca30..1426c506 100644 --- a/biomes/hot/desert-dunes-red.json +++ b/biomes/hot/hot-desert-dunes-red.json @@ -30,7 +30,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/hot/desert-dunes.json b/biomes/hot/hot-desert-dunes.json similarity index 98% rename from biomes/hot/desert-dunes.json rename to biomes/hot/hot-desert-dunes.json index a7a129b5..d42a70d1 100644 --- a/biomes/hot/desert-dunes.json +++ b/biomes/hot/hot-desert-dunes.json @@ -30,7 +30,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/hot/mountain-cliffs.json b/biomes/hot/hot-mountain-cliffs.json similarity index 97% rename from biomes/hot/mountain-cliffs.json rename to biomes/hot/hot-mountain-cliffs.json index 7fada6bb..3de7263c 100644 --- a/biomes/hot/mountain-cliffs.json +++ b/biomes/hot/hot-mountain-cliffs.json @@ -52,7 +52,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/hot/mountain-middle.json b/biomes/hot/hot-mountain-middle.json similarity index 95% rename from biomes/hot/mountain-middle.json rename to biomes/hot/hot-mountain-middle.json index 1eeaaf62..604d321a 100644 --- a/biomes/hot/mountain-middle.json +++ b/biomes/hot/hot-mountain-middle.json @@ -2,7 +2,7 @@ "name": "Hot Mountain Middle", "derivative": "DESERT", "vanillaDerivative": "DESERT", - "children": ["hot/cliffs"], + "children": ["hot/hot-cliffs"], "generators": [ { "generator": "mountain", @@ -55,7 +55,7 @@ "exponent": 0.625, "zoom": 1, "fracture": { - "style": "VIGOCTAVE_SIMPLEX", + "style": "SIMPLEX", "multiplier": 4, "zoom": 0.9 } diff --git a/biomes/hot/mountain-plains.json b/biomes/hot/hot-mountain-plains.json similarity index 96% rename from biomes/hot/mountain-plains.json rename to biomes/hot/hot-mountain-plains.json index 19c604c3..e33b313a 100644 --- a/biomes/hot/mountain-plains.json +++ b/biomes/hot/hot-mountain-plains.json @@ -22,7 +22,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/hot/mountain.json b/biomes/hot/hot-mountain.json similarity index 95% rename from biomes/hot/mountain.json rename to biomes/hot/hot-mountain.json index f6b7ed5c..ec975edc 100644 --- a/biomes/hot/mountain.json +++ b/biomes/hot/hot-mountain.json @@ -2,7 +2,7 @@ "name": "Hot Mountains", "derivative": "DESERT", "vanillaDerivative": "DESERT", - "children": ["hot/middle"], + "children": ["hot/hot-middle"], "generators": [{ "min": 90, "max": 140, @@ -11,7 +11,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/hot/oasis.json b/biomes/hot/hot-oasis.json similarity index 58% rename from biomes/hot/oasis.json rename to biomes/hot/hot-oasis.json index f9b3db7e..caf4d880 100644 --- a/biomes/hot/oasis.json +++ b/biomes/hot/hot-oasis.json @@ -7,24 +7,22 @@ "max": 7, "min": -2 }], - "layers": [ - { - "minHeight": 5, - "maxHeight": 5, - "style": {"style": "FRACTAL_WATER"}, - "zoom": 0.7, - "palette": [ - { - "weight": 1, - "block": "grass_block" - }, - { - "weight": 1, - "block": "moss_block" - } - ] - } - ], + "layers": [{ + "minHeight": 5, + "maxHeight": 5, + "style": {"style": "FRACTAL_WATER"}, + "zoom": 0.7, + "palette": [ + { + "weight": 1, + "block": "grass_block" + }, + { + "weight": 1, + "block": "moss_block" + } + ] + }], "decorators": [ { "verticalZoom": 5, diff --git a/biomes/mesa/beach.json b/biomes/mesa/msa-beach.json similarity index 100% rename from biomes/mesa/beach.json rename to biomes/mesa/msa-beach.json diff --git a/biomes/mesa/blue.json b/biomes/mesa/msa-blue.json similarity index 100% rename from biomes/mesa/blue.json rename to biomes/mesa/msa-blue.json diff --git a/biomes/mesa/cliffs.json b/biomes/mesa/msa-cliffs.json similarity index 100% rename from biomes/mesa/cliffs.json rename to biomes/mesa/msa-cliffs.json diff --git a/biomes/mesa/dark.json b/biomes/mesa/msa-dark.json similarity index 97% rename from biomes/mesa/dark.json rename to biomes/mesa/msa-dark.json index 3c028f01..55ac29cf 100644 --- a/biomes/mesa/dark.json +++ b/biomes/mesa/msa-dark.json @@ -3,10 +3,10 @@ "derivative": "SHATTERED_SAVANNA", "vanillaDerivative": "ERODED_BADLANDS", "children": [ - "mesa/cliffs", - "mesa/red", - "mesa/green", - "mesa/blue" + "mesa/msa-cliffs", + "mesa/msa-red", + "mesa/msa-green", + "mesa/msa-blue" ], "generators": [ { diff --git a/biomes/mesa/green.json b/biomes/mesa/msa-green.json similarity index 100% rename from biomes/mesa/green.json rename to biomes/mesa/msa-green.json diff --git a/biomes/mesa/mesa.json b/biomes/mesa/msa-mesa.json similarity index 94% rename from biomes/mesa/mesa.json rename to biomes/mesa/msa-mesa.json index 5ff1d64e..685e1e7d 100644 --- a/biomes/mesa/mesa.json +++ b/biomes/mesa/msa-mesa.json @@ -8,14 +8,14 @@ "ERODED_BADLANDS" ], "children": [ - "mesa/valleys", - "mesa/red", - "mesa/blue", - "mesa/dark", - "mesa/green", - "mesa/red", - "mesa/yellow", - "mesa/blue" + "mesa/msa-valleys", + "mesa/msa-red", + "mesa/msa-blue", + "mesa/msa-dark", + "mesa/msa-green", + "mesa/msa-red", + "mesa/msa-yellow", + "mesa/msa-blue" ], "generators": [{ "min": 25, @@ -24,7 +24,7 @@ }], "layers": [ { - "style": {"style": "FRACTAL_SMOKE"}, + "style": {"style": "IRIS"}, "zoom": 0.6, "minHeight": 2, "maxHeight": 2, diff --git a/biomes/mesa/plateau-dirt-high.json b/biomes/mesa/msa-plateau-dirt-high.json similarity index 52% rename from biomes/mesa/plateau-dirt-high.json rename to biomes/mesa/msa-plateau-dirt-high.json index 28e14711..98d02e08 100644 --- a/biomes/mesa/plateau-dirt-high.json +++ b/biomes/mesa/msa-plateau-dirt-high.json @@ -24,11 +24,7 @@ { "minHeight": 5, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 0, - "maximumSlope": 3 - }, - "style": {"style": "CELLULAR"}, + "style": {"style": "IRIS"}, "zoom": 0.7, "palette": [ {"block": "grass_block"}, @@ -39,102 +35,33 @@ }, { "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, + "maxHeight": 8, "palette": [{"block": "terracotta"}] }, { "minHeight": 2, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, + "maxHeight": 8, "palette": [{"block": "orange_terracotta"}] }, { "minHeight": 1, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, + "maxHeight": 8, "palette": [{"block": "white_terracotta"}] }, { "minHeight": 4, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, + "maxHeight": 8, "palette": [{"block": "terracotta"}] }, { "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, + "maxHeight": 8, "palette": [{"block": "yellow_terracotta"}] }, - { - "minHeight": 1, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "orange_terracotta"}] - }, - { - "minHeight": 5, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "terracotta"}] - }, { "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, + "maxHeight": 8, "palette": [{"block": "brown_terracotta"}] - }, - { - "minHeight": 2, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "terracotta"}] - }, - { - "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "red_terracotta"}] - }, - { - "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "terracotta"}] } ], "lockLayers": true, diff --git a/biomes/mesa/plateau-dirt.json b/biomes/mesa/msa-plateau-dirt.json similarity index 58% rename from biomes/mesa/plateau-dirt.json rename to biomes/mesa/msa-plateau-dirt.json index 0a442b3f..fc26ba22 100644 --- a/biomes/mesa/plateau-dirt.json +++ b/biomes/mesa/msa-plateau-dirt.json @@ -24,10 +24,6 @@ { "minHeight": 5, "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 0, - "maximumSlope": 3 - }, "style": {"style": "CELLULAR"}, "zoom": 0.7, "palette": [ @@ -39,102 +35,33 @@ }, { "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, + "maxHeight": 8, "palette": [{"block": "terracotta"}] }, { "minHeight": 2, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, + "maxHeight": 8, "palette": [{"block": "orange_terracotta"}] }, { "minHeight": 1, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, + "maxHeight": 8, "palette": [{"block": "white_terracotta"}] }, { "minHeight": 4, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, + "maxHeight": 8, "palette": [{"block": "terracotta"}] }, { "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, + "maxHeight": 8, "palette": [{"block": "yellow_terracotta"}] }, - { - "minHeight": 1, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "orange_terracotta"}] - }, - { - "minHeight": 5, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "terracotta"}] - }, { "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, + "maxHeight": 8, "palette": [{"block": "brown_terracotta"}] - }, - { - "minHeight": 2, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "terracotta"}] - }, - { - "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "red_terracotta"}] - }, - { - "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "terracotta"}] } ], "decorators": [{ diff --git a/biomes/mesa/msa-plateau-high.json b/biomes/mesa/msa-plateau-high.json new file mode 100644 index 00000000..bc815d7b --- /dev/null +++ b/biomes/mesa/msa-plateau-high.json @@ -0,0 +1,97 @@ +{ + "name": "Mesa Plateau High", + "derivative": "BADLANDS", + "vanillaDerivative": "BADLANDS", + "biomeScatter": [ + "BADLANDS", + "BADLANDS_PLATEAU", + "ERODED_BADLANDS" + ], + "children": ["mesa/msa-plateau-dirt-high"], + "generators": [ + { + "min": 55, + "max": 45, + "generator": "canyon-steep" + }, + { + "min": 2, + "max": 3, + "generator": "smooth-dunes" + }, + { + "min": 2, + "max": 6, + "generator": "cracked-cliffs" + } + ], + "layers": [ + { + "minHeight": 5, + "maxHeight": 5, + "style": {"style": "IRIS"}, + "zoom": 0.4, + "palette": [ + {"block": "red_terracotta"}, + {"block": "terracotta"}, + {"block": "terracotta"}, + {"block": "terracotta"}, + {"block": "terracotta"} + ] + }, + { + "minHeight": 3, + "maxHeight": 8, + "palette": [{"block": "terracotta"}] + }, + { + "minHeight": 2, + "maxHeight": 8, + "palette": [{"block": "orange_terracotta"}] + }, + { + "minHeight": 1, + "maxHeight": 8, + "palette": [{"block": "white_terracotta"}] + }, + { + "minHeight": 4, + "maxHeight": 8, + "palette": [{"block": "terracotta"}] + }, + { + "minHeight": 3, + "maxHeight": 8, + "palette": [{"block": "yellow_terracotta"}] + }, + { + "minHeight": 3, + "maxHeight": 8, + "palette": [{"block": "brown_terracotta"}] + } + ], + "lockLayers": true, + "decorators": [{ + "chance": 0.05, + "palette": [{"block": "tall_grass"}] + }], + "biomeStyle": {"style": "IRIS"}, + "objects": [{ + "place": [ + "desert/tower", + "desert/tower-twin" + ], + "chance": 5.0E-4, + "density": 2, + "mode": "FAST_STILT", + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "min": -360, + "max": 360 + } + } + }] +} diff --git a/biomes/mesa/plateau.json b/biomes/mesa/msa-plateau.json similarity index 99% rename from biomes/mesa/plateau.json rename to biomes/mesa/msa-plateau.json index eae84fb1..42623462 100644 --- a/biomes/mesa/plateau.json +++ b/biomes/mesa/msa-plateau.json @@ -7,7 +7,7 @@ "BADLANDS_PLATEAU", "ERODED_BADLANDS" ], - "children": ["mesa/plateau-dirt"], + "children": ["mesa/msa-plateau-dirt"], "generators": [ { "min": 35, diff --git a/biomes/mesa/red.json b/biomes/mesa/msa-red.json similarity index 100% rename from biomes/mesa/red.json rename to biomes/mesa/msa-red.json diff --git a/biomes/mesa/valleys.json b/biomes/mesa/msa-valleys.json similarity index 93% rename from biomes/mesa/valleys.json rename to biomes/mesa/msa-valleys.json index b4039be1..cdd8ba90 100644 --- a/biomes/mesa/valleys.json +++ b/biomes/mesa/msa-valleys.json @@ -23,17 +23,8 @@ "maximumSlope": 2 }, "style": { - "style": "SIMPLEX", - "zoom": 1.4, - "fracture": { - "style": "FRACTAL_BILLOW_SIMPLEX", - "zoom": 0.4, - "multiplier": 50, - "fracture": { - "style": "STATIC", - "multiplier": 3 - } - } + "style": "IRIS", + "zoom": 1.4 }, "zoom": 0.9, "minHeight": 1, @@ -142,22 +133,18 @@ ], "decorators": [ { - "chance": 0.2, + "chance": 0.189, "variance": { "style": "CELLULAR", "zoom": 0.3, "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", + "style": "SIMPLEX", "zoom": 0.3, "fracture": { "style": "STATIC", diff --git a/biomes/mesa/yellow.json b/biomes/mesa/msa-yellow.json similarity index 99% rename from biomes/mesa/yellow.json rename to biomes/mesa/msa-yellow.json index bfa9191a..7a5f8c4e 100644 --- a/biomes/mesa/yellow.json +++ b/biomes/mesa/msa-yellow.json @@ -2,7 +2,7 @@ "name": "Mesa Yellow", "derivative": "SHATTERED_SAVANNA", "vanillaDerivative": "BADLANDS", - "children": ["mesa/dark"], + "children": ["mesa/msa-dark"], "generators": [ { "min": 9, diff --git a/biomes/mesa/plateau-high.json b/biomes/mesa/plateau-high.json deleted file mode 100644 index 9d77f01a..00000000 --- a/biomes/mesa/plateau-high.json +++ /dev/null @@ -1,170 +0,0 @@ -{ - "name": "Mesa Plateau High", - "derivative": "BADLANDS", - "vanillaDerivative": "BADLANDS", - "biomeScatter": [ - "BADLANDS", - "BADLANDS_PLATEAU", - "ERODED_BADLANDS" - ], - "children": ["mesa/plateau-dirt-high"], - "generators": [ - { - "min": 55, - "max": 45, - "generator": "canyon-steep" - }, - { - "min": 2, - "max": 3, - "generator": "smooth-dunes" - }, - { - "min": 2, - "max": 6, - "generator": "cracked-cliffs" - } - ], - "layers": [ - { - "minHeight": 5, - "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 0, - "maximumSlope": 3 - }, - "style": {"style": "CELLULAR"}, - "zoom": 0.4, - "palette": [ - {"block": "red_terracotta"}, - {"block": "terracotta"}, - {"block": "terracotta"}, - {"block": "terracotta"}, - {"block": "terracotta"} - ] - }, - { - "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "terracotta"}] - }, - { - "minHeight": 2, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "orange_terracotta"}] - }, - { - "minHeight": 1, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "white_terracotta"}] - }, - { - "minHeight": 4, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "terracotta"}] - }, - { - "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "yellow_terracotta"}] - }, - { - "minHeight": 1, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "orange_terracotta"}] - }, - { - "minHeight": 5, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "terracotta"}] - }, - { - "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "brown_terracotta"}] - }, - { - "minHeight": 2, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "terracotta"}] - }, - { - "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "red_terracotta"}] - }, - { - "minHeight": 3, - "maxHeight": 10, - "slopeCondition": { - "minimumSlope": 3, - "maximumSlope": 255 - }, - "palette": [{"block": "terracotta"}] - } - ], - "lockLayers": true, - "decorators": [{ - "chance": 0.05, - "palette": [{"block": "tall_grass"}] - }], - "biomeStyle": {"style": "IRIS"}, - "objects": [{ - "place": [ - "desert/tower", - "desert/tower-twin" - ], - "chance": 5.0E-4, - "density": 2, - "mode": "FAST_STILT", - "rotation": { - "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } - } - }] -} diff --git a/biomes/mountain/beach.json b/biomes/mountain/mtn-beach.json similarity index 100% rename from biomes/mountain/beach.json rename to biomes/mountain/mtn-beach.json diff --git a/biomes/mountain/cliffs.json b/biomes/mountain/mtn-cliffs.json similarity index 100% rename from biomes/mountain/cliffs.json rename to biomes/mountain/mtn-cliffs.json diff --git a/biomes/mountain/forest-hills.json b/biomes/mountain/mtn-forest-hills.json similarity index 95% rename from biomes/mountain/forest-hills.json rename to biomes/mountain/mtn-forest-hills.json index 33fac66a..a68ded85 100644 --- a/biomes/mountain/forest-hills.json +++ b/biomes/mountain/mtn-forest-hills.json @@ -17,7 +17,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, @@ -103,20 +103,16 @@ "chance": 0.2, "variance": { "style": "CELLULAR", - "zoom": 0.3, + "zoom": 0.25, "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", - "zoom": 0.3, + "style": "SIMPLEX", + "zoom": 0.2, "fracture": { "style": "STATIC", "multiplier": 8 diff --git a/biomes/mountain/forest.json b/biomes/mountain/mtn-forest.json similarity index 95% rename from biomes/mountain/forest.json rename to biomes/mountain/mtn-forest.json index 7ba4e109..da80aa8d 100644 --- a/biomes/mountain/forest.json +++ b/biomes/mountain/mtn-forest.json @@ -17,7 +17,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, @@ -103,20 +103,16 @@ "chance": 0.2, "variance": { "style": "CELLULAR", - "zoom": 0.3, + "zoom": 0.25, "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", - "zoom": 0.3, + "style": "SIMPLEX", + "zoom": 0.2, "fracture": { "style": "STATIC", "multiplier": 8 diff --git a/biomes/mountain/hills.json b/biomes/mountain/mtn-hills.json similarity index 90% rename from biomes/mountain/hills.json rename to biomes/mountain/mtn-hills.json index 1e36a7f8..d0a740ed 100644 --- a/biomes/mountain/hills.json +++ b/biomes/mountain/mtn-hills.json @@ -2,7 +2,7 @@ "name": "Mountain Hills", "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", - "children": ["mountain/forest"], + "children": ["mountain/mtn-forest"], "generators": [{ "generator": "smooth-dunes", "max": 23, @@ -11,7 +11,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, @@ -81,20 +81,16 @@ "chance": 0.2, "variance": { "style": "CELLULAR", - "zoom": 0.3, + "zoom": 0.25, "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", - "zoom": 0.3, + "style": "SIMPLEX", + "zoom": 0.2, "fracture": { "style": "STATIC", "multiplier": 8 @@ -129,16 +125,11 @@ "zoom": 0.3, "fracture": { "style": "SIMPLEX", - "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "zoom": 0.2 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", + "style": "SIMPLEX", "zoom": 0.3, "fracture": { "style": "STATIC", diff --git a/biomes/mountain/main.json b/biomes/mountain/mtn-main.json similarity index 91% rename from biomes/mountain/main.json rename to biomes/mountain/mtn-main.json index 284a75ba..2fce80ee 100644 --- a/biomes/mountain/main.json +++ b/biomes/mountain/mtn-main.json @@ -2,7 +2,7 @@ "name": "Mountain Main", "derivative": "PLAINS", "vanillaDerivative": "PLAINS", - "children": ["mountain/middle"], + "children": ["mountain/mtn-middle"], "generators": [ { "min": 70, @@ -18,7 +18,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, @@ -105,16 +105,11 @@ "zoom": 0.3, "fracture": { "style": "SIMPLEX", - "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "zoom": 0.2 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", + "style": "SIMPLEX", "zoom": 0.3, "fracture": { "style": "STATIC", diff --git a/biomes/mountain/middle.json b/biomes/mountain/mtn-middle.json similarity index 93% rename from biomes/mountain/middle.json rename to biomes/mountain/mtn-middle.json index 9a3ce0c8..f4a7f5de 100644 --- a/biomes/mountain/middle.json +++ b/biomes/mountain/mtn-middle.json @@ -2,7 +2,7 @@ "name": "Mountain Middle", "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", - "children": ["mountain/cliffs"], + "children": ["mountain/mtn-cliffs"], "generators": [ { "generator": "mountain", @@ -68,7 +68,7 @@ "exponent": 0.625, "zoom": 1, "fracture": { - "style": "VIGOCTAVE_SIMPLEX", + "style": "SIMPLEX", "multiplier": 4, "zoom": 0.9 } @@ -107,11 +107,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/mountain/mountain.json b/biomes/mountain/mtn-mountain.json similarity index 93% rename from biomes/mountain/mountain.json rename to biomes/mountain/mtn-mountain.json index 9881440c..6ace125c 100644 --- a/biomes/mountain/mountain.json +++ b/biomes/mountain/mtn-mountain.json @@ -2,7 +2,7 @@ "name": "Mountain", "derivative": "MOUNTAIN_EDGE", "vanillaDerivative": "MOUNTAIN_EDGE", - "children": ["mountain/middle"], + "children": ["mountain/mtn-middle"], "generators": [ { "min": 70, @@ -18,7 +18,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, @@ -96,11 +96,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/mountain/plain-hills.json b/biomes/mountain/mtn-plain-hills.json similarity index 94% rename from biomes/mountain/plain-hills.json rename to biomes/mountain/mtn-plain-hills.json index c8f02cbd..7cfca373 100644 --- a/biomes/mountain/plain-hills.json +++ b/biomes/mountain/mtn-plain-hills.json @@ -17,7 +17,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, @@ -54,11 +54,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/mountain/plains.json b/biomes/mountain/mtn-plains.json similarity index 93% rename from biomes/mountain/plains.json rename to biomes/mountain/mtn-plains.json index 705dd235..deae11dc 100644 --- a/biomes/mountain/plains.json +++ b/biomes/mountain/mtn-plains.json @@ -2,11 +2,10 @@ "name": "Mountain Plains", "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", - "children": ["mountain/lake"], "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, @@ -92,11 +91,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { @@ -137,11 +132,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/mushroom/beach.json b/biomes/mushroom/mus-beach.json similarity index 100% rename from biomes/mushroom/beach.json rename to biomes/mushroom/mus-beach.json diff --git a/biomes/mushroom/crimson-forest.json b/biomes/mushroom/mus-crimson-forest.json similarity index 100% rename from biomes/mushroom/crimson-forest.json rename to biomes/mushroom/mus-crimson-forest.json diff --git a/biomes/mushroom/forest-hills.json b/biomes/mushroom/mus-forest-hills.json similarity index 100% rename from biomes/mushroom/forest-hills.json rename to biomes/mushroom/mus-forest-hills.json diff --git a/biomes/mushroom/forest.json b/biomes/mushroom/mus-forest.json similarity index 99% rename from biomes/mushroom/forest.json rename to biomes/mushroom/mus-forest.json index 5c4bc50d..d5bb844c 100644 --- a/biomes/mushroom/forest.json +++ b/biomes/mushroom/mus-forest.json @@ -2,7 +2,7 @@ "name": "Mushroom Forest", "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS", - "children": ["mushroom/forest-hills"], + "children": ["mushroom/mus-forest-hills"], "layers": [ { "minHeight": 3, diff --git a/biomes/mushroom/plains.json b/biomes/mushroom/mus-plains.json similarity index 100% rename from biomes/mushroom/plains.json rename to biomes/mushroom/mus-plains.json diff --git a/biomes/mushroom/warped-forest.json b/biomes/mushroom/mus-warped-forest.json similarity index 100% rename from biomes/mushroom/warped-forest.json rename to biomes/mushroom/mus-warped-forest.json diff --git a/biomes/mesa/river.json b/biomes/ocean/msa-river.json similarity index 100% rename from biomes/mesa/river.json rename to biomes/ocean/msa-river.json diff --git a/biomes/ocean/beach.json b/biomes/ocean/oce-beach.json similarity index 81% rename from biomes/ocean/beach.json rename to biomes/ocean/oce-beach.json index a976fb98..a04daf87 100644 --- a/biomes/ocean/beach.json +++ b/biomes/ocean/oce-beach.json @@ -20,15 +20,6 @@ {"block": "dirt"}, {"block": "coarse_dirt"} ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": {"style": "STATIC"}, - "palette": [ - {"block": "dirt"}, - {"block": "stone"} - ] } ], "decorators": [ @@ -36,20 +27,16 @@ "chance": 0.2, "variance": { "style": "CELLULAR", - "zoom": 0.3, + "zoom": 0.25, "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", - "zoom": 0.3, + "style": "SIMPLEX", + "zoom": 0.2, "fracture": { "style": "STATIC", "multiplier": 8 diff --git a/biomes/ocean/deep.json b/biomes/ocean/oce-deep.json similarity index 98% rename from biomes/ocean/deep.json rename to biomes/ocean/oce-deep.json index 3a624f40..a86a711b 100644 --- a/biomes/ocean/deep.json +++ b/biomes/ocean/oce-deep.json @@ -15,7 +15,7 @@ "minimumSlope": 0, "maximumSlope": 3 }, - "style": {"style": "FRACTAL_FBM_IRIS"}, + "style": {"style": "IRIS"}, "zoom": 0.6, "palette": [ {"block": "sand"}, diff --git a/biomes/frozen/ocean.json b/biomes/ocean/oce-fzn-ocean.json similarity index 95% rename from biomes/frozen/ocean.json rename to biomes/ocean/oce-fzn-ocean.json index d4591afc..8cb89a1b 100644 --- a/biomes/frozen/ocean.json +++ b/biomes/ocean/oce-fzn-ocean.json @@ -55,13 +55,7 @@ { "minHeight": 3, "maxHeight": 6, - "style": { - "style": "FRACTAL_WATER", - "fracture": { - "multiplier": 9.25, - "style": "IRIS_DOUBLE" - } - }, + "style": {"style": "IRIS"}, "zoom": 1.16, "palette": [ { @@ -91,7 +85,7 @@ ], "objects": [ { - "chance": 0.4, + "chance": 0.003, "mode": "FAST_MIN_HEIGHT", "density": 3, "snow": 0.35, diff --git a/biomes/frozen/river.json b/biomes/ocean/oce-fzn-river.json similarity index 92% rename from biomes/frozen/river.json rename to biomes/ocean/oce-fzn-river.json index b92872c1..30c6f1ed 100644 --- a/biomes/frozen/river.json +++ b/biomes/ocean/oce-fzn-river.json @@ -35,13 +35,7 @@ { "minHeight": 3, "maxHeight": 6, - "style": { - "style": "FRACTAL_WATER", - "fracture": { - "multiplier": 9.25, - "style": "IRIS_DOUBLE" - } - }, + "style": {"style": "IRIS"}, "zoom": 1.16, "palette": [ { @@ -71,7 +65,7 @@ ], "objects": [ { - "chance": 0.05, + "chance": 0.003, "density": 3, "snow": 0.45, "rotation": { diff --git a/biomes/hot/ocean-cliffs.json b/biomes/ocean/oce-hot-ocean-cliffs.json similarity index 100% rename from biomes/hot/ocean-cliffs.json rename to biomes/ocean/oce-hot-ocean-cliffs.json diff --git a/biomes/hot/ocean.json b/biomes/ocean/oce-hot-ocean.json similarity index 98% rename from biomes/hot/ocean.json rename to biomes/ocean/oce-hot-ocean.json index ecca2d31..50fe7579 100644 --- a/biomes/hot/ocean.json +++ b/biomes/ocean/oce-hot-ocean.json @@ -2,10 +2,7 @@ "name": "Hot Ocean", "derivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", - "children": [ - "hot/river", - "hot/ocean-cliffs" - ], + "children": ["ocean/oce-hot-ocean-cliffs"], "generators": [{ "min": -11, "max": -7, diff --git a/biomes/hot/river.json b/biomes/ocean/oce-hot-river.json similarity index 100% rename from biomes/hot/river.json rename to biomes/ocean/oce-hot-river.json diff --git a/biomes/mountain/lake.json b/biomes/ocean/oce-mtn-lake.json similarity index 91% rename from biomes/mountain/lake.json rename to biomes/ocean/oce-mtn-lake.json index 68ffd1b3..30a4f929 100644 --- a/biomes/mountain/lake.json +++ b/biomes/ocean/oce-mtn-lake.json @@ -66,20 +66,16 @@ "chance": 0.2, "variance": { "style": "CELLULAR", - "zoom": 0.3, + "zoom": 0.25, "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", - "zoom": 0.3, + "style": "SIMPLEX", + "zoom": 0.2, "fracture": { "style": "STATIC", "multiplier": 8 @@ -115,15 +111,11 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", + "style": "SIMPLEX", "zoom": 0.3, "fracture": { "style": "STATIC", diff --git a/biomes/mountain/river-soft.json b/biomes/ocean/oce-mtn-river-soft.json similarity index 100% rename from biomes/mountain/river-soft.json rename to biomes/ocean/oce-mtn-river-soft.json diff --git a/biomes/mountain/river.json b/biomes/ocean/oce-mtn-river.json similarity index 100% rename from biomes/mountain/river.json rename to biomes/ocean/oce-mtn-river.json diff --git a/biomes/mushroom/lake.json b/biomes/ocean/oce-mus-lake.json similarity index 100% rename from biomes/mushroom/lake.json rename to biomes/ocean/oce-mus-lake.json diff --git a/biomes/mushroom/ocean.json b/biomes/ocean/oce-mus-ocean.json similarity index 100% rename from biomes/mushroom/ocean.json rename to biomes/ocean/oce-mus-ocean.json diff --git a/biomes/ocean/ocean.json b/biomes/ocean/oce-ocean.json similarity index 99% rename from biomes/ocean/ocean.json rename to biomes/ocean/oce-ocean.json index 979a3835..e402ddc7 100644 --- a/biomes/ocean/ocean.json +++ b/biomes/ocean/oce-ocean.json @@ -5,7 +5,7 @@ "generators": [{ "generator": "mountain", "max": -35, - "min": -60 + "min": -50 }], "layers": [ { diff --git a/biomes/swamp/ocean-tree.json b/biomes/ocean/oce-swa-ocean-tree.json similarity index 98% rename from biomes/swamp/ocean-tree.json rename to biomes/ocean/oce-swa-ocean-tree.json index eb34baaf..ff1637eb 100644 --- a/biomes/swamp/ocean-tree.json +++ b/biomes/ocean/oce-swa-ocean-tree.json @@ -141,7 +141,7 @@ } }, { - "mode": "FAST_MIN_HEIGHT", + "mode": "VACUUM", "place": [ "tree/jungle/1", "tree/jungle/2", @@ -184,7 +184,7 @@ "max": 360 } }, - "translate": {"y": -6} + "translate": {"y": 0} } ], "wall": { diff --git a/biomes/swamp/ocean.json b/biomes/ocean/oce-swa-ocean.json similarity index 98% rename from biomes/swamp/ocean.json rename to biomes/ocean/oce-swa-ocean.json index 07a3cae7..908c60fb 100644 --- a/biomes/swamp/ocean.json +++ b/biomes/ocean/oce-swa-ocean.json @@ -14,9 +14,7 @@ "style": { "style": "VASCULAR", "zoom": 0.8, - "fracture": { - "style": "STATIC" - } + "fracture": {"style": "STATIC"} }, "zoom": 0.825, "palette": [ diff --git a/biomes/temperate/ocean-deep.json b/biomes/ocean/oce-tem-ocean-deep.json similarity index 99% rename from biomes/temperate/ocean-deep.json rename to biomes/ocean/oce-tem-ocean-deep.json index 3f24392a..6766c92b 100644 --- a/biomes/temperate/ocean-deep.json +++ b/biomes/ocean/oce-tem-ocean-deep.json @@ -3,8 +3,8 @@ "derivative": "DEEP_OCEAN", "vanillaDerivative": "DEEP_OCEAN", "generators": [{ - "min": -57, - "max": -25, + "min": -52, + "max": -37, "generator": "plain" }], "layers": [ diff --git a/biomes/temperate/ocean.json b/biomes/ocean/oce-tem-ocean.json similarity index 99% rename from biomes/temperate/ocean.json rename to biomes/ocean/oce-tem-ocean.json index 0f0bec24..fa50abea 100644 --- a/biomes/temperate/ocean.json +++ b/biomes/ocean/oce-tem-ocean.json @@ -2,7 +2,7 @@ "name": "Temperate Ocean", "derivative": "LUKEWARM_OCEAN", "vanillaDerivative": "OCEAN", - "children": ["temperate/ocean-deep"], + "children": ["temperate/oce-tmp-ocean-deep"], "generators": [{ "min": -31, "max": -7, diff --git a/biomes/temperate/river.json b/biomes/ocean/oce-tem-river.json similarity index 100% rename from biomes/temperate/river.json rename to biomes/ocean/oce-tem-river.json diff --git a/biomes/tropical/coral-ocean-cliffs.json b/biomes/ocean/oce-tro-coral-ocean-cliffs.json similarity index 99% rename from biomes/tropical/coral-ocean-cliffs.json rename to biomes/ocean/oce-tro-coral-ocean-cliffs.json index 74dc6937..efe525da 100644 --- a/biomes/tropical/coral-ocean-cliffs.json +++ b/biomes/ocean/oce-tro-coral-ocean-cliffs.json @@ -2,7 +2,7 @@ "name": "Tropical Coral Ocean Cliffs", "derivative": "LUKEWARM_OCEAN", "vanillaDerivative": "LUKEWARM_OCEAN", - "children": ["tropical/coral-ocean"], + "children": ["ocean/oce-tro-coral-ocean"], "generators": [{ "min": -51, "max": -37, diff --git a/biomes/tropical/coral-ocean.json b/biomes/ocean/oce-tro-coral-ocean.json similarity index 100% rename from biomes/tropical/coral-ocean.json rename to biomes/ocean/oce-tro-coral-ocean.json diff --git a/biomes/tropical/ocean.json b/biomes/ocean/oce-tro-ocean.json similarity index 98% rename from biomes/tropical/ocean.json rename to biomes/ocean/oce-tro-ocean.json index 105813de..2d001d30 100644 --- a/biomes/tropical/ocean.json +++ b/biomes/ocean/oce-tro-ocean.json @@ -3,8 +3,8 @@ "derivative": "DEEP_WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", "children": [ - "tropical/coral-ocean", - "tropical/coral-ocean-cliffs" + "ocean/oce-tro-coral-ocean", + "ocean/oce-tro-coral-ocean-cliffs" ], "generators": [{ "min": -38, diff --git a/biomes/tropical/river-soft.json b/biomes/ocean/oce-tro-river-soft.json similarity index 100% rename from biomes/tropical/river-soft.json rename to biomes/ocean/oce-tro-river-soft.json diff --git a/biomes/tropical/river-steep.json b/biomes/ocean/oce-tro-river-steep.json similarity index 100% rename from biomes/tropical/river-steep.json rename to biomes/ocean/oce-tro-river-steep.json diff --git a/biomes/tundra/river-rocky.json b/biomes/ocean/oce-tun-river-rocky.json similarity index 100% rename from biomes/tundra/river-rocky.json rename to biomes/ocean/oce-tun-river-rocky.json diff --git a/biomes/tundra/river.json b/biomes/ocean/oce-tun-river.json similarity index 98% rename from biomes/tundra/river.json rename to biomes/ocean/oce-tun-river.json index 72b4878b..514a183c 100644 --- a/biomes/tundra/river.json +++ b/biomes/ocean/oce-tun-river.json @@ -2,7 +2,7 @@ "name": "Tundra River", "derivative": "COLD_OCEAN", "vanillaDerivative": "RIVER", - "children": ["tundra/river-rocky"], + "children": ["ocean/oce-tun-river-rocky"], "generators": [{ "generator": "river", "max": -10, diff --git a/biomes/ocean/warm-bottom.json b/biomes/ocean/oce-warm-bottom.json similarity index 100% rename from biomes/ocean/warm-bottom.json rename to biomes/ocean/oce-warm-bottom.json diff --git a/biomes/ocean/warm.json b/biomes/ocean/oce-warm.json similarity index 99% rename from biomes/ocean/warm.json rename to biomes/ocean/oce-warm.json index 0077c793..bc0b152f 100644 --- a/biomes/ocean/warm.json +++ b/biomes/ocean/oce-warm.json @@ -2,7 +2,7 @@ "name": "Ocean Warm", "derivative": "WARM_OCEAN", "vanillaDerivative": "WARM_OCEAN", - "children": ["ocean/warm-bottom"], + "children": ["ocean/oce-warm-bottom"], "generators": [{ "generator": "plain", "max": -10, diff --git a/biomes/savanna/acacia-denmyre.json b/biomes/savanna/sav-acacia-denmyre.json similarity index 98% rename from biomes/savanna/acacia-denmyre.json rename to biomes/savanna/sav-acacia-denmyre.json index cb01b963..e973e2a0 100644 --- a/biomes/savanna/acacia-denmyre.json +++ b/biomes/savanna/sav-acacia-denmyre.json @@ -32,7 +32,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "structure": "village-savanna", diff --git a/biomes/savanna/beach.json b/biomes/savanna/sav-beach.json similarity index 100% rename from biomes/savanna/beach.json rename to biomes/savanna/sav-beach.json diff --git a/biomes/savanna/cliff.json b/biomes/savanna/sav-cliff.json similarity index 98% rename from biomes/savanna/cliff.json rename to biomes/savanna/sav-cliff.json index 2b3c7ffe..4717eccc 100644 --- a/biomes/savanna/cliff.json +++ b/biomes/savanna/sav-cliff.json @@ -2,7 +2,7 @@ "name": "Savanna Cliffs", "derivative": "SAVANNA", "vanillaDerivative": "SAVANNA", - "children": ["savanna/acacia-denmyre"], + "children": ["savanna/sav-acacia-denmyre"], "generators": [{ "min": 9, "max": 28, @@ -11,7 +11,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "structure": "village-savanna", diff --git a/biomes/savanna/forest.json b/biomes/savanna/sav-forest.json similarity index 99% rename from biomes/savanna/forest.json rename to biomes/savanna/sav-forest.json index 95428c60..b73b9668 100644 --- a/biomes/savanna/forest.json +++ b/biomes/savanna/sav-forest.json @@ -47,7 +47,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "structure": "village-savanna", diff --git a/biomes/savanna/plateau.json b/biomes/savanna/sav-plateau.json similarity index 99% rename from biomes/savanna/plateau.json rename to biomes/savanna/sav-plateau.json index 250d724d..220a035a 100644 --- a/biomes/savanna/plateau.json +++ b/biomes/savanna/sav-plateau.json @@ -10,7 +10,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "structure": "village-savanna", diff --git a/biomes/savanna/savanna.json b/biomes/savanna/sav-savanna.json similarity index 98% rename from biomes/savanna/savanna.json rename to biomes/savanna/sav-savanna.json index 0c404ae0..9846363b 100644 --- a/biomes/savanna/savanna.json +++ b/biomes/savanna/sav-savanna.json @@ -2,7 +2,7 @@ "name": "Savanna", "derivative": "SAVANNA", "vanillaDerivative": "SAVANNA", - "children": ["savanna/cliff"], + "children": ["savanna/sav-cliff"], "generators": [ { "min": 7, @@ -18,7 +18,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "structure": "village-savanna", diff --git a/biomes/swamp/beach.json b/biomes/swamp/swa-beach.json similarity index 100% rename from biomes/swamp/beach.json rename to biomes/swamp/swa-beach.json diff --git a/biomes/swamp/denmyre.json b/biomes/swamp/swa-denmyre.json similarity index 99% rename from biomes/swamp/denmyre.json rename to biomes/swamp/swa-denmyre.json index f65e84e1..4e797e64 100644 --- a/biomes/swamp/denmyre.json +++ b/biomes/swamp/swa-denmyre.json @@ -32,7 +32,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/swamp/lake.json b/biomes/swamp/swa-lake.json similarity index 98% rename from biomes/swamp/lake.json rename to biomes/swamp/swa-lake.json index 87663e36..2ef22312 100644 --- a/biomes/swamp/lake.json +++ b/biomes/swamp/swa-lake.json @@ -2,7 +2,7 @@ "name": "Swampy Marsh", "derivative": "SWAMP", "vanillaDerivative": "SWAMP", - "children": ["swamp/marsh"], + "children": ["swamp/swa-marsh"], "generators": [{ "min": -8, "max": -5, diff --git a/biomes/swamp/marsh-rotten.json b/biomes/swamp/swa-marsh-rotten.json similarity index 100% rename from biomes/swamp/marsh-rotten.json rename to biomes/swamp/swa-marsh-rotten.json diff --git a/biomes/swamp/marsh.json b/biomes/swamp/swa-marsh.json similarity index 99% rename from biomes/swamp/marsh.json rename to biomes/swamp/swa-marsh.json index a0c5a0c3..67715bfe 100644 --- a/biomes/swamp/marsh.json +++ b/biomes/swamp/swa-marsh.json @@ -2,7 +2,7 @@ "name": "Swamp Marsh", "derivative": "SWAMP", "vanillaDerivative": "SWAMP", - "children": ["swamp/marsh-rotten"], + "children": ["swamp/swa-marsh-rotten"], "generators": [{ "min": 3, "max": 6, diff --git a/biomes/swamp/roofed-forest.json b/biomes/swamp/swa-roofed-forest.json similarity index 99% rename from biomes/swamp/roofed-forest.json rename to biomes/swamp/swa-roofed-forest.json index 334b2d66..bc025139 100644 --- a/biomes/swamp/roofed-forest.json +++ b/biomes/swamp/swa-roofed-forest.json @@ -2,7 +2,7 @@ "name": "Swamp Roofed Forest", "derivative": "SWAMP", "vanillaDerivative": "DARK_FOREST", - "children": ["swamp/lake"], + "children": ["swamp/swa-lake"], "generators": [{ "min": 4, "max": 11, @@ -45,7 +45,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/swamp/roofed-wayward.json b/biomes/swamp/swa-roofed-wayward.json similarity index 99% rename from biomes/swamp/roofed-wayward.json rename to biomes/swamp/swa-roofed-wayward.json index d2f83c4a..a2086119 100644 --- a/biomes/swamp/roofed-wayward.json +++ b/biomes/swamp/swa-roofed-wayward.json @@ -2,7 +2,7 @@ "name": "Swamp Roofed Wayward", "derivative": "SWAMP", "vanillaDerivative": "DARK_FOREST", - "children": ["swamp/lake"], + "children": ["swamp/swa-lake"], "generators": [{ "min": -7, "max": -3, @@ -45,7 +45,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/swamp/swa-sleepy/sleepy-klarus-b.json b/biomes/swamp/swa-sleepy/sleepy-klarus-b.json new file mode 100644 index 00000000..95e76c37 --- /dev/null +++ b/biomes/swamp/swa-sleepy/sleepy-klarus-b.json @@ -0,0 +1,283 @@ +{ + "name": "Sleepy Klarus Deep", + "derivative": "SWAMP_HILLS", + "vanillaDerivative": "SWAMP", + "generators": [ + { + "min": 1, + "max": 2, + "generator": "plain" + } + ], + "layers": [ + { + "zoom": 0.5, + "style": { + "style": "IRIS" + }, + "palette": [ + { + "weight": 5, + "block": "grass_block" + }, + { + "weight": 2, + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + { + "block": "dirt" + }, + { + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "variance": { + "style": "STATIC" + }, + "zoom": 0.02, + "palette": [ + { + "block": "brown_mushroom" + }, + { + "block": "red_mushroom" + } + ], + "style": { + "style": "STATIC" + } + }, + { + "chance": 0.13, + "variance": { + "style": "STATIC" + }, + "zoom": 0.2, + "palette": [ + { + "block": "large_fern" + }, + { + "block": "tall_grass" + } + ], + "style": { + "style": "STATIC" + } + }, + { + "chance": 0.15, + "variance": { + "style": "STATIC" + }, + "zoom": 0.3, + "palette": [ + { + "block": "dead_bush" + }, + { + "block": "fern" + } + ], + "style": { + "style": "STATIC" + } + } + ], + "entityInitialSpawns": [ + { + "entity": "cow", + "maxSpawns": 1, + "minSpawns": 1, + "rarity": 6 + }, + { + "entity": "pig", + "maxSpawns": 1, + "minSpawns": 1, + "rarity": 6 + } + ], + "objects": [ + { + "chance": 0.6, + "edit": [ + { + "find": [{"block": "oak_log"}], + "replace": {"palette": [{"block": "dark_oak_log"}]} + }, + { + "find": [{"block": "oak_wood"}], + "replace": {"palette": [{"block": "dark_oak_wood"}]} + }, + { + "find": [{"block": "oak_fence"}], + "replace": {"palette": [{"block": "dark_oak_fence"}]} + }, + { + "find": [{"block": "dark_oak_planks"}], + "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]} + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "clutter/oak-clutt-1", + "clutter/oak-clutt-2", + "clutter/oak-clutt-3", + "clutter/oak-clutt-4", + "clutter/oak-clutt-5" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.8, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "creepy-oak/FantasyOak1", + "creepy-oak/FantasyOak2", + "creepy-oak/FantasyOak3", + "creepy-oak/FantasyOak4" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + }, + "edit": [ + { + "find": [ + { + "block": "oak_leaves" + } + ], + "replace": { + "palette": [ + { + "block": "oak_leaves", + "data": {"persistent": true} + }, + { + "block": "spruce_leaves", + "data": {"persistent": true} + } + ] + } + }, + { + "find": [ + { + "block": "oak_log" + } + ], + "replace": { + "palette": [ + { + "block": "dark_oak_wood" + }, + { + "block": "spruce_leaves", + "data": {"persistent": true} + } + ] + } + } + ] + }, + { + "chance": 0.1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "wasteland/stone-1", + "wasteland/stone-2", + "wasteland/stone-3", + "wasteland/stone-4", + "wasteland/stone-5", + "wasteland/stone-6", + "wasteland/stone-7" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], + "biomeZoom": 9, + "biomeStyle": { + "style": "IRIS" + }, + "wall": { + "style": { + "style": "STATIC" + }, + "palette": [ + { + "block": "stone" + }, + { + "block": "andesite" + }, + { + "block": "stone" + } + ] + } +} \ No newline at end of file diff --git a/biomes/swamp/swa-sleepy/swa-sleepy-klarus-b.json b/biomes/swamp/swa-sleepy/swa-sleepy-klarus-b.json new file mode 100644 index 00000000..14fa3272 --- /dev/null +++ b/biomes/swamp/swa-sleepy/swa-sleepy-klarus-b.json @@ -0,0 +1,219 @@ +{ + "name": "Sleepy Klarus Deep", + "derivative": "SWAMP_HILLS", + "vanillaDerivative": "SWAMP", + "generators": [{ + "min": 1, + "max": 2, + "generator": "plain" + }], + "layers": [ + { + "zoom": 0.5, + "style": {"style": "IRIS"}, + "palette": [ + { + "weight": 5, + "block": "grass_block" + }, + { + "weight": 2, + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + {"block": "dirt"}, + {"block": "coarse_dirt"} + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": {"style": "STATIC"}, + "palette": [ + {"block": "stone"}, + {"block": "andesite"}, + {"block": "stone"} + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "variance": {"style": "STATIC"}, + "zoom": 0.02, + "palette": [ + {"block": "brown_mushroom"}, + {"block": "red_mushroom"} + ], + "style": {"style": "STATIC"} + }, + { + "chance": 0.13, + "variance": {"style": "STATIC"}, + "zoom": 0.2, + "palette": [ + {"block": "large_fern"}, + {"block": "tall_grass"} + ], + "style": {"style": "STATIC"} + }, + { + "chance": 0.15, + "variance": {"style": "STATIC"}, + "zoom": 0.3, + "palette": [ + {"block": "dead_bush"}, + {"block": "fern"} + ], + "style": {"style": "STATIC"} + } + ], + "entityInitialSpawns": [ + { + "entity": "cow", + "maxSpawns": 1, + "minSpawns": 1, + "rarity": 6 + }, + { + "entity": "pig", + "maxSpawns": 1, + "minSpawns": 1, + "rarity": 6 + } + ], + "objects": [ + { + "chance": 0.6, + "edit": [ + { + "find": [{"block": "oak_log"}], + "replace": {"palette": [{"block": "dark_oak_log"}]} + }, + { + "find": [{"block": "oak_wood"}], + "replace": {"palette": [{"block": "dark_oak_wood"}]} + }, + { + "find": [{"block": "oak_fence"}], + "replace": {"palette": [{"block": "dark_oak_fence"}]} + }, + { + "find": [{"block": "dark_oak_planks"}], + "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]} + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "clutter/oak-clutt-1", + "clutter/oak-clutt-2", + "clutter/oak-clutt-3", + "clutter/oak-clutt-4", + "clutter/oak-clutt-5" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.8, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "creepy-oak/FantasyOak1", + "creepy-oak/FantasyOak2", + "creepy-oak/FantasyOak3", + "creepy-oak/FantasyOak4" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + }, + "edit": [ + { + "find": [{"block": "oak_leaves"}], + "replace": {"palette": [ + { + "block": "oak_leaves", + "data": {"persistent": true} + }, + { + "block": "spruce_leaves", + "data": {"persistent": true} + } + ]} + }, + { + "find": [{"block": "oak_log"}], + "replace": {"palette": [ + {"block": "dark_oak_wood"}, + { + "block": "spruce_leaves", + "data": {"persistent": true} + } + ]} + } + ] + }, + { + "chance": 0.1, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "wasteland/stone-1", + "wasteland/stone-2", + "wasteland/stone-3", + "wasteland/stone-4", + "wasteland/stone-5", + "wasteland/stone-6", + "wasteland/stone-7" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], + "biomeZoom": 9, + "biomeStyle": {"style": "IRIS"}, + "wall": { + "style": {"style": "STATIC"}, + "palette": [ + {"block": "stone"}, + {"block": "andesite"}, + {"block": "stone"} + ] + } +} diff --git a/biomes/swamp/swa-sleepy/swa-sleepy-klarus-path.json b/biomes/swamp/swa-sleepy/swa-sleepy-klarus-path.json new file mode 100644 index 00000000..4db9f5b7 --- /dev/null +++ b/biomes/swamp/swa-sleepy/swa-sleepy-klarus-path.json @@ -0,0 +1,184 @@ +{ + "name": "Sleepy Klarus Pathway", + "derivative": "SWAMP_HILLS", + "vanillaDerivative": "SWAMP", + "childStyle": { + "style": "VASCULAR", + "zoom": 0.5 + }, + "children": [ + "swamp/swa-sleepy/sleepy-klarus", + "swamp/swa-sleepy/sleepy-klarus-b", + "swamp/swa-sleepy/sleepy-klarus-b" + ], + "generators": [{ + "generator": "plain", + "max": 9, + "min": 12 + }], + "layers": [ + { + "minHeight": 1, + "maxHeight": 3, + "palette": [{"block": "podzol"}] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": {"style": "STATIC"}, + "palette": [ + {"block": "stone"}, + {"block": "andesite"}, + {"block": "stone"} + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "variance": {"style": "STATIC"}, + "zoom": 0.02, + "palette": [ + {"block": "brown_mushroom"}, + {"block": "red_mushroom"} + ], + "style": {"style": "STATIC"} + }, + { + "chance": 0.13, + "variance": {"style": "STATIC"}, + "zoom": 0.2, + "palette": [ + {"block": "large_fern"}, + {"block": "tall_grass"} + ], + "style": {"style": "STATIC"} + }, + { + "chance": 0.15, + "variance": {"style": "STATIC"}, + "zoom": 0.3, + "palette": [ + {"block": "dead_bush"}, + {"block": "fern"} + ], + "style": {"style": "STATIC"} + } + ], + "objects": [ + { + "chance": 0.6, + "edit": [ + { + "find": [{"block": "oak_log"}], + "replace": {"palette": [{"block": "dark_oak_log"}]} + }, + { + "find": [{"block": "oak_wood"}], + "replace": {"palette": [{"block": "dark_oak_wood"}]} + }, + { + "find": [{"block": "oak_fence"}], + "replace": {"palette": [{"block": "dark_oak_fence"}]} + }, + { + "find": [{"block": "dark_oak_planks"}], + "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]} + } + ], + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "clutter/oak-clutt-1", + "clutter/oak-clutt-2", + "clutter/oak-clutt-3", + "clutter/oak-clutt-4", + "clutter/oak-clutt-5" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + }, + { + "chance": 0.08, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "misc/shrub-1", + "misc/shrub-2", + "misc/shrub-3", + "misc/shrub-4", + "misc/shrub-5", + "misc/shrub-6" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + }, + { + "chance": 0.05, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "wasteland/stone-1", + "wasteland/stone-2", + "wasteland/stone-3", + "wasteland/stone-4", + "wasteland/stone-5", + "wasteland/stone-6", + "wasteland/stone-7" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], + "slab": { + "style": {"style": "FLAT"}, + "palette": [{ + "data": { + "waterlogged": false, + "type": "bottom" + }, + "block": "cobblestone_slab" + }] + }, + "biomeZoom": 9, + "biomeStyle": {"style": "IRIS"}, + "wall": { + "style": {"style": "STATIC"}, + "palette": [ + {"block": "stone"}, + {"block": "andesite"}, + {"block": "stone"} + ] + } +} diff --git a/biomes/swamp/swa-sleepy/swa-sleepy-klarus.json b/biomes/swamp/swa-sleepy/swa-sleepy-klarus.json new file mode 100644 index 00000000..00f00611 --- /dev/null +++ b/biomes/swamp/swa-sleepy/swa-sleepy-klarus.json @@ -0,0 +1,189 @@ +{ + "name": "Sleepy Klarus Dense", + "derivative": "SWAMP_HILLS", + "vanillaDerivative": "SWAMP", + "generators": [{ + "min": 1, + "max": 2, + "generator": "plain" + }], + "layers": [ + { + "zoom": 0.5, + "style": {"style": "IRIS"}, + "palette": [ + { + "weight": 5, + "block": "grass_block" + }, + { + "weight": 2, + "block": "coarse_dirt" + } + ] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + {"block": "dirt"}, + {"block": "coarse_dirt"} + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": {"style": "STATIC"}, + "palette": [ + {"block": "stone"}, + {"block": "andesite"}, + {"block": "stone"} + ] + } + ], + "decorators": [ + { + "chance": 0.005, + "variance": {"style": "STATIC"}, + "zoom": 0.02, + "palette": [ + {"block": "brown_mushroom"}, + {"block": "red_mushroom"} + ], + "style": {"style": "STATIC"} + }, + { + "chance": 0.13, + "variance": {"style": "STATIC"}, + "zoom": 0.2, + "palette": [ + {"block": "large_fern"}, + {"block": "tall_grass"} + ], + "style": {"style": "STATIC"} + }, + { + "chance": 0.15, + "variance": {"style": "STATIC"}, + "zoom": 0.3, + "palette": [ + {"block": "dead_bush"}, + {"block": "fern"} + ], + "style": {"style": "STATIC"} + } + ], + "objects": [ + { + "chance": 0.8, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "creepy-oak/FantasyOak1", + "creepy-oak/FantasyOak2", + "creepy-oak/FantasyOak3", + "creepy-oak/FantasyOak4" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + }, + "edit": [ + { + "find": [{"block": "oak_leaves"}], + "replace": {"palette": [ + { + "block": "oak_leaves", + "data": {"persistent": true} + }, + { + "block": "spruce_leaves", + "data": {"persistent": true} + } + ]} + }, + { + "find": [{"block": "oak_log"}], + "replace": {"palette": [ + {"block": "dark_oak_wood"}, + { + "block": "spruce_leaves", + "data": {"persistent": true} + } + ]} + } + ] + }, + { + "chance": 0.08, + "density": 2, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "misc/shrub-1", + "misc/shrub-2", + "misc/shrub-3", + "misc/shrub-4", + "misc/shrub-5", + "misc/shrub-6" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + }, + { + "chance": 0.05, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "wasteland/stone-1", + "wasteland/stone-2", + "wasteland/stone-3", + "wasteland/stone-4", + "wasteland/stone-5", + "wasteland/stone-6", + "wasteland/stone-7" + ], + "translate": { + "x": 0, + "y": -2, + "z": 0 + } + } + ], + "biomeZoom": 9, + "biomeStyle": {"style": "IRIS"}, + "wall": { + "style": {"style": "STATIC"}, + "palette": [ + {"block": "stone"}, + {"block": "andesite"}, + {"block": "stone"} + ] + } +} diff --git a/biomes/swamp/willow-forest.json b/biomes/swamp/swa-willow-forest.json similarity index 98% rename from biomes/swamp/willow-forest.json rename to biomes/swamp/swa-willow-forest.json index 9e4626c6..5cab5289 100644 --- a/biomes/swamp/willow-forest.json +++ b/biomes/swamp/swa-willow-forest.json @@ -3,8 +3,8 @@ "derivative": "SWAMP", "vanillaDerivative": "DARK_FOREST", "children": [ - "swamp/denmyre", - "swamp/marsh" + "swamp/swa-denmyre", + "swamp/swa-marsh" ], "generators": [{ "min": 4, @@ -48,7 +48,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, @@ -57,7 +57,7 @@ ], "effects": [ { - "interval": 65656, + "interval": 55656, "sound": "AMBIENT_SOUL_SAND_VALLEY_MOOD", "soundDistance": 3, "volume": 6.2, diff --git a/biomes/temperate/beach.json b/biomes/temperate/tem-beach.json similarity index 100% rename from biomes/temperate/beach.json rename to biomes/temperate/tem-beach.json diff --git a/biomes/temperate/birch-denmyre.json b/biomes/temperate/tem-birch-denmyre.json similarity index 99% rename from biomes/temperate/birch-denmyre.json rename to biomes/temperate/tem-birch-denmyre.json index 16eda074..7be1c8bf 100644 --- a/biomes/temperate/birch-denmyre.json +++ b/biomes/temperate/tem-birch-denmyre.json @@ -32,7 +32,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/temperate/birch-forest.json b/biomes/temperate/tem-birch-forest.json similarity index 98% rename from biomes/temperate/birch-forest.json rename to biomes/temperate/tem-birch-forest.json index 478c6d53..4c3eff96 100644 --- a/biomes/temperate/birch-forest.json +++ b/biomes/temperate/tem-birch-forest.json @@ -2,7 +2,7 @@ "name": "Temperate Birch Forest", "derivative": "PLAINS", "vanillaDerivative": "BIRCH_FOREST", - "children": ["temperate/birch-denmyre"], + "children": ["temperate/tem-birch-denmyre"], "generators": [{ "min": 4, "max": 7, @@ -11,7 +11,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/temperate/bonsai.json b/biomes/temperate/tem-bonsai.json similarity index 96% rename from biomes/temperate/bonsai.json rename to biomes/temperate/tem-bonsai.json index 0c262efa..1f23c4aa 100644 --- a/biomes/temperate/bonsai.json +++ b/biomes/temperate/tem-bonsai.json @@ -2,7 +2,7 @@ "name": "Temperate Bonsai", "derivative": "PLAINS", "vanillaDerivative": "PLAINS", - "children": ["temperate/plain-hills"], + "children": ["temperate/tem-plain-hills"], "generators": [{ "generator": "smooth-dunes", "max": 14, @@ -71,11 +71,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/temperate/flower-forest.json b/biomes/temperate/tem-flower-forest.json similarity index 98% rename from biomes/temperate/flower-forest.json rename to biomes/temperate/tem-flower-forest.json index b6ffe1f8..cee10a6a 100644 --- a/biomes/temperate/flower-forest.json +++ b/biomes/temperate/tem-flower-forest.json @@ -46,7 +46,7 @@ "jigsawStructures": [ { "rarity": 750, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 500, @@ -462,15 +462,11 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { - "style": "TRIOCTAVE_SIMPLEX", + "style": "SIMPLEX", "zoom": 0.3, "fracture": { "style": "STATIC", diff --git a/biomes/temperate/highlands.json b/biomes/temperate/tem-highlands.json similarity index 97% rename from biomes/temperate/highlands.json rename to biomes/temperate/tem-highlands.json index 0c89812e..f7acce5f 100644 --- a/biomes/temperate/highlands.json +++ b/biomes/temperate/tem-highlands.json @@ -3,14 +3,14 @@ "derivative": "FOREST", "vanillaDerivative": "PLAINS", "generators": [{ - "min": 12, - "max": 24, - "generator": "plain" + "min": 15, + "max": 20, + "generator": "mountain" }], "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/temperate/island.json b/biomes/temperate/tem-island.json similarity index 98% rename from biomes/temperate/island.json rename to biomes/temperate/tem-island.json index b0a3f66e..cc369750 100644 --- a/biomes/temperate/island.json +++ b/biomes/temperate/tem-island.json @@ -2,7 +2,7 @@ "name": "Temperate Island", "derivative": "PLAINS", "vanillaDerivative": "PLAINS", - "children": ["temperate/wilds"], + "children": ["temperate/tem-wilds"], "generators": [{ "min": 28, "max": 42, diff --git a/biomes/temperate/longtree-forest.json b/biomes/temperate/tem-longtree-forest.json similarity index 99% rename from biomes/temperate/longtree-forest.json rename to biomes/temperate/tem-longtree-forest.json index 2a066ae3..9b726c8a 100644 --- a/biomes/temperate/longtree-forest.json +++ b/biomes/temperate/tem-longtree-forest.json @@ -14,7 +14,7 @@ "jigsawStructures": [ { "rarity": 1000, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 800, diff --git a/biomes/temperate/oak-beach.json b/biomes/temperate/tem-oak-beach.json similarity index 98% rename from biomes/temperate/oak-beach.json rename to biomes/temperate/tem-oak-beach.json index dfdbff3c..6a1764f7 100644 --- a/biomes/temperate/oak-beach.json +++ b/biomes/temperate/tem-oak-beach.json @@ -35,7 +35,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/temperate/oak-denmyre.json b/biomes/temperate/tem-oak-denmyre.json similarity index 99% rename from biomes/temperate/oak-denmyre.json rename to biomes/temperate/tem-oak-denmyre.json index a9d11d6e..a1ed0aea 100644 --- a/biomes/temperate/oak-denmyre.json +++ b/biomes/temperate/tem-oak-denmyre.json @@ -32,7 +32,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/temperate/oak-forest.json b/biomes/temperate/tem-oak-forest.json similarity index 99% rename from biomes/temperate/oak-forest.json rename to biomes/temperate/tem-oak-forest.json index 86ff4e69..8779fbf0 100644 --- a/biomes/temperate/oak-forest.json +++ b/biomes/temperate/tem-oak-forest.json @@ -2,7 +2,7 @@ "name": "Temperate Oak Forest", "derivative": "DEEP_LUKEWARM_OCEAN", "vanillaDerivative": "FOREST", - "children": ["temperate/oak-denmyre"], + "children": ["temperate/tem-oak-denmyre"], "generators": [{ "min": 4, "max": 7, @@ -36,7 +36,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/temperate/oak-hills.json b/biomes/temperate/tem-oak-hills.json similarity index 96% rename from biomes/temperate/oak-hills.json rename to biomes/temperate/tem-oak-hills.json index f082bb41..24e9cd32 100644 --- a/biomes/temperate/oak-hills.json +++ b/biomes/temperate/tem-oak-hills.json @@ -17,7 +17,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, @@ -62,11 +62,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/temperate/oak.json b/biomes/temperate/tem-oak.json similarity index 95% rename from biomes/temperate/oak.json rename to biomes/temperate/tem-oak.json index 92324f33..8391daf3 100644 --- a/biomes/temperate/oak.json +++ b/biomes/temperate/tem-oak.json @@ -2,7 +2,7 @@ "name": "Temperate Oak", "derivative": "FOREST", "vanillaDerivative": "FOREST", - "children": ["temperate/oak-hills"], + "children": ["temperate/tem-oak-hills"], "generators": [{ "generator": "smooth-dunes", "max": 4, @@ -11,7 +11,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, @@ -56,11 +56,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/temperate/plain-hills.json b/biomes/temperate/tem-plain-hills.json similarity index 94% rename from biomes/temperate/plain-hills.json rename to biomes/temperate/tem-plain-hills.json index 0e7d0335..c9295fe4 100644 --- a/biomes/temperate/plain-hills.json +++ b/biomes/temperate/tem-plain-hills.json @@ -17,7 +17,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, @@ -54,11 +54,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/temperate/plains.json b/biomes/temperate/tem-plains.json similarity index 97% rename from biomes/temperate/plains.json rename to biomes/temperate/tem-plains.json index aa750425..5492af14 100644 --- a/biomes/temperate/plains.json +++ b/biomes/temperate/tem-plains.json @@ -3,8 +3,8 @@ "derivative": "PLAINS", "vanillaDerivative": "PLAINS", "children": [ - "temperate/plain-hills", - "temperate/wilds" + "temperate/tem-plain-hills", + "temperate/tem-wilds" ], "generators": [{ "min": 4, @@ -14,7 +14,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, @@ -80,11 +80,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/temperate/plateau.json b/biomes/temperate/tem-plateau.json similarity index 99% rename from biomes/temperate/plateau.json rename to biomes/temperate/tem-plateau.json index 22adc41b..3ba41bd0 100644 --- a/biomes/temperate/plateau.json +++ b/biomes/temperate/tem-plateau.json @@ -22,7 +22,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/temperate/tem-stranged-plains.json b/biomes/temperate/tem-stranged-plains.json new file mode 100644 index 00000000..60cdb559 --- /dev/null +++ b/biomes/temperate/tem-stranged-plains.json @@ -0,0 +1,227 @@ +{ + "name": "Stranged Plains", + "derivative": "PLAINS", + "vanillaDerivative": "PLAINS", + "childStyle": { + "style": "IRIS", + "zoom": 0.5, + "exponent": 2 + }, + "generators": [{ + "min": 4, + "max": 7, + "generator": "plain" + }], + "decorators": [{ + "chance": 0.7, + "palette": [ + { + "data": {"age": 7}, + "block": "wheat", + "weight": 45 + }, + { + "block": "grass", + "weight": 4 + }, + { + "block": "tall_grass", + "weight": 1 + } + ], + "forcePlace": false + }], + "objects": [ + { + "mode": "MIN_HEIGHT", + "chance": 0.00975, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "camp/camp", + "camp/camp3", + "camp/camp4", + "camp/camp5" + ] + }, + { + "chance": 0.01, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "hazel-oak/hoak-3", + "hazel-oak/hoak-4", + "hazel-oak/hoak-5", + "hazel-oak/hoak-6", + "hazel-oak/hoak-7", + "hazel-oak/hoak-8", + "hazel-oak/hoak-9", + "hazel-oak/hoak-1", + "hazel-oak/s-hoak-3", + "hazel-oak/s-hoak-4", + "hazel-oak/s-hoak-5", + "hazel-oak/s-hoak-6", + "hazel-oak/s-hoak-7", + "hazel-oak/s-hoak-8", + "hazel-oak/s-hoak-9", + "hazel-oak/s-hoak-1", + "hazel-oak/s-hoak-2" + ] + }, + { + "chance": 0.009, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "plains/tree1", + "plains/tree2" + ], + "translate": { + "x": 0, + "y": -3, + "z": 0 + } + }, + { + "chance": 2.0E-7, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "void/void", + "void/void", + "void/void", + "sm-tree/oakw-oakl" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "place": [ + "tree/oak/1", + "tree/oak/2", + "tree/oak/3", + "tree/oak/4", + "tree/oak/5", + "tree/oak/6" + ], + "chance": 0.07, + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "min": -360, + "max": 360 + } + } + }, + { + "place": [ + "landform/stone/1", + "landform/stone/2", + "landform/stone/3", + "landform/stone/4", + "landform/stone/5" + ], + "chance": 0.02, + "mode": "MIN_HEIGHT", + "rotation": { + "enabled": true, + "yAxis": { + "enabled": true, + "interval": 90, + "min": -360, + "max": 360 + } + } + } + ], + "layers": [ + {"palette": [{"block": "grass_block"}]}, + { + "minHeight": 2, + "maxHeight": 2, + "palette": [{"block": "dirt"}] + }, + { + "minHeight": 1, + "maxHeight": 3, + "palette": [ + {"block": "dirt"}, + {"block": "coarse_dirt"} + ] + }, + { + "minHeight": 6, + "maxHeight": 18, + "style": {"style": "STATIC"}, + "palette": [ + {"block": "dirt"}, + {"block": "stone"} + ] + } + ], + "entityInitialSpawns": [ + { + "entity": "cow", + "maxSpawns": 3, + "minSpawns": 1, + "rarity": 7 + }, + { + "entity": "pig", + "maxSpawns": 3, + "minSpawns": 1, + "rarity": 7 + }, + { + "entity": "chicken", + "maxSpawns": 3, + "minSpawns": 1, + "rarity": 7 + }, + { + "entity": "sheep", + "maxSpawns": 3, + "minSpawns": 1, + "rarity": 7 + } + ], + "biomeZoom": 60, + "biomeStyle": {"style": "IRIS"}, + "wall": {"palette": [ + {"block": "stone"}, + {"block": "andesite"} + ]} +} diff --git a/biomes/temperate/wilds.json b/biomes/temperate/tem-wilds.json similarity index 98% rename from biomes/temperate/wilds.json rename to biomes/temperate/tem-wilds.json index 4b2dc3fa..6a1152ac 100644 --- a/biomes/temperate/wilds.json +++ b/biomes/temperate/tem-wilds.json @@ -2,11 +2,11 @@ "name": "Temperate Wilds", "derivative": "PLAINS", "vanillaDerivative": "PLAINS", - "children": ["temperate/highlands"], + "children": ["temperate/tem-highlands"], "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1500, diff --git a/biomes/tropical/bamboo-forest.json b/biomes/tropical/tro-bamboo-forest.json similarity index 99% rename from biomes/tropical/bamboo-forest.json rename to biomes/tropical/tro-bamboo-forest.json index 7c049def..33c46e6b 100644 --- a/biomes/tropical/bamboo-forest.json +++ b/biomes/tropical/tro-bamboo-forest.json @@ -2,7 +2,7 @@ "name": "Tropical Bamboo Forest", "derivative": "DESERT", "vanillaDerivative": "BAMBOO_JUNGLE", - "children": ["temperate/wilds"], + "children": ["tropical/tro-wilds"], "generators": [{ "min": 5, "max": 9, @@ -11,7 +11,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tropical/beach-bamboo.json b/biomes/tropical/tro-beach-bamboo.json similarity index 100% rename from biomes/tropical/beach-bamboo.json rename to biomes/tropical/tro-beach-bamboo.json diff --git a/biomes/tropical/beach-charred.json b/biomes/tropical/tro-beach-charred.json similarity index 100% rename from biomes/tropical/beach-charred.json rename to biomes/tropical/tro-beach-charred.json diff --git a/biomes/tropical/beach.json b/biomes/tropical/tro-beach.json similarity index 100% rename from biomes/tropical/beach.json rename to biomes/tropical/tro-beach.json diff --git a/biomes/tropical/highlands.json b/biomes/tropical/tro-highlands.json similarity index 98% rename from biomes/tropical/highlands.json rename to biomes/tropical/tro-highlands.json index 899d887b..3ec3cc67 100644 --- a/biomes/tropical/highlands.json +++ b/biomes/tropical/tro-highlands.json @@ -10,7 +10,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tropical/island-beach.json b/biomes/tropical/tro-island-beach.json similarity index 100% rename from biomes/tropical/island-beach.json rename to biomes/tropical/tro-island-beach.json diff --git a/biomes/tropical/jungle-denmyre.json b/biomes/tropical/tro-jungle-denmyre.json similarity index 99% rename from biomes/tropical/jungle-denmyre.json rename to biomes/tropical/tro-jungle-denmyre.json index 52cec1c9..c73edb6a 100644 --- a/biomes/tropical/jungle-denmyre.json +++ b/biomes/tropical/tro-jungle-denmyre.json @@ -10,7 +10,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tropical/mountain-extreme.json b/biomes/tropical/tro-mountain-extreme.json similarity index 93% rename from biomes/tropical/mountain-extreme.json rename to biomes/tropical/tro-mountain-extreme.json index 39eebff7..079c5f7d 100644 --- a/biomes/tropical/mountain-extreme.json +++ b/biomes/tropical/tro-mountain-extreme.json @@ -2,17 +2,17 @@ "name": "Tropical Mountain Extreme", "derivative": "MODIFIED_JUNGLE", "vanillaDerivative": "MODIFIED_JUNGLE", - "children": ["tropical/mountain-water"], + "children": ["tropical/tro-mountain-water"], "generators": [ { "generator": "mountain", "max": 100, - "min": 0 + "min": 10 }, { "generator": "plain", "max": 80, - "min": 30 + "min": 2 } ], "layers": [ @@ -40,7 +40,7 @@ ], "childStyle": { "style": "GLOB", - "zoom": 0.4, + "zoom": 0.29, "exponent": 7.6 }, "childShrinkFactor": 1, @@ -66,11 +66,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/tropical/mountain-middle.json b/biomes/tropical/tro-mountain-middle.json similarity index 94% rename from biomes/tropical/mountain-middle.json rename to biomes/tropical/tro-mountain-middle.json index bd7c396b..3ca198e8 100644 --- a/biomes/tropical/mountain-middle.json +++ b/biomes/tropical/tro-mountain-middle.json @@ -2,22 +2,17 @@ "name": "Tropical Mountain Middle", "derivative": "JUNGLE_HILLS", "vanillaDerivative": "JUNGLE_HILLS", - "children": ["tropical/plains"], + "children": ["tropical/tro-plains"], "generators": [ { "generator": "mountain", - "max": 50, + "max": 100, "min": 10 }, - { - "generator": "smooth-dunes", - "max": 55, - "min": 20 - }, { "generator": "plain", "max": 50, - "min": 0 + "min": 10 } ], "layers": [ diff --git a/biomes/tropical/mountain-plains.json b/biomes/tropical/tro-mountain-plains.json similarity index 93% rename from biomes/tropical/mountain-plains.json rename to biomes/tropical/tro-mountain-plains.json index bb46ed70..8905c2d6 100644 --- a/biomes/tropical/mountain-plains.json +++ b/biomes/tropical/tro-mountain-plains.json @@ -2,11 +2,10 @@ "name": "Tropical Mountain Plains", "derivative": "MODIFIED_JUNGLE", "vanillaDerivative": "MODIFIED_JUNGLE", - "children": ["tropical/mountain-extreme"], "generators": [{ - "min": 90, + "min": 50, "max": 190, - "generator": "plain" + "generator": "mountain" }], "layers": [ { @@ -34,7 +33,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, @@ -73,11 +72,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/tropical/mountain-water.json b/biomes/tropical/tro-mountain-water.json similarity index 86% rename from biomes/tropical/mountain-water.json rename to biomes/tropical/tro-mountain-water.json index d3609284..02cfc158 100644 --- a/biomes/tropical/mountain-water.json +++ b/biomes/tropical/tro-mountain-water.json @@ -5,13 +5,8 @@ "generators": [ { "generator": "mountain", - "max": 100, - "min": 0 - }, - { - "generator": "plain", - "max": 80, - "min": 30 + "max": 5, + "min": 2 } ], "layers": [ @@ -30,7 +25,7 @@ }, { "minHeight": 1, - "maxHeight": 8, + "maxHeight": 4, "palette": [{ "block": "water", "data": {"level": 0} @@ -55,11 +50,7 @@ "fracture": { "style": "SIMPLEX", "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } + "multiplier": 10 } }, "style": { diff --git a/biomes/tropical/mountain.json b/biomes/tropical/tro-mountain.json similarity index 95% rename from biomes/tropical/mountain.json rename to biomes/tropical/tro-mountain.json index 09426412..8b1af576 100644 --- a/biomes/tropical/mountain.json +++ b/biomes/tropical/tro-mountain.json @@ -2,16 +2,16 @@ "name": "Extreme mountains", "derivative": "JUNGLE_HILLS", "vanillaDerivative": "JUNGLE_HILLS", - "children": ["tropical/mountain-middle"], + "children": ["tropical/tro-mountain-middle"], "generators": [{ - "min": 10, - "max": 50, - "generator": "smooth-dunes" + "min": 25, + "max": 100, + "generator": "mountain" }], "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tropical/plains-hills.json b/biomes/tropical/tro-plains-hills.json similarity index 98% rename from biomes/tropical/plains-hills.json rename to biomes/tropical/tro-plains-hills.json index 495b196a..a5e2c0c5 100644 --- a/biomes/tropical/plains-hills.json +++ b/biomes/tropical/tro-plains-hills.json @@ -27,7 +27,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tropical/plains.json b/biomes/tropical/tro-plains.json similarity index 96% rename from biomes/tropical/plains.json rename to biomes/tropical/tro-plains.json index 970e6817..45bbf912 100644 --- a/biomes/tropical/plains.json +++ b/biomes/tropical/tro-plains.json @@ -2,7 +2,7 @@ "name": "Tropical Plains", "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", - "children": ["tropical/plains-hills"], + "children": ["tropical/tro-plains-hills"], "generators": [{ "generator": "smooth-dunes", "max": 20, @@ -28,7 +28,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tropical/rainforest-hills.json b/biomes/tropical/tro-rainforest-hills.json similarity index 99% rename from biomes/tropical/rainforest-hills.json rename to biomes/tropical/tro-rainforest-hills.json index b6017508..f1e0c8ec 100644 --- a/biomes/tropical/rainforest-hills.json +++ b/biomes/tropical/tro-rainforest-hills.json @@ -10,7 +10,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tropical/rainforest-island.json b/biomes/tropical/tro-rainforest-island.json similarity index 100% rename from biomes/tropical/rainforest-island.json rename to biomes/tropical/tro-rainforest-island.json diff --git a/biomes/tropical/rainforest-wicked-child.json b/biomes/tropical/tro-rainforest-wicked-child.json similarity index 99% rename from biomes/tropical/rainforest-wicked-child.json rename to biomes/tropical/tro-rainforest-wicked-child.json index 52df551a..03bca851 100644 --- a/biomes/tropical/rainforest-wicked-child.json +++ b/biomes/tropical/tro-rainforest-wicked-child.json @@ -42,7 +42,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tropical/rainforest-wicked-village.json b/biomes/tropical/tro-rainforest-wicked-village.json similarity index 100% rename from biomes/tropical/rainforest-wicked-village.json rename to biomes/tropical/tro-rainforest-wicked-village.json diff --git a/biomes/tropical/rainforest-wicked.json b/biomes/tropical/tro-rainforest-wicked.json similarity index 98% rename from biomes/tropical/rainforest-wicked.json rename to biomes/tropical/tro-rainforest-wicked.json index 8016d3d3..bb64d125 100644 --- a/biomes/tropical/rainforest-wicked.json +++ b/biomes/tropical/tro-rainforest-wicked.json @@ -3,9 +3,9 @@ "derivative": "MODIFIED_JUNGLE", "vanillaDerivative": "MODIFIED_JUNGLE_EDGE", "children": [ - "tropical/rainforest-hills", - "tropical/jungle-denmyre", - "tropical/rainforest-wicked-child" + "tropical/tro-rainforest-hills", + "tropical/tro-jungle-denmyre", + "tropical/tro-rainforest-wicked-child" ], "generators": [{ "min": 3, diff --git a/biomes/tropical/rainforest.json b/biomes/tropical/tro-rainforest.json similarity index 99% rename from biomes/tropical/rainforest.json rename to biomes/tropical/tro-rainforest.json index 1f87e967..5ceba2b4 100644 --- a/biomes/tropical/rainforest.json +++ b/biomes/tropical/tro-rainforest.json @@ -3,8 +3,8 @@ "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", "children": [ - "tropical/rainforest-hills", - "tropical/jungle-denmyre" + "tropical/tro-rainforest-hills", + "tropical/tro-jungle-denmyre" ], "generators": [{ "min": 20, diff --git a/biomes/tropical/submerged-volcanic.json b/biomes/tropical/tro-submerged-volcanic.json similarity index 100% rename from biomes/tropical/submerged-volcanic.json rename to biomes/tropical/tro-submerged-volcanic.json diff --git a/biomes/tropical/volcanic-plains.json b/biomes/tropical/tro-volcanic-plains.json similarity index 98% rename from biomes/tropical/volcanic-plains.json rename to biomes/tropical/tro-volcanic-plains.json index f2c372ad..bb64fcb7 100644 --- a/biomes/tropical/volcanic-plains.json +++ b/biomes/tropical/tro-volcanic-plains.json @@ -2,7 +2,7 @@ "name": "Tropical Volcanic Plains", "derivative": "THE_VOID", "vanillaDerivative": "THE_VOID", - "children": ["tropical/volcanoes"], + "children": ["tropical/tro-volcanoes"], "generators": [{ "min": 170, "max": 192, diff --git a/biomes/tropical/volcanoes-lava.json b/biomes/tropical/tro-volcanoes-lava.json similarity index 96% rename from biomes/tropical/volcanoes-lava.json rename to biomes/tropical/tro-volcanoes-lava.json index e5898464..587062fe 100644 --- a/biomes/tropical/volcanoes-lava.json +++ b/biomes/tropical/tro-volcanoes-lava.json @@ -30,7 +30,7 @@ }, { "minHeight": 1, - "maxHeight": 10, + "maxHeight": 3, "palette": [{ "block": "lava", "data": {"level": 0} diff --git a/biomes/tropical/volcanoes.json b/biomes/tropical/tro-volcanoes.json similarity index 96% rename from biomes/tropical/volcanoes.json rename to biomes/tropical/tro-volcanoes.json index f4bed41a..f212a1ce 100644 --- a/biomes/tropical/volcanoes.json +++ b/biomes/tropical/tro-volcanoes.json @@ -2,7 +2,7 @@ "name": "Tropical Volcanoes", "derivative": "THE_VOID", "vanillaDerivative": "THE_VOID", - "children": ["tropical/volcanoes-lava"], + "children": ["tropical/tro-volcanoes-lava"], "generators": [ { "generator": "mountain", diff --git a/biomes/tropical/wilds.json b/biomes/tropical/tro-wilds.json similarity index 98% rename from biomes/tropical/wilds.json rename to biomes/tropical/tro-wilds.json index 4e9da6a3..96b57fe7 100644 --- a/biomes/tropical/wilds.json +++ b/biomes/tropical/tro-wilds.json @@ -2,7 +2,7 @@ "name": "Tropical Wilds", "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", - "children": ["tropical/highlands"], + "children": ["tropical/tro-highlands"], "generators": [{ "min": 4, "max": 7, @@ -33,7 +33,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tundra/beach.json b/biomes/tundra/tun-beach.json similarity index 100% rename from biomes/tundra/beach.json rename to biomes/tundra/tun-beach.json diff --git a/biomes/tundra/bonsai-forest.json b/biomes/tundra/tun-bonsai-forest.json similarity index 99% rename from biomes/tundra/bonsai-forest.json rename to biomes/tundra/tun-bonsai-forest.json index c3f87aa0..104546c8 100644 --- a/biomes/tundra/bonsai-forest.json +++ b/biomes/tundra/tun-bonsai-forest.json @@ -3,8 +3,8 @@ "derivative": "TAIGA", "vanillaDerivative": "FLOWER_FOREST", "children": [ - "tundra/sequia-redwoods", - "tundra/redwood-cliffs" + "tundra/tun-sequia-redwoods", + "tundra/tun-redwood-cliffs" ], "generators": [{ "min": 17, diff --git a/biomes/tundra/forest-cliffs.json b/biomes/tundra/tun-forest-cliffs.json similarity index 100% rename from biomes/tundra/forest-cliffs.json rename to biomes/tundra/tun-forest-cliffs.json diff --git a/biomes/tundra/forest.json b/biomes/tundra/tun-forest.json similarity index 98% rename from biomes/tundra/forest.json rename to biomes/tundra/tun-forest.json index 10da98b8..f6a2f4dd 100644 --- a/biomes/tundra/forest.json +++ b/biomes/tundra/tun-forest.json @@ -2,7 +2,7 @@ "name": "Tundra Forest", "derivative": "MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", - "children": ["tundra/forest-cliffs"], + "children": ["tundra/tun-forest-cliffs"], "generators": [{ "generator": "smooth-dunes", "max": 14, @@ -11,7 +11,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tundra/lake.json b/biomes/tundra/tun-lake.json similarity index 100% rename from biomes/tundra/lake.json rename to biomes/tundra/tun-lake.json diff --git a/biomes/tundra/mountains-cliffs.json b/biomes/tundra/tun-mountains-cliffs.json similarity index 100% rename from biomes/tundra/mountains-cliffs.json rename to biomes/tundra/tun-mountains-cliffs.json diff --git a/biomes/tundra/mountains.json b/biomes/tundra/tun-mountains.json similarity index 98% rename from biomes/tundra/mountains.json rename to biomes/tundra/tun-mountains.json index 1525538e..d2d4ae9b 100644 --- a/biomes/tundra/mountains.json +++ b/biomes/tundra/tun-mountains.json @@ -2,7 +2,7 @@ "name": "Tundra Mountains", "derivative": "MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", - "children": ["tundra/mountains-cliffs"], + "children": ["tundra/tun-mountains-cliffs"], "generators": [{ "min": 66, "max": 89, @@ -11,7 +11,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tundra/redwood-cliffs.json b/biomes/tundra/tun-redwood-cliffs.json similarity index 89% rename from biomes/tundra/redwood-cliffs.json rename to biomes/tundra/tun-redwood-cliffs.json index 7d6c6007..aba57a17 100644 --- a/biomes/tundra/redwood-cliffs.json +++ b/biomes/tundra/tun-redwood-cliffs.json @@ -218,7 +218,50 @@ ], "translate": { "x": 0, - "y": -10, + "y": -12, + "z": 0 + } + }, + { + "chance": 0.3, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "xAxis": { + "min": -9, + "max": 9, + "interval": 1, + "enabled": true + }, + "zAxis": { + "min": -9, + "max": 9, + "interval": 1, + "enabled": true + }, + "enabled": true + }, + "place": [ + "pine/sup-pine-1", + "pine/sup-pine-2", + "pine/sup-pine-3", + "pine/sup-pine-4", + "pine/sup-pine-5", + "pine/sup-pine-6", + "pine/sup-pine-7", + "pine/sup-pine-8", + "pine/sup-pine-9", + "pine/sup-pine-10", + "pine/sup-pine-11", + "pine/sup-pine-12" + ], + "translate": { + "x": 0, + "y": -6, "z": 0 } }, diff --git a/biomes/tundra/redwood-forest.json b/biomes/tundra/tun-redwood-forest.json similarity index 98% rename from biomes/tundra/redwood-forest.json rename to biomes/tundra/tun-redwood-forest.json index d09c526a..43d81d8a 100644 --- a/biomes/tundra/redwood-forest.json +++ b/biomes/tundra/tun-redwood-forest.json @@ -2,7 +2,7 @@ "name": "Tundra Redwood Forest", "derivative": "TAIGA", "vanillaDerivative": "DARK_FOREST", - "children": ["tundra/redwood-cliffs"], + "children": ["tundra/tun-redwood-cliffs"], "generators": [{ "min": 4, "max": 10, @@ -11,7 +11,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, @@ -222,7 +222,7 @@ ], "translate": { "x": 0, - "y": -10, + "y": -12, "z": 0 } }, diff --git a/biomes/tundra/sequia-redwoods.json b/biomes/tundra/tun-sequia-redwoods.json similarity index 99% rename from biomes/tundra/sequia-redwoods.json rename to biomes/tundra/tun-sequia-redwoods.json index a021bfd0..43a54643 100644 --- a/biomes/tundra/sequia-redwoods.json +++ b/biomes/tundra/tun-sequia-redwoods.json @@ -10,7 +10,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tundra/spruce-denmyre.json b/biomes/tundra/tun-spruce-denmyre.json similarity index 99% rename from biomes/tundra/spruce-denmyre.json rename to biomes/tundra/tun-spruce-denmyre.json index b19e4aa9..27e480ba 100644 --- a/biomes/tundra/spruce-denmyre.json +++ b/biomes/tundra/tun-spruce-denmyre.json @@ -32,7 +32,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tundra/taiga.json b/biomes/tundra/tun-taiga.json similarity index 99% rename from biomes/tundra/taiga.json rename to biomes/tundra/tun-taiga.json index 9cd3df89..63b4a576 100644 --- a/biomes/tundra/taiga.json +++ b/biomes/tundra/tun-taiga.json @@ -35,7 +35,7 @@ "jigsawStructures": [ { "rarity": 1700, - "structure": "pillager" + "structure": "pillager_outpost" }, { "rarity": 1000, diff --git a/biomes/tundra/beach-stone.json b/biomes/tundra/tun-tundra-beach-stone.json similarity index 100% rename from biomes/tundra/beach-stone.json rename to biomes/tundra/tun-tundra-beach-stone.json diff --git a/dimensions/overworld.json b/dimensions/overworld.json index 9b245054..918de7ae 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -1,6 +1,6 @@ { "version": 2, - "OVERWORLD-VERSION": 3, + "OVERWORLD-VERSION": 3.134, "name": "Overworld", "environment": "NORMAL", "fluidHeight": 63, @@ -54,7 +54,7 @@ "landZoom": 3.2, "landBiomeStyle": { "style": "FRACTAL_SMOKE", - "zoom": 1 + "zoom": 2.5 }, "LOOT": "Contains a list of loot tables that are attempted to be applied to all chests that spawn.", "lootTries": 32, @@ -106,27 +106,33 @@ "varience": 2 }, { - "minHeight": 0, - "maxPerChunk": 2, + "minHeight": 5, + "maxPerChunk": 128, "maxHeight": 13, - "minPerChunk": 0, - "minSize": 5, - "maxSize": 10, + "minPerChunk": 128, + "minSize": 8, + "maxSize": 4, "palette": [{"block": "deepslate"}], - "varience": 2 + "varience": 4 }, { - "minHeight": 0, - "maxPerChunk": 4, - "maxHeight": 28, - "minPerChunk": 1, - "minSize": 25, - "maxSize": 25, + "minHeight": 5, + "maxPerChunk": 5, + "maxHeight": 13, + "minPerChunk": 5, + "minSize": 8, + "maxSize": 4, "palette": [ - {"block": "dirt"}, - {"block": "coarse_dirt"} + {"block": "deepslate_copper_ore"}, + {"block": "deepslate_diamond_ore"}, + {"block": "deepslate_emerald_ore"}, + {"block": "deepslate_gold_ore"}, + {"block": "deepslate_iron_ore"}, + {"block": "deepslate_coal_ore"}, + {"block": "deepslate_redstone_ore"}, + {"block": "deepslate_lapis_ore"} ], - "varience": 2 + "varience": 4 }, { "minHeight": 2, @@ -295,14 +301,14 @@ { "style": { "style": "PERLIN_IRIS_HALF", - "zoom": 0.3, + "zoom": 0.2, "fracture": { "multiplier": 5, "style": "FRACTAL_SMOKE", "zoom": 0.5 } }, - "fullPercent": 0.5, + "fullPercent": 0.01, "threshold": 0.68, "minHeight": -50, "maxHeight": 110 diff --git a/entities/pillager.json b/entities/pillager.json index 3d429f5b..c95faa59 100644 --- a/entities/pillager.json +++ b/entities/pillager.json @@ -1,5 +1,6 @@ { "type": "PILLAGER", "silent": false, - "aware": true + "aware": true, + "customName": "§f" } diff --git a/generators/mountain.json b/generators/mountain.json index c4cbfddf..69eab4d7 100644 --- a/generators/mountain.json +++ b/generators/mountain.json @@ -1,14 +1,14 @@ { "interpolator": { "function": "BILINEAR_STARCAST_6", - "horizontalScale": 30 + "horizontalScale": 45 }, "seed": 530530, "composite": [ { "seed": 5346, "style": { - "style": "TRIOCTAVE_FRACTAL_CUBIC", + "style": "IRIS", "zoom": 1.7, "fracture": { "style": "IRIS_THICK", diff --git a/generators/river.json b/generators/river.json index 2d5b82e5..16add63b 100644 --- a/generators/river.json +++ b/generators/river.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "BILINEAR_STARCAST_3", + "function": "BILINEAR_STARCAST_6", "horizontalScale": 5 }, "exponent": 1.125, diff --git a/generators/smooth-dunes.json b/generators/smooth-dunes.json index d25af7b1..39765345 100644 --- a/generators/smooth-dunes.json +++ b/generators/smooth-dunes.json @@ -1,7 +1,7 @@ { "interpolator": { "function": "BILINEAR_STARCAST_6", - "horizontalScale": 15 + "horizontalScale": 45 }, "seed": 133434, "composite": [ diff --git a/generators/vascular-cracked-cliffs.json b/generators/vascular-cracked-cliffs.json new file mode 100644 index 00000000..01b7a3b8 --- /dev/null +++ b/generators/vascular-cracked-cliffs.json @@ -0,0 +1,23 @@ +{ + "interpolator": { + "function": "BILINEAR_STARCAST_6", + "horizontalScale": 4 + }, + "seed": 7246661, + "composite": [{ + "style": { + "style": "VASCULAR_IRIS", + "zoom": 0.4, + "exponent": 0.7 + }, + "negative": true, + "seed": 10056 + }], + "cliffHeightMax": 80, + "cliffHeightMin": 35, + "cliffHeightGenerator": { + "seed": 2348, + "style": {"style": "CELLULAR_HEIGHT"}, + "zoom": 0.4 + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-n-1.json b/jigsaw-pieces/murky_stronghold/c-n-1.json new file mode 100644 index 00000000..fac40353 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-n-1.json @@ -0,0 +1,148 @@ +{ + "object": "murky_stronghold/c-n-1", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-n-2.json b/jigsaw-pieces/murky_stronghold/c-n-2.json new file mode 100644 index 00000000..7bc871cf --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-n-2.json @@ -0,0 +1,148 @@ +{ + "object": "murky_stronghold/c-n-2", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-n-3.json b/jigsaw-pieces/murky_stronghold/c-n-3.json new file mode 100644 index 00000000..0f1d646b --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-n-3.json @@ -0,0 +1,148 @@ +{ + "object": "murky_stronghold/c-n-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-n-4.json b/jigsaw-pieces/murky_stronghold/c-n-4.json new file mode 100644 index 00000000..15a904cc --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-n-4.json @@ -0,0 +1,148 @@ +{ + "object": "murky_stronghold/c-n-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-ns-1.json b/jigsaw-pieces/murky_stronghold/c-ns-1.json new file mode 100644 index 00000000..e238e9f9 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-ns-1.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/c-ns-1", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-ns-2.json b/jigsaw-pieces/murky_stronghold/c-ns-2.json new file mode 100644 index 00000000..fcdca3a2 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-ns-2.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/c-ns-2", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-ns-3.json b/jigsaw-pieces/murky_stronghold/c-ns-3.json new file mode 100644 index 00000000..b28d6e30 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-ns-3.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/c-ns-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-ns-4.json b/jigsaw-pieces/murky_stronghold/c-ns-4.json new file mode 100644 index 00000000..f5b8fd40 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-ns-4.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/c-ns-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1r/c4.json b/jigsaw-pieces/murky_stronghold/c-nsw-1.json similarity index 59% rename from jigsaw-pieces/woodland_mansion/1x2/1r/c4.json rename to jigsaw-pieces/murky_stronghold/c-nsw-1.json index 086db46c..7a72c91d 100644 --- a/jigsaw-pieces/woodland_mansion/1x2/1r/c4.json +++ b/jigsaw-pieces/murky_stronghold/c-nsw-1.json @@ -1,91 +1,106 @@ { + "object": "murky_stronghold/c-nsw-1", "connectors": [ { - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, "name": "", - "pools": [], - "position": { - "x": -3, - "y": -3, - "z": -6 - }, - "direction": "WEST_NEGATIVE_X" - }, - { "targetName": "*", - "innerConnector": false, - "entityCount": 1, "rotateConnector": false, - "name": "", - "pools": [], + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, "position": { - "x": 3, + "x": 2, "y": -3, - "z": 6 + "z": 0 }, "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" } ], "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, + "place": [], "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "enabled": true, "xAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 }, "zAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true + "interval": 0 + } }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, "clamp": { "minimumHeight": 0, "maximumHeight": 255 }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, "warp": { - "multiplier": 1, "style": "FLAT", "zoom": 1, + "multiplier": 1, "maxFractureAccuracy": false, "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/c4" + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } } diff --git a/jigsaw-pieces/murky_stronghold/c-nsw-2.json b/jigsaw-pieces/murky_stronghold/c-nsw-2.json new file mode 100644 index 00000000..0701ecd6 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-nsw-2.json @@ -0,0 +1,106 @@ +{ + "object": "murky_stronghold/c-nsw-2", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-nsw-3.json b/jigsaw-pieces/murky_stronghold/c-nsw-3.json new file mode 100644 index 00000000..693652d1 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-nsw-3.json @@ -0,0 +1,106 @@ +{ + "object": "murky_stronghold/c-nsw-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-nsw-4.json b/jigsaw-pieces/murky_stronghold/c-nsw-4.json new file mode 100644 index 00000000..13919f25 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-nsw-4.json @@ -0,0 +1,106 @@ +{ + "object": "murky_stronghold/c-nsw-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-sw-1.json b/jigsaw-pieces/murky_stronghold/c-sw-1.json new file mode 100644 index 00000000..a91977ca --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-sw-1.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/c-sw-1", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-sw-2.json b/jigsaw-pieces/murky_stronghold/c-sw-2.json new file mode 100644 index 00000000..a52ad5e8 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-sw-2.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/c-sw-2", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-sw-3.json b/jigsaw-pieces/murky_stronghold/c-sw-3.json new file mode 100644 index 00000000..74eaa719 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-sw-3.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/c-sw-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-sw-4.json b/jigsaw-pieces/murky_stronghold/c-sw-4.json new file mode 100644 index 00000000..ce4ebcee --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-sw-4.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/c-sw-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-x-1.json b/jigsaw-pieces/murky_stronghold/c-x-1.json new file mode 100644 index 00000000..c09eb01e --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-x-1.json @@ -0,0 +1,169 @@ +{ + "object": "murky_stronghold/c-x-1", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-x-2.json b/jigsaw-pieces/murky_stronghold/c-x-2.json new file mode 100644 index 00000000..7fac7a1d --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-x-2.json @@ -0,0 +1,169 @@ +{ + "object": "murky_stronghold/c-x-2", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-x-3.json b/jigsaw-pieces/murky_stronghold/c-x-3.json new file mode 100644 index 00000000..2dc5a82b --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-x-3.json @@ -0,0 +1,169 @@ +{ + "object": "murky_stronghold/c-x-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-x-4.json b/jigsaw-pieces/murky_stronghold/c-x-4.json new file mode 100644 index 00000000..48b0aec0 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-x-4.json @@ -0,0 +1,169 @@ +{ + "object": "murky_stronghold/c-x-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-x-5.json b/jigsaw-pieces/murky_stronghold/c-x-5.json new file mode 100644 index 00000000..99d3967c --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-x-5.json @@ -0,0 +1,169 @@ +{ + "object": "murky_stronghold/c-x-5", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/c-x-6.json b/jigsaw-pieces/murky_stronghold/c-x-6.json new file mode 100644 index 00000000..7cec5686 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/c-x-6.json @@ -0,0 +1,169 @@ +{ + "object": "murky_stronghold/c-x-6", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "DOWN_NEGATIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-n-1.json b/jigsaw-pieces/murky_stronghold/f-n-1.json new file mode 100644 index 00000000..d87be63f --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-n-1.json @@ -0,0 +1,148 @@ +{ + "object": "murky_stronghold/f-n-1", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-n-2.json b/jigsaw-pieces/murky_stronghold/f-n-2.json new file mode 100644 index 00000000..951309c9 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-n-2.json @@ -0,0 +1,148 @@ +{ + "object": "murky_stronghold/f-n-2", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-n-3.json b/jigsaw-pieces/murky_stronghold/f-n-3.json new file mode 100644 index 00000000..0e9a2ffe --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-n-3.json @@ -0,0 +1,148 @@ +{ + "object": "murky_stronghold/f-n-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-n-4.json b/jigsaw-pieces/murky_stronghold/f-n-4.json new file mode 100644 index 00000000..95f1d733 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-n-4.json @@ -0,0 +1,148 @@ +{ + "object": "murky_stronghold/f-n-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-ns-1.json b/jigsaw-pieces/murky_stronghold/f-ns-1.json new file mode 100644 index 00000000..cd4e5a2d --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-ns-1.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/f-ns-1", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-ns-2.json b/jigsaw-pieces/murky_stronghold/f-ns-2.json new file mode 100644 index 00000000..c3e62944 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-ns-2.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/f-ns-2", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-ns-3.json b/jigsaw-pieces/murky_stronghold/f-ns-3.json new file mode 100644 index 00000000..062cedfd --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-ns-3.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/f-ns-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-ns-4.json b/jigsaw-pieces/murky_stronghold/f-ns-4.json new file mode 100644 index 00000000..03e4ecbf --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-ns-4.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/f-ns-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/woodland_mansion/stairs/stairs_left.json b/jigsaw-pieces/murky_stronghold/f-nsw-1.json similarity index 54% rename from jigsaw-pieces/woodland_mansion/stairs/stairs_left.json rename to jigsaw-pieces/murky_stronghold/f-nsw-1.json index e00c1ace..a7bb7fa3 100644 --- a/jigsaw-pieces/woodland_mansion/stairs/stairs_left.json +++ b/jigsaw-pieces/murky_stronghold/f-nsw-1.json @@ -1,91 +1,106 @@ { + "object": "murky_stronghold/f-nsw-1", "connectors": [ { + "name": "", "targetName": "*", - "innerConnector": true, - "entityCount": 1, "rotateConnector": false, - "name": "stairs", - "pools": [], + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, "position": { - "x": 3, - "y": -9, - "z": -7 + "x": 2, + "y": -3, + "z": 0 }, "direction": "EAST_POSITIVE_X" }, { - "targetName": "roof", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, "name": "", - "pools": ["woodland_mansion/roof"], + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, "position": { "x": 0, - "y": 1, - "z": 7 + "y": 2, + "z": -2 }, - "direction": "SOUTH_POSITIVE_Z" + "direction": "UP_POSITIVE_Y" } ], "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, + "place": [], "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "enabled": true, "xAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 }, "zAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true + "interval": 0 + } }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, "clamp": { "minimumHeight": 0, "maximumHeight": 255 }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, "warp": { - "multiplier": 1, "style": "FLAT", "zoom": 1, + "multiplier": 1, "maxFractureAccuracy": false, "exponent": 1 - } - }, - "object": "woodland_mansion/stairs/stairs_left" + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } } diff --git a/jigsaw-pieces/woodland_mansion/stairs/stairs_right.json b/jigsaw-pieces/murky_stronghold/f-nsw-2.json similarity index 52% rename from jigsaw-pieces/woodland_mansion/stairs/stairs_right.json rename to jigsaw-pieces/murky_stronghold/f-nsw-2.json index d0a2beb1..769ebdfb 100644 --- a/jigsaw-pieces/woodland_mansion/stairs/stairs_right.json +++ b/jigsaw-pieces/murky_stronghold/f-nsw-2.json @@ -1,91 +1,106 @@ { + "object": "murky_stronghold/f-nsw-2", "connectors": [ { + "name": "", "targetName": "*", - "innerConnector": true, - "entityCount": 1, "rotateConnector": false, - "name": "stairs", - "pools": [], + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, "position": { - "x": -3, - "y": -9, - "z": -7 + "x": 2, + "y": -3, + "z": 0 }, - "direction": "WEST_NEGATIVE_X" + "direction": "EAST_POSITIVE_X" }, { - "targetName": "roof", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, "name": "", - "pools": ["woodland_mansion/roof"], + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, "position": { "x": 0, - "y": 1, - "z": 7 + "y": 2, + "z": -2 }, - "direction": "SOUTH_POSITIVE_Z" + "direction": "UP_POSITIVE_Y" } ], "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, + "place": [], "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "enabled": true, "xAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 }, "zAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true + "interval": 0 + } }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, "clamp": { "minimumHeight": 0, "maximumHeight": 255 }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, "warp": { - "multiplier": 1, "style": "FLAT", "zoom": 1, + "multiplier": 1, "maxFractureAccuracy": false, "exponent": 1 - } - }, - "object": "woodland_mansion/stairs/stairs_right" + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } } diff --git a/jigsaw-pieces/murky_stronghold/f-nsw-3.json b/jigsaw-pieces/murky_stronghold/f-nsw-3.json new file mode 100644 index 00000000..3a6e3c05 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-nsw-3.json @@ -0,0 +1,106 @@ +{ + "object": "murky_stronghold/f-nsw-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-nsw-4.json b/jigsaw-pieces/murky_stronghold/f-nsw-4.json new file mode 100644 index 00000000..bf2ec6ed --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-nsw-4.json @@ -0,0 +1,106 @@ +{ + "object": "murky_stronghold/f-nsw-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-sw-1.json b/jigsaw-pieces/murky_stronghold/f-sw-1.json new file mode 100644 index 00000000..3b3f6a77 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-sw-1.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/f-sw-1", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-sw-2.json b/jigsaw-pieces/murky_stronghold/f-sw-2.json new file mode 100644 index 00000000..708cf05f --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-sw-2.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/f-sw-2", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-sw-3.json b/jigsaw-pieces/murky_stronghold/f-sw-3.json new file mode 100644 index 00000000..6661adff --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-sw-3.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/f-sw-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-sw-4.json b/jigsaw-pieces/murky_stronghold/f-sw-4.json new file mode 100644 index 00000000..362c61c3 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-sw-4.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/f-sw-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-x-1.json b/jigsaw-pieces/murky_stronghold/f-x-1.json new file mode 100644 index 00000000..299d1ed5 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-x-1.json @@ -0,0 +1,169 @@ +{ + "object": "murky_stronghold/f-x-1", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-x-2.json b/jigsaw-pieces/murky_stronghold/f-x-2.json new file mode 100644 index 00000000..2aded3d4 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-x-2.json @@ -0,0 +1,169 @@ +{ + "object": "murky_stronghold/f-x-2", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-x-3.json b/jigsaw-pieces/murky_stronghold/f-x-3.json new file mode 100644 index 00000000..831785a3 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-x-3.json @@ -0,0 +1,169 @@ +{ + "object": "murky_stronghold/f-x-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-x-4.json b/jigsaw-pieces/murky_stronghold/f-x-4.json new file mode 100644 index 00000000..9bd956a0 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-x-4.json @@ -0,0 +1,169 @@ +{ + "object": "murky_stronghold/f-x-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-x-5.json b/jigsaw-pieces/murky_stronghold/f-x-5.json new file mode 100644 index 00000000..e73efb41 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-x-5.json @@ -0,0 +1,169 @@ +{ + "object": "murky_stronghold/f-x-5", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/f-x-6.json b/jigsaw-pieces/murky_stronghold/f-x-6.json new file mode 100644 index 00000000..f9ccfce9 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/f-x-6.json @@ -0,0 +1,169 @@ +{ + "object": "murky_stronghold/f-x-6", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": -2 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-n-1.json b/jigsaw-pieces/murky_stronghold/fc-n-1.json new file mode 100644 index 00000000..01588e55 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-n-1.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/fc-n-1", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-n-2.json b/jigsaw-pieces/murky_stronghold/fc-n-2.json new file mode 100644 index 00000000..b9c526c7 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-n-2.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/fc-n-2", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-n-3.json b/jigsaw-pieces/murky_stronghold/fc-n-3.json new file mode 100644 index 00000000..f7e609fa --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-n-3.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/fc-n-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-n-4.json b/jigsaw-pieces/murky_stronghold/fc-n-4.json new file mode 100644 index 00000000..ae8bbc53 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-n-4.json @@ -0,0 +1,127 @@ +{ + "object": "murky_stronghold/fc-n-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-ns-1.json b/jigsaw-pieces/murky_stronghold/fc-ns-1.json new file mode 100644 index 00000000..cd567fce --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-ns-1.json @@ -0,0 +1,126 @@ +{ + "object": "murky_stronghold/fc-ns-1", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-ns-2.json b/jigsaw-pieces/murky_stronghold/fc-ns-2.json new file mode 100644 index 00000000..3a600258 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-ns-2.json @@ -0,0 +1,126 @@ +{ + "object": "murky_stronghold/fc-ns-2", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-ns-3.json b/jigsaw-pieces/murky_stronghold/fc-ns-3.json new file mode 100644 index 00000000..5c87282e --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-ns-3.json @@ -0,0 +1,126 @@ +{ + "object": "murky_stronghold/fc-ns-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-ns-4.json b/jigsaw-pieces/murky_stronghold/fc-ns-4.json new file mode 100644 index 00000000..c6bc9187 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-ns-4.json @@ -0,0 +1,126 @@ +{ + "object": "murky_stronghold/f-ns-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1r/a6.json b/jigsaw-pieces/murky_stronghold/fc-nsw-1.json similarity index 68% rename from jigsaw-pieces/woodland_mansion/1x2/1r/a6.json rename to jigsaw-pieces/murky_stronghold/fc-nsw-1.json index fcb0994b..9149ff2e 100644 --- a/jigsaw-pieces/woodland_mansion/1x2/1r/a6.json +++ b/jigsaw-pieces/murky_stronghold/fc-nsw-1.json @@ -1,75 +1,83 @@ { + "object": "murky_stronghold/fc-nsw-1", "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, "name": "", - "pools": [], + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, "position": { "x": 2, "y": -3, - "z": -6 + "z": 0 }, "direction": "EAST_POSITIVE_X" }], "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, + "place": [], "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "enabled": true, "xAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 }, "zAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true + "interval": 0 + } }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, "clamp": { "minimumHeight": 0, "maximumHeight": 255 }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, "warp": { - "multiplier": 1, "style": "FLAT", "zoom": 1, + "multiplier": 1, "maxFractureAccuracy": false, "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a6" + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } } diff --git a/jigsaw-pieces/woodland_mansion/1x1/1/a2.json b/jigsaw-pieces/murky_stronghold/fc-nsw-2.json similarity index 67% rename from jigsaw-pieces/woodland_mansion/1x1/1/a2.json rename to jigsaw-pieces/murky_stronghold/fc-nsw-2.json index 8c452fc6..c202fe3a 100644 --- a/jigsaw-pieces/woodland_mansion/1x1/1/a2.json +++ b/jigsaw-pieces/murky_stronghold/fc-nsw-2.json @@ -1,75 +1,83 @@ { + "object": "murky_stronghold/fc-nsw-2", "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, "name": "", - "pools": [], + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, "position": { - "x": 3, + "x": 2, "y": -3, - "z": -2 + "z": 0 }, "direction": "EAST_POSITIVE_X" }], "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, + "place": [], "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "enabled": true, "xAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 }, "zAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true + "interval": 0 + } }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, "clamp": { "minimumHeight": 0, "maximumHeight": 255 }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, "warp": { - "multiplier": 1, "style": "FLAT", "zoom": 1, + "multiplier": 1, "maxFractureAccuracy": false, "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/a2" + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } } diff --git a/jigsaw-pieces/woodland_mansion/1x1/1/a1.json b/jigsaw-pieces/murky_stronghold/fc-nsw-3.json similarity index 67% rename from jigsaw-pieces/woodland_mansion/1x1/1/a1.json rename to jigsaw-pieces/murky_stronghold/fc-nsw-3.json index 38a0865c..7ac7490c 100644 --- a/jigsaw-pieces/woodland_mansion/1x1/1/a1.json +++ b/jigsaw-pieces/murky_stronghold/fc-nsw-3.json @@ -1,75 +1,83 @@ { + "object": "murky_stronghold/fc-nsw-3", "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, "name": "", - "pools": [], + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, "position": { - "x": 3, + "x": 2, "y": -3, - "z": -2 + "z": 0 }, "direction": "EAST_POSITIVE_X" }], "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, + "place": [], "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "enabled": true, "xAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 }, "zAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true + "interval": 0 + } }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, "clamp": { "minimumHeight": 0, "maximumHeight": 255 }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, "warp": { - "multiplier": 1, "style": "FLAT", "zoom": 1, + "multiplier": 1, "maxFractureAccuracy": false, "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/a1" + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } } diff --git a/jigsaw-pieces/woodland_mansion/1x1/1/as1.json b/jigsaw-pieces/murky_stronghold/fc-nsw-4.json similarity index 67% rename from jigsaw-pieces/woodland_mansion/1x1/1/as1.json rename to jigsaw-pieces/murky_stronghold/fc-nsw-4.json index 592fa9f7..9b66cb47 100644 --- a/jigsaw-pieces/woodland_mansion/1x1/1/as1.json +++ b/jigsaw-pieces/murky_stronghold/fc-nsw-4.json @@ -1,75 +1,83 @@ { + "object": "murky_stronghold/fc-nsw-4", "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, "name": "", - "pools": [], + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, "position": { - "x": 3, + "x": 2, "y": -3, - "z": -2 + "z": 0 }, "direction": "EAST_POSITIVE_X" }], "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, + "place": [], "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "enabled": true, "xAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 }, "zAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true + "interval": 0 + } }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, "clamp": { "minimumHeight": 0, "maximumHeight": 255 }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, "warp": { - "multiplier": 1, "style": "FLAT", "zoom": 1, + "multiplier": 1, "maxFractureAccuracy": false, "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/as1" + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } } diff --git a/jigsaw-pieces/woodland_mansion/stairs/stairs_straight.json b/jigsaw-pieces/murky_stronghold/fc-sw-1.json similarity index 54% rename from jigsaw-pieces/woodland_mansion/stairs/stairs_straight.json rename to jigsaw-pieces/murky_stronghold/fc-sw-1.json index ea7da3be..26484541 100644 --- a/jigsaw-pieces/woodland_mansion/stairs/stairs_straight.json +++ b/jigsaw-pieces/murky_stronghold/fc-sw-1.json @@ -1,91 +1,106 @@ { + "object": "murky_stronghold/fc-sw-1", "connectors": [ { + "name": "", "targetName": "*", - "innerConnector": true, - "entityCount": 1, "rotateConnector": false, - "name": "stairs", - "pools": [], + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, "position": { - "x": 3, - "y": -9, - "z": 7 + "x": 2, + "y": -3, + "z": 0 }, - "direction": "SOUTH_POSITIVE_Z" + "direction": "EAST_POSITIVE_X" }, { - "targetName": "roof", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, "name": "", - "pools": ["woodland_mansion/roof"], + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, "position": { "x": 0, - "y": 1, - "z": -7 + "y": -3, + "z": -2 }, "direction": "NORTH_NEGATIVE_Z" } ], "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, + "place": [], "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "enabled": true, "xAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 }, "zAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true + "interval": 0 + } }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, "clamp": { "minimumHeight": 0, "maximumHeight": 255 }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, "warp": { - "multiplier": 1, "style": "FLAT", "zoom": 1, + "multiplier": 1, "maxFractureAccuracy": false, "exponent": 1 - } - }, - "object": "woodland_mansion/stairs/stairs_straight" + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } } diff --git a/jigsaw-pieces/murky_stronghold/fc-sw-2.json b/jigsaw-pieces/murky_stronghold/fc-sw-2.json new file mode 100644 index 00000000..bfbed535 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-sw-2.json @@ -0,0 +1,106 @@ +{ + "object": "murky_stronghold/fc-sw-2", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-sw-3.json b/jigsaw-pieces/murky_stronghold/fc-sw-3.json new file mode 100644 index 00000000..4c0cab58 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-sw-3.json @@ -0,0 +1,106 @@ +{ + "object": "murky_stronghold/fc-sw-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-sw-4.json b/jigsaw-pieces/murky_stronghold/fc-sw-4.json new file mode 100644 index 00000000..dfd1adba --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-sw-4.json @@ -0,0 +1,106 @@ +{ + "object": "murky_stronghold/fc-sw-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-x-1.json b/jigsaw-pieces/murky_stronghold/fc-x-1.json new file mode 100644 index 00000000..f362a0d3 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-x-1.json @@ -0,0 +1,188 @@ +{ + "object": "murky_stronghold/fc-x-1", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/woodland_mansion/roof/roof_1.json b/jigsaw-pieces/murky_stronghold/fc-x-2.json similarity index 50% rename from jigsaw-pieces/woodland_mansion/roof/roof_1.json rename to jigsaw-pieces/murky_stronghold/fc-x-2.json index 5778de78..af4ab1a6 100644 --- a/jigsaw-pieces/woodland_mansion/roof/roof_1.json +++ b/jigsaw-pieces/murky_stronghold/fc-x-2.json @@ -1,161 +1,148 @@ { + "object": "murky_stronghold/fc-x-2", "connectors": [ { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "roof", - "pools": [], - "position": { - "x": -20, - "y": -5, - "z": -8 - }, - "direction": "EAST_POSITIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, "name": "", - "pools": ["woodland_mansion/2x2_2l"], - "position": { - "x": -20, - "y": -4, - "z": -14 - }, - "direction": "EAST_POSITIVE_X" - }, - { "targetName": "*", - "innerConnector": true, - "entityCount": 1, "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/2x2_2r"], - "position": { - "x": -14, - "y": -4, - "z": 4 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2l"], "position": { - "x": -4, - "y": -4, - "z": 2 - }, - "direction": "EAST_POSITIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2l"], - "position": { - "x": -22, - "y": -4, - "z": -20 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2r"], - "position": { - "x": -28, - "y": -4, - "z": -6 + "x": -2, + "y": -3, + "z": 0 }, "direction": "WEST_NEGATIVE_X" }, { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, "name": "", - "pools": ["woodland_mansion/1x2_2s"], + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, "position": { - "x": -34, - "y": -4, - "z": 4 + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 }, "direction": "SOUTH_POSITIVE_Z" } ], "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, + "place": [], "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "enabled": true, "xAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 }, "zAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true + "interval": 0 + } }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, "clamp": { "minimumHeight": 0, "maximumHeight": 255 }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, "warp": { - "multiplier": 1, "style": "FLAT", "zoom": 1, + "multiplier": 1, "maxFractureAccuracy": false, "exponent": 1 - } - }, - "object": "woodland_mansion/roof/roof_1" + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } } diff --git a/jigsaw-pieces/murky_stronghold/fc-x-3.json b/jigsaw-pieces/murky_stronghold/fc-x-3.json new file mode 100644 index 00000000..785836c6 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-x-3.json @@ -0,0 +1,148 @@ +{ + "object": "murky_stronghold/fc-x-3", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-x-4.json b/jigsaw-pieces/murky_stronghold/fc-x-4.json new file mode 100644 index 00000000..446ce403 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-x-4.json @@ -0,0 +1,203 @@ +{ + "object": "murky_stronghold/fc-x-4", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": 2, + "z": 0 + }, + "direction": "UP_POSITIVE_Y" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-x-5.json b/jigsaw-pieces/murky_stronghold/fc-x-5.json new file mode 100644 index 00000000..649c13bd --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-x-5.json @@ -0,0 +1,148 @@ +{ + "object": "murky_stronghold/fc-x-5", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-x-6.json b/jigsaw-pieces/murky_stronghold/fc-x-6.json new file mode 100644 index 00000000..518541c2 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-x-6.json @@ -0,0 +1,148 @@ +{ + "object": "murky_stronghold/fc-x-6", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-x-7.json b/jigsaw-pieces/murky_stronghold/fc-x-7.json new file mode 100644 index 00000000..bde0f987 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-x-7.json @@ -0,0 +1,188 @@ +{ + "object": "murky_stronghold/fc-x-7", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three", + "murky_stronghold/stronghold-c-corner", + "murky_stronghold/stronghold-c-cross", + "murky_stronghold/stronghold-c-end", + "murky_stronghold/stronghold-c-hall", + "murky_stronghold/stronghold-c-three", + "murky_stronghold/stronghold-f-corner", + "murky_stronghold/stronghold-f-cross", + "murky_stronghold/stronghold-f-end", + "murky_stronghold/stronghold-f-hall", + "murky_stronghold/stronghold-f-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/murky_stronghold/fc-x-8.json b/jigsaw-pieces/murky_stronghold/fc-x-8.json new file mode 100644 index 00000000..84bc4e38 --- /dev/null +++ b/jigsaw-pieces/murky_stronghold/fc-x-8.json @@ -0,0 +1,148 @@ +{ + "object": "murky_stronghold/fc-x-8", + "connectors": [ + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -2, + "y": -3, + "z": 0 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": -2 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -3, + "z": 0 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": [ + "murky_stronghold/stronghold-fc-corner", + "murky_stronghold/stronghold-fc-cross", + "murky_stronghold/stronghold-fc-end", + "murky_stronghold/stronghold-fc-hall", + "murky_stronghold/stronghold-fc-three" + ], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 0, + "y": -3, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/woodland_mansion/1x1/1/a3.json b/jigsaw-pieces/murky_stronghold/void/1.json similarity index 71% rename from jigsaw-pieces/woodland_mansion/1x1/1/a3.json rename to jigsaw-pieces/murky_stronghold/void/1.json index 54c59a3f..fa4c5924 100644 --- a/jigsaw-pieces/woodland_mansion/1x1/1/a3.json +++ b/jigsaw-pieces/murky_stronghold/void/1.json @@ -1,75 +1,77 @@ { + "object": "void/void", "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, "name": "", - "pools": [], + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, + "pools": ["murky_stronghold/stronghold-start-pool"], + "keepEntity": false, + "entityCount": 1, "position": { - "x": 3, - "y": -1, - "z": -2 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, "x": 0, - "y": 0, + "y": -50, "z": 0 }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, + "direction": "DOWN_NEGATIVE_Y" + }], + "placementOptions": { "place": [], - "onwater": false, + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": true, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, "clamp": { "minimumHeight": 0, "maximumHeight": 255 }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": false, "warp": { - "multiplier": 1, "style": "FLAT", "zoom": 1, + "multiplier": 1, "maxFractureAccuracy": false, "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/a3" + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": -55, + "yRandom": 6, + "z": 0 + }, + "loot": [] + } } diff --git a/jigsaw-pieces/pillager_outpost/overgrown/cage.json b/jigsaw-pieces/pillager_outpost/overgrown/cage.json new file mode 100644 index 00000000..60bdaf0a --- /dev/null +++ b/jigsaw-pieces/pillager_outpost/overgrown/cage.json @@ -0,0 +1,184 @@ +{ + "object": "pillager_outpost/overgrown/cage", + "connectors": [ + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -3, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -3, + "y": -1, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -1, + "z": -4 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": -1, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -4, + "y": -1, + "z": -3 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -4, + "y": -1, + "z": 2 + }, + "direction": "WEST_NEGATIVE_X" + }, + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 3, + "y": -1, + "z": -3 + }, + "direction": "EAST_POSITIVE_X" + }, + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 3, + "y": -1, + "z": 2 + }, + "direction": "EAST_POSITIVE_X" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": true, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "FAST_MAX_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 1, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/pillager_outpost/overgrown/pumpkins1.json b/jigsaw-pieces/pillager_outpost/overgrown/pumpkins1.json new file mode 100644 index 00000000..8a4c514d --- /dev/null +++ b/jigsaw-pieces/pillager_outpost/overgrown/pumpkins1.json @@ -0,0 +1,124 @@ +{ + "object": "pillager_outpost/overgrown/pumpkins1", + "connectors": [ + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -3, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -3, + "y": 0, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": 0, + "z": -3 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": 0, + "z": 3 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": true, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": -1, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": false, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "PAINT", + "edit": [], + "translate": { + "x": 0, + "y": 0, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2s/d5.json b/jigsaw-pieces/pillager_outpost/overgrown/pumpkins2.json similarity index 62% rename from jigsaw-pieces/woodland_mansion/1x2/2s/d5.json rename to jigsaw-pieces/pillager_outpost/overgrown/pumpkins2.json index f5ca75f1..41e992cc 100644 --- a/jigsaw-pieces/woodland_mansion/1x2/2s/d5.json +++ b/jigsaw-pieces/pillager_outpost/overgrown/pumpkins2.json @@ -1,32 +1,56 @@ { "connectors": [ { - "targetName": "*", + "targetName": "minecraft:feature", "innerConnector": false, - "entityCount": 1, "rotateConnector": false, - "name": "", + "name": "minecraft:feature", "pools": [], "position": { - "x": 2, - "y": -4, - "z": 7 + "x": -3, + "y": 0, + "z": -5 + }, + "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": [], + "position": { + "x": -3, + "y": 0, + "z": 5 }, "direction": "SOUTH_POSITIVE_Z" }, { - "targetName": "*", + "targetName": "minecraft:feature", "innerConnector": false, - "entityCount": 1, "rotateConnector": false, - "name": "", + "name": "minecraft:feature", "pools": [], "position": { - "x": -2, - "y": -4, - "z": -7 + "x": 2, + "y": 0, + "z": -5 }, "direction": "NORTH_NEGATIVE_Z" + }, + { + "targetName": "minecraft:feature", + "innerConnector": false, + "rotateConnector": false, + "name": "minecraft:feature", + "pools": [], + "position": { + "x": 2, + "y": 0, + "z": 5 + }, + "direction": "SOUTH_POSITIVE_Z" } ], "placementOptions": { @@ -34,8 +58,6 @@ "chance": 1, "meld": false, "density": 1, - "boreExtendMinY": 0, - "edit": [], "bottom": false, "translateCenter": false, "rotation": { @@ -59,7 +81,7 @@ }, "enabled": true }, - "boreExtendMaxY": 0, + "boreExtendMinY": 0, "smartBore": false, "waterloggable": false, "bore": false, @@ -69,11 +91,12 @@ "y": 0, "z": 0 }, - "mode": "FAST_MAX_HEIGHT", + "mode": "PAINT", "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, "place": [], + "boreExtendMaxY": 0, "onwater": false, "clamp": { "minimumHeight": 0, @@ -87,5 +110,5 @@ "exponent": 1 } }, - "object": "woodland_mansion/1x2/d5" + "object": "pillager_outpost/overgrown/pumpkins2" } diff --git a/jigsaw-pieces/pillager_outpost/overgrown/tent.json b/jigsaw-pieces/pillager_outpost/overgrown/tent.json new file mode 100644 index 00000000..f6d645c8 --- /dev/null +++ b/jigsaw-pieces/pillager_outpost/overgrown/tent.json @@ -0,0 +1,124 @@ +{ + "object": "pillager_outpost/overgrown/tent", + "connectors": [ + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -3, + "y": 0, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": -3, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": 0, + "z": -2 + }, + "direction": "SOUTH_POSITIVE_Z" + }, + { + "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, + "pools": [], + "keepEntity": false, + "entityCount": 1, + "position": { + "x": 2, + "y": 0, + "z": 2 + }, + "direction": "SOUTH_POSITIVE_Z" + } + ], + "placementOptions": { + "place": [], + "rotation": { + "enabled": true, + "xAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + }, + "yAxis": { + "enabled": true, + "min": 0, + "max": 0, + "interval": 90 + }, + "zAxis": { + "enabled": false, + "min": 0, + "max": 0, + "interval": 0 + } + }, + "clamp": { + "minimumHeight": 0, + "maximumHeight": 255 + }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "SURFACE_ONLY", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": false, + "warp": { + "style": "FLAT", + "zoom": 1, + "multiplier": 1, + "maxFractureAccuracy": false, + "exponent": 1 + }, + "translateCenter": false, + "mode": "PAINT", + "edit": [], + "translate": { + "x": 0, + "y": 1, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } +} diff --git a/jigsaw-pieces/pillager_outpost/feature_cage1.json b/jigsaw-pieces/pillager_outpost/regular/feature_cage1.json similarity index 81% rename from jigsaw-pieces/pillager_outpost/feature_cage1.json rename to jigsaw-pieces/pillager_outpost/regular/feature_cage1.json index 1bfb64b3..fe3c9b99 100644 --- a/jigsaw-pieces/pillager_outpost/feature_cage1.json +++ b/jigsaw-pieces/pillager_outpost/regular/feature_cage1.json @@ -1,134 +1,140 @@ { + "object": "pillager_outpost/regular/feature_cage1", "connectors": [ { - "targetName": "minecraft:feature", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, "pools": [], + "keepEntity": false, + "entityCount": 1, "position": { "x": -2, - "y": -2, + "y": 0, "z": -2 }, "direction": "SOUTH_POSITIVE_Z" }, { - "targetName": "minecraft:feature", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, "pools": [], + "keepEntity": false, + "entityCount": 1, "position": { "x": -2, - "y": -2, + "y": 0, "z": 3 }, "direction": "SOUTH_POSITIVE_Z" }, { - "targetName": "minecraft:feature", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, "pools": [], + "keepEntity": false, + "entityCount": 1, "position": { "x": 3, - "y": -2, + "y": 0, "z": -2 }, "direction": "SOUTH_POSITIVE_Z" }, { - "targetName": "minecraft:feature", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, "name": "minecraft:feature", + "targetName": "minecraft:feature", + "rotateConnector": false, + "innerConnector": false, "pools": [], + "keepEntity": false, + "entityCount": 1, "position": { "x": 3, - "y": -2, + "y": 0, "z": 3 }, "direction": "SOUTH_POSITIVE_Z" }, { - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "spawnEntity": "iron_golem", "name": "", + "targetName": "*", + "rotateConnector": false, + "innerConnector": false, "pools": [], + "spawnEntity": "iron_golem", + "keepEntity": false, + "entityCount": 1, "position": { "x": 0, - "y": -2, + "y": 0, "z": 0 }, "direction": "UP_POSITIVE_Y" } ], "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, + "place": [], "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, + "enabled": true, "xAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false + "interval": 0 + }, + "yAxis": { + "enabled": true, + "min": 0, + "max": 0, + "interval": 90 }, "zAxis": { + "enabled": false, "min": 0, "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true + "interval": 0 + } }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": true, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MIN_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, "clamp": { "minimumHeight": 0, "maximumHeight": 255 }, + "snow": 0, + "chance": 1, + "density": 1, + "overStilt": 0, + "boreExtendMaxY": 0, + "boreExtendMinY": 0, + "underwater": false, + "carvingSupport": "PAINT", + "smartBore": false, + "waterloggable": false, + "onwater": false, + "meld": false, + "bottom": false, + "bore": true, "warp": { - "multiplier": 1, "style": "FLAT", "zoom": 1, + "multiplier": 1, "maxFractureAccuracy": false, "exponent": 1 - } - }, - "object": "pillager_outpost/feature_cage1" + }, + "translateCenter": false, + "mode": "FAST_MIN_HEIGHT", + "edit": [], + "translate": { + "x": 0, + "y": 2, + "yRandom": 0, + "z": 0 + }, + "loot": [] + } } diff --git a/jigsaw-pieces/pillager_outpost/feature_cage2.json b/jigsaw-pieces/pillager_outpost/regular/feature_cage2.json similarity index 94% rename from jigsaw-pieces/pillager_outpost/feature_cage2.json rename to jigsaw-pieces/pillager_outpost/regular/feature_cage2.json index c8a44899..30b35f2e 100644 --- a/jigsaw-pieces/pillager_outpost/feature_cage2.json +++ b/jigsaw-pieces/pillager_outpost/regular/feature_cage2.json @@ -9,7 +9,7 @@ "pools": [], "position": { "x": -2, - "y": -2, + "y": 0, "z": -2 }, "direction": "SOUTH_POSITIVE_Z" @@ -23,7 +23,7 @@ "pools": [], "position": { "x": -2, - "y": -2, + "y": 0, "z": 3 }, "direction": "SOUTH_POSITIVE_Z" @@ -37,7 +37,7 @@ "pools": [], "position": { "x": 3, - "y": -2, + "y": 0, "z": -2 }, "direction": "SOUTH_POSITIVE_Z" @@ -51,7 +51,7 @@ "pools": [], "position": { "x": 1, - "y": -3, + "y": 0, "z": 0 }, "direction": "UP_POSITIVE_Y" @@ -66,7 +66,7 @@ "pools": [], "position": { "x": 0, - "y": -2, + "y": 0, "z": 0 }, "direction": "UP_POSITIVE_Y" @@ -109,7 +109,7 @@ "translate": { "yRandom": 0, "x": 0, - "y": 0, + "y": 1, "z": 0 }, "mode": "FAST_MIN_HEIGHT", @@ -130,5 +130,5 @@ "exponent": 1 } }, - "object": "pillager_outpost/feature_cage2" + "object": "pillager_outpost/regular/feature_cage2" } diff --git a/jigsaw-pieces/pillager_outpost/feature_logs.json b/jigsaw-pieces/pillager_outpost/regular/feature_logs.json similarity index 93% rename from jigsaw-pieces/pillager_outpost/feature_logs.json rename to jigsaw-pieces/pillager_outpost/regular/feature_logs.json index 0d4496ee..a88e2221 100644 --- a/jigsaw-pieces/pillager_outpost/feature_logs.json +++ b/jigsaw-pieces/pillager_outpost/regular/feature_logs.json @@ -8,7 +8,7 @@ "pools": [], "position": { "x": -3, - "y": -1, + "y": 0, "z": -3 }, "direction": "SOUTH_POSITIVE_Z" @@ -21,7 +21,7 @@ "pools": [], "position": { "x": -3, - "y": -1, + "y": 0, "z": 3 }, "direction": "SOUTH_POSITIVE_Z" @@ -34,7 +34,7 @@ "pools": [], "position": { "x": 2, - "y": -1, + "y": 0, "z": -3 }, "direction": "SOUTH_POSITIVE_Z" @@ -47,7 +47,7 @@ "pools": [], "position": { "x": 2, - "y": -1, + "y": 0, "z": 3 }, "direction": "SOUTH_POSITIVE_Z" @@ -92,7 +92,7 @@ "y": 1, "z": 0 }, - "mode": "CENTER_HEIGHT", + "mode": "PAINT", "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, @@ -111,5 +111,5 @@ "exponent": 1 } }, - "object": "pillager_outpost/feature_logs" + "object": "pillager_outpost/regular/feature_logs" } diff --git a/jigsaw-pieces/pillager_outpost/feature_targets.json b/jigsaw-pieces/pillager_outpost/regular/feature_targets.json similarity index 94% rename from jigsaw-pieces/pillager_outpost/feature_targets.json rename to jigsaw-pieces/pillager_outpost/regular/feature_targets.json index 13b9436f..ac890a54 100644 --- a/jigsaw-pieces/pillager_outpost/feature_targets.json +++ b/jigsaw-pieces/pillager_outpost/regular/feature_targets.json @@ -8,7 +8,7 @@ "pools": [], "position": { "x": -1, - "y": -1, + "y": 0, "z": -3 }, "direction": "SOUTH_POSITIVE_Z" @@ -21,7 +21,7 @@ "pools": [], "position": { "x": -1, - "y": -1, + "y": 0, "z": 3 }, "direction": "SOUTH_POSITIVE_Z" @@ -34,7 +34,7 @@ "pools": [], "position": { "x": 0, - "y": -1, + "y": 0, "z": 0 }, "direction": "SOUTH_POSITIVE_Z" @@ -47,7 +47,7 @@ "pools": [], "position": { "x": 1, - "y": -1, + "y": 0, "z": -3 }, "direction": "SOUTH_POSITIVE_Z" @@ -60,7 +60,7 @@ "pools": [], "position": { "x": 1, - "y": -1, + "y": 0, "z": 3 }, "direction": "SOUTH_POSITIVE_Z" @@ -102,7 +102,7 @@ "translate": { "yRandom": 0, "x": 0, - "y": -1, + "y": 1, "z": 0 }, "mode": "FAST_MAX_HEIGHT", @@ -124,5 +124,5 @@ "exponent": 1 } }, - "object": "pillager_outpost/feature_targets" + "object": "pillager_outpost/regular/feature_targets" } diff --git a/jigsaw-pieces/pillager_outpost/feature_tent1.json b/jigsaw-pieces/pillager_outpost/regular/feature_tent1.json similarity index 96% rename from jigsaw-pieces/pillager_outpost/feature_tent1.json rename to jigsaw-pieces/pillager_outpost/regular/feature_tent1.json index 0066d0c6..715d837e 100644 --- a/jigsaw-pieces/pillager_outpost/feature_tent1.json +++ b/jigsaw-pieces/pillager_outpost/regular/feature_tent1.json @@ -92,10 +92,10 @@ "translate": { "yRandom": 0, "x": 0, - "y": 1, + "y": 0, "z": 0 }, - "mode": "FAST_MIN_HEIGHT", + "mode": "PAINT", "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, @@ -114,5 +114,5 @@ "exponent": 1 } }, - "object": "pillager_outpost/feature_tent1" + "object": "pillager_outpost/regular/feature_tent1" } diff --git a/jigsaw-pieces/pillager_outpost/feature_tent2.json b/jigsaw-pieces/pillager_outpost/regular/feature_tent2.json similarity index 93% rename from jigsaw-pieces/pillager_outpost/feature_tent2.json rename to jigsaw-pieces/pillager_outpost/regular/feature_tent2.json index a4bd15e8..075221bd 100644 --- a/jigsaw-pieces/pillager_outpost/feature_tent2.json +++ b/jigsaw-pieces/pillager_outpost/regular/feature_tent2.json @@ -8,7 +8,7 @@ "pools": [], "position": { "x": -3, - "y": -2, + "y": -1, "z": -2 }, "direction": "SOUTH_POSITIVE_Z" @@ -21,7 +21,7 @@ "pools": [], "position": { "x": -3, - "y": -2, + "y": -1, "z": 2 }, "direction": "SOUTH_POSITIVE_Z" @@ -34,7 +34,7 @@ "pools": [], "position": { "x": 2, - "y": -2, + "y": -1, "z": -2 }, "direction": "SOUTH_POSITIVE_Z" @@ -47,7 +47,7 @@ "pools": [], "position": { "x": 2, - "y": -2, + "y": -1, "z": 2 }, "direction": "SOUTH_POSITIVE_Z" @@ -92,10 +92,10 @@ "translate": { "yRandom": 0, "x": 0, - "y": 1, + "y": 0, "z": 0 }, - "mode": "FAST_MIN_HEIGHT", + "mode": "PAINT", "carvingSupport": "SURFACE_ONLY", "snow": 0, "underwater": false, @@ -114,5 +114,5 @@ "exponent": 1 } }, - "object": "pillager_outpost/feature_tent2" + "object": "pillager_outpost/regular/feature_tent2" } diff --git a/jigsaw-pieces/pillager_outpost/watchtower.json b/jigsaw-pieces/pillager_outpost/watchtower.json index aac10e0e..f0db5e73 100644 --- a/jigsaw-pieces/pillager_outpost/watchtower.json +++ b/jigsaw-pieces/pillager_outpost/watchtower.json @@ -10,7 +10,7 @@ "position": { "x": -3, "y": -9, - "z": -6 + "z": -7 }, "direction": "NORTH_NEGATIVE_Z" }, @@ -24,7 +24,7 @@ "position": { "x": 3, "y": -9, - "z": -6 + "z": -7 }, "direction": "NORTH_NEGATIVE_Z" }, @@ -36,7 +36,7 @@ "name": "", "pools": ["pillager_outpost/features"], "position": { - "x": 6, + "x": 7, "y": -9, "z": -3 }, @@ -50,7 +50,7 @@ "name": "", "pools": ["pillager_outpost/features"], "position": { - "x": 6, + "x": 7, "y": -9, "z": 3 }, @@ -66,7 +66,7 @@ "position": { "x": 3, "y": -9, - "z": 6 + "z": 7 }, "direction": "SOUTH_POSITIVE_Z" }, @@ -80,7 +80,7 @@ "position": { "x": -3, "y": -9, - "z": 6 + "z": 7 }, "direction": "SOUTH_POSITIVE_Z" }, @@ -92,7 +92,7 @@ "name": "", "pools": ["pillager_outpost/features"], "position": { - "x": -6, + "x": -7, "y": -9, "z": 3 }, @@ -106,7 +106,7 @@ "name": "", "pools": ["pillager_outpost/features"], "position": { - "x": -6, + "x": -7, "y": -9, "z": -3 }, @@ -296,11 +296,11 @@ "boreExtendMaxY": 0, "smartBore": false, "waterloggable": false, - "bore": true, + "bore": false, "translate": { "yRandom": 0, "x": 0, - "y": 0, + "y": -1, "z": 0 }, "mode": "VACUUM", diff --git a/jigsaw-pieces/pillager_outpost/watchtower_overgrown.json b/jigsaw-pieces/pillager_outpost/watchtower_overgrown.json index 035ec7e8..cc0688c4 100644 --- a/jigsaw-pieces/pillager_outpost/watchtower_overgrown.json +++ b/jigsaw-pieces/pillager_outpost/watchtower_overgrown.json @@ -4,29 +4,29 @@ "targetName": "*", "innerConnector": false, "entityCount": 1, - "spawnEntity:": "pillager", + "spawnEntity:": "", "rotateConnector": false, "name": "", - "pools": ["pillager_outpost/features"], + "pools": ["pillager_outpost/features-overgrown"], "position": { "x": -3, - "y": -9, - "z": -6 + "y": -10, + "z": -7 }, "direction": "NORTH_NEGATIVE_Z" }, { "targetName": "*", - "innerConnector": false, + "innerConnector": true, "entityCount": 1, - "spawnEntity:": "pillager", + "spawnEntity:": "", "rotateConnector": false, "name": "", "pools": [], "position": { "x": 3, - "y": -9, - "z": -6 + "y": -10, + "z": -7 }, "direction": "NORTH_NEGATIVE_Z" }, @@ -34,13 +34,13 @@ "targetName": "*", "innerConnector": false, "entityCount": 1, - "spawnEntity:": "pillager", + "spawnEntity:": "", "rotateConnector": false, "name": "", - "pools": ["pillager_outpost/features"], + "pools": ["pillager_outpost/features-overgrown"], "position": { - "x": 6, - "y": -9, + "x": 7, + "y": -10, "z": -3 }, "direction": "EAST_POSITIVE_X" @@ -49,13 +49,13 @@ "targetName": "*", "innerConnector": false, "entityCount": 1, - "spawnEntity:": "pillager", + "spawnEntity:": "", "rotateConnector": false, "name": "", - "pools": ["pillager_outpost/features"], + "pools": ["pillager_outpost/features-overgrown"], "position": { - "x": 6, - "y": -9, + "x": 7, + "y": -10, "z": 3 }, "direction": "EAST_POSITIVE_X" @@ -64,14 +64,14 @@ "targetName": "*", "innerConnector": false, "entityCount": 1, - "spawnEntity:": "pillager", + "spawnEntity:": "", "rotateConnector": false, "name": "", - "pools": ["pillager_outpost/features"], + "pools": ["pillager_outpost/features-overgrown"], "position": { "x": 3, - "y": -9, - "z": 6 + "y": -10, + "z": 7 }, "direction": "SOUTH_POSITIVE_Z" }, @@ -79,14 +79,14 @@ "targetName": "*", "innerConnector": false, "entityCount": 1, - "spawnEntity:": "pillager", + "spawnEntity:": "", "rotateConnector": false, "name": "", - "pools": ["pillager_outpost/features"], + "pools": ["pillager_outpost/features-overgrown"], "position": { "x": -3, - "y": -9, - "z": 6 + "y": -10, + "z": 7 }, "direction": "SOUTH_POSITIVE_Z" }, @@ -94,13 +94,13 @@ "targetName": "*", "innerConnector": false, "entityCount": 1, - "spawnEntity:": "pillager", + "spawnEntity:": "", "rotateConnector": false, "name": "", - "pools": ["pillager_outpost/features"], + "pools": ["pillager_outpost/features-overgrown"], "position": { - "x": -6, - "y": -9, + "x": -7, + "y": -10, "z": 3 }, "direction": "WEST_NEGATIVE_X" @@ -109,13 +109,13 @@ "targetName": "*", "innerConnector": false, "entityCount": 1, - "spawnEntity:": "pillager", + "spawnEntity:": "", "rotateConnector": false, "name": "", - "pools": ["pillager_outpost/features"], + "pools": ["pillager_outpost/features-overgrown"], "position": { - "x": -6, - "y": -9, + "x": -7, + "y": -10, "z": -3 }, "direction": "WEST_NEGATIVE_X" @@ -127,7 +127,78 @@ "meld": false, "density": 1, "boreExtendMinY": 0, - "edit": [], + "edit": [ + { + "find": [{"block": "oak_planks"}], + "replace": {"palette": [ + { + "block": "birch_planks", + "weight": 5 + }, + { + "block": "void_air", + "weight": 2 + } + ]}, + "chance": 1 + }, + { + "find": [{"block": "oak_slab"}], + "replace": {"palette": [ + { + "block": "birch_slab", + "weight": 5 + }, + { + "block": "void_air", + "weight": 2 + } + ]}, + "chance": 1 + }, + { + "find": [{"block": "spruce_planks"}], + "replace": {"palette": [ + { + "block": "dark_oak_planks", + "weight": 5 + }, + { + "block": "void_air", + "weight": 2 + } + ]}, + "chance": 1 + }, + { + "find": [{"block": "spruce_slab"}], + "replace": {"palette": [ + { + "block": "dark_oak_slab", + "weight": 5 + }, + { + "block": "void_air", + "weight": 2 + } + ]}, + "chance": 1 + }, + { + "find": [{"block": "cobblestone"}], + "replace": {"palette": [ + { + "block": "cobblestone", + "weight": 5 + }, + { + "block": "mossy_cobblestone", + "weight": 2 + } + ]}, + "chance": 1 + } + ], "bottom": false, "translateCenter": false, "rotation": { @@ -154,11 +225,11 @@ "boreExtendMaxY": 0, "smartBore": false, "waterloggable": false, - "bore": true, + "bore": false, "translate": { "yRandom": 0, "x": 0, - "y": 0, + "y": -1, "z": 0 }, "mode": "VACUUM", diff --git a/jigsaw-pieces/village/savanna/savanna_lamp_post_01.json b/jigsaw-pieces/village/savanna/savanna_lamp_post_01.json index 0ac160d2..90d8f4e3 100644 --- a/jigsaw-pieces/village/savanna/savanna_lamp_post_01.json +++ b/jigsaw-pieces/village/savanna/savanna_lamp_post_01.json @@ -70,5 +70,5 @@ "exponent": 1 } }, - "object": "village/savanna/savanna_lamp_post_01" + "object": "village/savanna/villagesavanna_lamp_post_01" } diff --git a/jigsaw-pieces/village/savanna/terminators/terminator_05.json b/jigsaw-pieces/village/savanna/terminators/terminator_05.json index c6101589..9177f202 100644 --- a/jigsaw-pieces/village/savanna/terminators/terminator_05.json +++ b/jigsaw-pieces/village/savanna/terminators/terminator_05.json @@ -124,5 +124,5 @@ "exponent": 1 } }, - "object": "village/savanna/terminators/terminator_05" + "object": "village/savanna/villageterminators/terminator_05" } diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_2.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_2.json index ce02b54e..69ddb7ef 100644 --- a/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_2.json +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_2.json @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 1, "y": -2, @@ -137,5 +137,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/houses/savanna_animal_pen_2" + "object": "village/savanna/villagezombie/houses/savanna_animal_pen_2" } diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_3.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_3.json index c3b37717..f66cdc28 100644 --- a/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_3.json +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_animal_pen_3.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": -2, "y": -2, @@ -98,5 +98,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/houses/savanna_animal_pen_3" + "object": "village/savanna/villagezombie/houses/savanna_animal_pen_3" } diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_large_farm_2.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_large_farm_2.json index dda0ef54..fb10fc47 100644 --- a/jigsaw-pieces/village/savanna/zombie/houses/savanna_large_farm_2.json +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_large_farm_2.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 1, "y": -2, @@ -85,5 +85,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/houses/savanna_large_farm_2" + "object": "village/savanna/villagezombie/houses/savanna_large_farm_2" } diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_1.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_1.json index be8454be..dffe897e 100644 --- a/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_1.json +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_1.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": -4, "y": -3, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/villagers"], + "pools": ["village/savanna/villagezombie/villagers"], "position": { "x": -1, "y": -3, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/villagers"], + "pools": ["village/savanna/villagezombie/villagers"], "position": { "x": -1, "y": -3, @@ -111,5 +111,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/houses/savanna_medium_house_1" + "object": "village/savanna/villagezombie/houses/savanna_medium_house_1" } diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_2.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_2.json index c704dc03..c3e69fdb 100644 --- a/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_2.json +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_medium_house_2.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/villagers"], + "pools": ["village/savanna/villagezombie/villagers"], "position": { "x": -2, "y": -4, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 2, "y": -4, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/villagers"], + "pools": ["village/savanna/villagezombie/villagers"], "position": { "x": 2, "y": -4, @@ -111,5 +111,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/houses/savanna_medium_house_2" + "object": "village/savanna/villagezombie/houses/savanna_medium_house_2" } diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_1.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_1.json index 02e0e968..0cc1a616 100644 --- a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_1.json +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_1.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/villagers"], + "pools": ["village/savanna/villagezombie/villagers"], "position": { "x": -1, "y": -3, @@ -85,5 +85,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/houses/savanna_small_house_1" + "object": "village/savanna/villagezombie/houses/savanna_small_house_1" } diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_2.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_2.json index 0fcec01f..f6e60076 100644 --- a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_2.json +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_2.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/villagers"], + "pools": ["village/savanna/villagezombie/villagers"], "position": { "x": -1, "y": -3, @@ -85,5 +85,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/houses/savanna_small_house_2" + "object": "village/savanna/villagezombie/houses/savanna_small_house_2" } diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_3.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_3.json index 85233558..85889596 100644 --- a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_3.json +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_3.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/villagers"], + "pools": ["village/savanna/villagezombie/villagers"], "position": { "x": 2, "y": -3, @@ -85,5 +85,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/houses/savanna_small_house_3" + "object": "village/savanna/villagezombie/houses/savanna_small_house_3" } diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_4.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_4.json index f818f36b..55bb7823 100644 --- a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_4.json +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_4.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/villagers"], + "pools": ["village/savanna/villagezombie/villagers"], "position": { "x": 0, "y": -4, @@ -85,5 +85,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/houses/savanna_small_house_4" + "object": "village/savanna/villagezombie/houses/savanna_small_house_4" } diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_5.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_5.json index 1e22b05d..3ef30252 100644 --- a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_5.json +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_5.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/villagers"], + "pools": ["village/savanna/villagezombie/villagers"], "position": { "x": 1, "y": -5, @@ -85,5 +85,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/houses/savanna_small_house_5" + "object": "village/savanna/villagezombie/houses/savanna_small_house_5" } diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_6.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_6.json index 24d3875d..e44565fa 100644 --- a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_6.json +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_6.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/villagers"], + "pools": ["village/savanna/villagezombie/villagers"], "position": { "x": 0, "y": -3, @@ -98,5 +98,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/houses/savanna_small_house_6" + "object": "village/savanna/villagezombie/houses/savanna_small_house_6" } diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_7.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_7.json index 1d04823d..155f459b 100644 --- a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_7.json +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_7.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/village_vex_tests"], + "pools": ["village/savanna/villagezombie/village_vex_tests"], "position": { "x": 2, "y": -3, @@ -85,5 +85,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/houses/savanna_small_house_7" + "object": "village/savanna/villagezombie/houses/savanna_small_house_7" } diff --git a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_8.json b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_8.json index d419d967..d5df1073 100644 --- a/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_8.json +++ b/jigsaw-pieces/village/savanna/zombie/houses/savanna_small_house_8.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/villagers"], + "pools": ["village/savanna/villagezombie/villagers"], "position": { "x": 0, "y": -3, @@ -85,5 +85,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/houses/savanna_small_house_8" + "object": "village/savanna/villagezombie/houses/savanna_small_house_8" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/corner_01.json b/jigsaw-pieces/village/savanna/zombie/streets/corner_01.json index d043ce7a..ec8761a0 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/corner_01.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/corner_01.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": -5, "y": -1, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 2, "y": -1, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 5, "y": -1, @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -8, "y": 0, @@ -57,7 +57,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -3, "y": 0, @@ -70,7 +70,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -1, "y": 0, @@ -83,7 +83,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": 0, "y": 0, @@ -150,5 +150,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/corner_01" + "object": "village/savanna/villagezombie/streets/corner_01" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/corner_03.json b/jigsaw-pieces/village/savanna/zombie/streets/corner_03.json index aaf37d16..1225dc90 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/corner_03.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/corner_03.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -1, "y": 0, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 1, "y": 0, @@ -85,5 +85,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/corner_03" + "object": "village/savanna/villagezombie/streets/corner_03" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_02.json b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_02.json index 544d21e3..7a9979b5 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_02.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_02.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": -2, "y": -1, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 0, "y": -1, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -3, "y": 0, @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 1, "y": 0, @@ -57,7 +57,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 1, "y": 0, @@ -70,7 +70,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 3, "y": 0, @@ -137,5 +137,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/crossroad_02" + "object": "village/savanna/villagezombie/streets/crossroad_02" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_03.json b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_03.json index 15e0646c..5430f9dd 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_03.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_03.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": -6, "y": -1, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": -5, "y": -1, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 0, "y": -1, @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -8, "y": 0, @@ -57,7 +57,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -6, "y": 0, @@ -70,7 +70,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": 2, "y": 0, @@ -83,7 +83,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 3, "y": 0, @@ -96,7 +96,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 7, "y": 0, @@ -163,5 +163,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/crossroad_03" + "object": "village/savanna/villagezombie/streets/crossroad_03" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_04.json b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_04.json index 776302ca..6ef0306f 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_04.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_04.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -2, "y": 0, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": 0, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": 0, @@ -98,5 +98,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/crossroad_04" + "object": "village/savanna/villagezombie/streets/crossroad_04" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_05.json b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_05.json index a495be85..f473c29a 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_05.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_05.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -2, "y": 0, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": 0, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": 0, @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 2, "y": 0, @@ -111,5 +111,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/crossroad_05" + "object": "village/savanna/villagezombie/streets/crossroad_05" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_06.json b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_06.json index 9945746f..fa7c7de0 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_06.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_06.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 0, "y": -1, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -2, "y": 0, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": 0, @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": 0, @@ -57,7 +57,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 2, "y": 0, @@ -124,5 +124,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/crossroad_06" + "object": "village/savanna/villagezombie/streets/crossroad_06" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_07.json b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_07.json index dfb59b03..cddf568f 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/crossroad_07.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/crossroad_07.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 5, "y": -1, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 6, "y": -1, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 1, "y": 0, @@ -44,7 +44,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": 2, "y": 0, @@ -57,7 +57,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 6, "y": 0, @@ -70,7 +70,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 7, "y": 0, @@ -137,5 +137,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/crossroad_07" + "object": "village/savanna/villagezombie/streets/crossroad_07" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/split_01.json b/jigsaw-pieces/village/savanna/zombie/streets/split_01.json index ac43320d..6b8f24c3 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/split_01.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/split_01.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 0, "y": -1, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -3, "y": 0, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": 0, @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 3, "y": 0, @@ -111,5 +111,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/split_01" + "object": "village/savanna/villagezombie/streets/split_01" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/split_02.json b/jigsaw-pieces/village/savanna/zombie/streets/split_02.json index e21afa8a..c1d8da44 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/split_02.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/split_02.json @@ -5,7 +5,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": 1, "y": 0, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 2, "y": 0, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 3, "y": 0, @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 6, "y": 0, @@ -111,5 +111,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/split_02" + "object": "village/savanna/villagezombie/streets/split_02" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_02.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_02.json index ac71f05a..5a6b5190 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/straight_02.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_02.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -7, "y": 0, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -7, "y": 0, @@ -31,7 +31,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -6, "y": 0, @@ -44,7 +44,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -6, "y": 0, @@ -57,7 +57,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -6, "y": 0, @@ -70,7 +70,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -6, "y": 0, @@ -83,7 +83,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -6, "y": 0, @@ -96,7 +96,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -6, "y": 0, @@ -163,5 +163,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/straight_02" + "object": "village/savanna/villagezombie/streets/straight_02" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_04.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_04.json index 5c5e35d5..e45e655e 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/straight_04.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_04.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -4, "y": 0, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -4, "y": 0, @@ -31,7 +31,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -3, "y": 0, @@ -98,5 +98,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/straight_04" + "object": "village/savanna/villagezombie/streets/straight_04" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_05.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_05.json index 18b4e300..70ac93dd 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/straight_05.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_05.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -9, "y": 0, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -9, "y": 0, @@ -31,7 +31,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -8, "y": 0, @@ -44,7 +44,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -8, "y": 0, @@ -57,7 +57,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -8, "y": 0, @@ -70,7 +70,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -8, "y": 0, @@ -137,5 +137,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/straight_05" + "object": "village/savanna/villagezombie/streets/straight_05" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_06.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_06.json index 84effe7e..3043d1f6 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/straight_06.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_06.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": -3, "y": -1, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 2, "y": -1, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -3, "y": 0, @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 3, "y": 0, @@ -111,5 +111,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/straight_06" + "object": "village/savanna/villagezombie/streets/straight_06" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_08.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_08.json index 4bb05ba4..3e70796f 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/straight_08.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_08.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 0, "y": -1, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 0, "y": -1, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -4, "y": 0, @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -4, "y": 0, @@ -111,5 +111,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/straight_08" + "object": "village/savanna/villagezombie/streets/straight_08" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_09.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_09.json index cd2d2c03..b78dc45e 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/straight_09.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_09.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": -2, "y": -1, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": 0, "y": -1, @@ -31,7 +31,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -3, "y": 0, @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -2, "y": 0, @@ -57,7 +57,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -1, "y": 0, @@ -70,7 +70,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": 0, "y": 0, @@ -83,7 +83,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 1, "y": 0, @@ -96,7 +96,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": 2, "y": 0, @@ -163,5 +163,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/straight_09" + "object": "village/savanna/villagezombie/streets/straight_09" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_10.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_10.json index d3965d33..e63c2380 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/straight_10.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_10.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -2, "y": 0, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 1, "y": 0, @@ -85,5 +85,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/straight_10" + "object": "village/savanna/villagezombie/streets/straight_10" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/straight_11.json b/jigsaw-pieces/village/savanna/zombie/streets/straight_11.json index 35288b21..db1bc986 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/straight_11.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/straight_11.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -7, "y": 0, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -7, "y": 0, @@ -31,7 +31,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -6, "y": 0, @@ -98,5 +98,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/straight_11" + "object": "village/savanna/villagezombie/streets/straight_11" } diff --git a/jigsaw-pieces/village/savanna/zombie/streets/turn_01.json b/jigsaw-pieces/village/savanna/zombie/streets/turn_01.json index 7987f0b8..6d11256a 100644 --- a/jigsaw-pieces/village/savanna/zombie/streets/turn_01.json +++ b/jigsaw-pieces/village/savanna/zombie/streets/turn_01.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -3, "y": 0, @@ -18,7 +18,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -1, "y": 0, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": 0, @@ -44,7 +44,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": 1, "y": 0, @@ -111,5 +111,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/streets/turn_01" + "object": "village/savanna/villagezombie/streets/turn_01" } diff --git a/jigsaw-pieces/village/savanna/zombie/terminators/terminator_05.json b/jigsaw-pieces/village/savanna/zombie/terminators/terminator_05.json index 99f1469e..82692657 100644 --- a/jigsaw-pieces/village/savanna/zombie/terminators/terminator_05.json +++ b/jigsaw-pieces/village/savanna/zombie/terminators/terminator_05.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": -7, "y": -1, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": -7, "y": -1, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:bottom", - "pools": ["village/savanna/zombie/decor"], + "pools": ["village/savanna/villagezombie/decor"], "position": { "x": -7, "y": -1, @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -8, "y": 0, @@ -57,7 +57,7 @@ "innerConnector": true, "rotateConnector": false, "name": "minecraft:building_entrance", - "pools": ["village/savanna/zombie/houses"], + "pools": ["village/savanna/villagezombie/houses"], "position": { "x": -6, "y": 0, @@ -124,5 +124,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/terminators/terminator_05" + "object": "village/savanna/villagezombie/terminators/terminator_05" } diff --git a/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_1.json b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_1.json index 8df40149..06469e2f 100644 --- a/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_1.json +++ b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_1.json @@ -5,7 +5,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -7, "y": -2, @@ -18,7 +18,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": -2, @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 1, "y": -2, @@ -98,5 +98,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/town_centers/savanna_meeting_point_1" + "object": "village/savanna/villagezombie/town_centers/savanna_meeting_point_1" } diff --git a/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_2.json b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_2.json index cc775eda..3f520ca2 100644 --- a/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_2.json +++ b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_2.json @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -5, "y": -2, @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": -2, @@ -57,7 +57,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": -2, @@ -70,7 +70,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 5, "y": -2, @@ -137,5 +137,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/town_centers/savanna_meeting_point_2" + "object": "village/savanna/villagezombie/town_centers/savanna_meeting_point_2" } diff --git a/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_3.json b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_3.json index 14ed2189..9d9a031f 100644 --- a/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_3.json +++ b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_3.json @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -4, "y": -2, @@ -57,7 +57,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": -2, @@ -70,7 +70,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": -2, @@ -83,7 +83,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 4, "y": -2, @@ -150,5 +150,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/town_centers/savanna_meeting_point_3" + "object": "village/savanna/villagezombie/town_centers/savanna_meeting_point_3" } diff --git a/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_4.json b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_4.json index 4d130b42..81034d10 100644 --- a/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_4.json +++ b/jigsaw-pieces/village/savanna/zombie/town_centers/savanna_meeting_point_4.json @@ -31,7 +31,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": -4, "y": -2, @@ -44,7 +44,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": -2, @@ -57,7 +57,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 0, "y": -2, @@ -70,7 +70,7 @@ "innerConnector": false, "rotateConnector": false, "name": "minecraft:street", - "pools": ["village/savanna/zombie/streets"], + "pools": ["village/savanna/villagezombie/streets"], "position": { "x": 4, "y": -2, @@ -137,5 +137,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/town_centers/savanna_meeting_point_4" + "object": "village/savanna/villagezombie/town_centers/savanna_meeting_point_4" } diff --git a/jigsaw-pieces/village/savanna/zombie/villagers/nitwit.json b/jigsaw-pieces/village/savanna/zombie/villagers/nitwit.json index 164516bc..f56e2024 100644 --- a/jigsaw-pieces/village/savanna/zombie/villagers/nitwit.json +++ b/jigsaw-pieces/village/savanna/zombie/villagers/nitwit.json @@ -70,5 +70,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/villagers/nitwit" + "object": "village/savanna/villagezombie/villagers/nitwit" } diff --git a/jigsaw-pieces/village/savanna/zombie/villagers/unemployed.json b/jigsaw-pieces/village/savanna/zombie/villagers/unemployed.json index 1da13e67..ceae3eb2 100644 --- a/jigsaw-pieces/village/savanna/zombie/villagers/unemployed.json +++ b/jigsaw-pieces/village/savanna/zombie/villagers/unemployed.json @@ -70,5 +70,5 @@ "exponent": 1 } }, - "object": "village/savanna/zombie/villagers/unemployed" + "object": "village/savanna/villagezombie/villagers/unemployed" } diff --git a/jigsaw-pieces/woodland_mansion/1x1/1/a4.json b/jigsaw-pieces/woodland_mansion/1x1/1/a4.json deleted file mode 100644 index 78302989..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1/1/a4.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -2, - "z": -2 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/a4" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1/1/a5.json b/jigsaw-pieces/woodland_mansion/1x1/1/a5.json deleted file mode 100644 index e9adc11b..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1/1/a5.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": -2 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/a5" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1/1/as2.json b/jigsaw-pieces/woodland_mansion/1x1/1/as2.json deleted file mode 100644 index b043b623..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1/1/as2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -3, - "y": -3, - "z": 2 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/as2" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1/1/as3.json b/jigsaw-pieces/woodland_mansion/1x1/1/as3.json deleted file mode 100644 index 8f2d25b7..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1/1/as3.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -2, - "y": -2, - "z": -3 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/as3" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1/1/as4.json b/jigsaw-pieces/woodland_mansion/1x1/1/as4.json deleted file mode 100644 index 526b774d..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1/1/as4.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -2, - "y": -3, - "z": -3 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/as4" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1/2/b1.json b/jigsaw-pieces/woodland_mansion/1x1/2/b1.json deleted file mode 100644 index b3a35762..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1/2/b1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -5, - "z": -2 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/b1" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1/2/b2.json b/jigsaw-pieces/woodland_mansion/1x1/2/b2.json deleted file mode 100644 index 96a63430..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1/2/b2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -3, - "y": -5, - "z": 2 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/b2" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1/2/b3.json b/jigsaw-pieces/woodland_mansion/1x1/2/b3.json deleted file mode 100644 index 3b76d2e2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1/2/b3.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -5, - "z": -2 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/b3" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1/2/b4.json b/jigsaw-pieces/woodland_mansion/1x1/2/b4.json deleted file mode 100644 index 910f5d4b..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1/2/b4.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -5, - "z": -2 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/b4" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1/2/b5.json b/jigsaw-pieces/woodland_mansion/1x1/2/b5.json deleted file mode 100644 index b5c8af20..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1/2/b5.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": -2 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x1/b5" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_a1.json b/jigsaw-pieces/woodland_mansion/1x1_a1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_a1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_a2.json b/jigsaw-pieces/woodland_mansion/1x1_a2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_a2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_a3.json b/jigsaw-pieces/woodland_mansion/1x1_a3.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_a3.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_a4.json b/jigsaw-pieces/woodland_mansion/1x1_a4.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_a4.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_a5.json b/jigsaw-pieces/woodland_mansion/1x1_a5.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_a5.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_as1.json b/jigsaw-pieces/woodland_mansion/1x1_as1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_as1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_as2.json b/jigsaw-pieces/woodland_mansion/1x1_as2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_as2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_as3.json b/jigsaw-pieces/woodland_mansion/1x1_as3.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_as3.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_as4.json b/jigsaw-pieces/woodland_mansion/1x1_as4.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_as4.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_b1.json b/jigsaw-pieces/woodland_mansion/1x1_b1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_b1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_b2.json b/jigsaw-pieces/woodland_mansion/1x1_b2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_b2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_b3.json b/jigsaw-pieces/woodland_mansion/1x1_b3.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_b3.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_b4.json b/jigsaw-pieces/woodland_mansion/1x1_b4.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_b4.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x1_b5.json b/jigsaw-pieces/woodland_mansion/1x1_b5.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x1_b5.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1l/a1.json b/jigsaw-pieces/woodland_mansion/1x2/1l/a1.json deleted file mode 100644 index e0bedf42..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1l/a1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -2, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a1" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1l/a3.json b/jigsaw-pieces/woodland_mansion/1x2/1l/a3.json deleted file mode 100644 index bc99a95d..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1l/a3.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a3" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1l/a4.json b/jigsaw-pieces/woodland_mansion/1x2/1l/a4.json deleted file mode 100644 index 155c74e9..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1l/a4.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a4" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1l/a5.json b/jigsaw-pieces/woodland_mansion/1x2/1l/a5.json deleted file mode 100644 index 4ae8073c..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1l/a5.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a5" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1l/a6.json b/jigsaw-pieces/woodland_mansion/1x2/1l/a6.json deleted file mode 100644 index c9c6c4fb..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1l/a6.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 2, - "y": -3, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a6" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1l/a7.json b/jigsaw-pieces/woodland_mansion/1x2/1l/a7.json deleted file mode 100644 index de91a0a5..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1l/a7.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a7" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1l/a8.json b/jigsaw-pieces/woodland_mansion/1x2/1l/a8.json deleted file mode 100644 index a0a662cc..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1l/a8.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a8" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1l/a9.json b/jigsaw-pieces/woodland_mansion/1x2/1l/a9.json deleted file mode 100644 index 7a3bf463..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1l/a9.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a9" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1l/b5.json b/jigsaw-pieces/woodland_mansion/1x2/1l/b5.json deleted file mode 100644 index a93e3229..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1l/b5.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -3, - "y": -3, - "z": 6 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/b5" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1l/c1.json b/jigsaw-pieces/woodland_mansion/1x2/1l/c1.json deleted file mode 100644 index 78940e8e..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1l/c1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/c1" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1l/c2.json b/jigsaw-pieces/woodland_mansion/1x2/1l/c2.json deleted file mode 100644 index 074db9b8..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1l/c2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/c2" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1l/c3.json b/jigsaw-pieces/woodland_mansion/1x2/1l/c3.json deleted file mode 100644 index efdf4e5a..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1l/c3.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/c3" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1l/c4.json b/jigsaw-pieces/woodland_mansion/1x2/1l/c4.json deleted file mode 100644 index e800f4ea..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1l/c4.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/c4" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1r/a2.json b/jigsaw-pieces/woodland_mansion/1x2/1r/a2.json deleted file mode 100644 index ef3cd8cf..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1r/a2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -3, - "y": -3, - "z": -6 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a2" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1r/a5.json b/jigsaw-pieces/woodland_mansion/1x2/1r/a5.json deleted file mode 100644 index 00ec5f12..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1r/a5.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -3, - "y": -3, - "z": -6 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a5" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1r/a7.json b/jigsaw-pieces/woodland_mansion/1x2/1r/a7.json deleted file mode 100644 index 499b7595..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1r/a7.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -3, - "y": -3, - "z": -6 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a7" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1r/a8.json b/jigsaw-pieces/woodland_mansion/1x2/1r/a8.json deleted file mode 100644 index 870ae9f8..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1r/a8.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -3, - "y": -3, - "z": -6 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a8" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1r/b2.json b/jigsaw-pieces/woodland_mansion/1x2/1r/b2.json deleted file mode 100644 index 659728b1..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1r/b2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": 6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/b2" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1r/b5.json b/jigsaw-pieces/woodland_mansion/1x2/1r/b5.json deleted file mode 100644 index f9879be2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1r/b5.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -3, - "z": 6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/b5" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/a2.json b/jigsaw-pieces/woodland_mansion/1x2/1s/a2.json deleted file mode 100644 index b38bf4c6..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/a2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -2, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a2" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/a5.json b/jigsaw-pieces/woodland_mansion/1x2/1s/a5.json deleted file mode 100644 index 25e6af1c..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/a5.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -2, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a5" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/a6.json b/jigsaw-pieces/woodland_mansion/1x2/1s/a6.json deleted file mode 100644 index ee0ae3c2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/a6.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -2, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a6" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/a8.json b/jigsaw-pieces/woodland_mansion/1x2/1s/a8.json deleted file mode 100644 index 3448bb90..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/a8.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -2, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a8" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/a9.json b/jigsaw-pieces/woodland_mansion/1x2/1s/a9.json deleted file mode 100644 index 540f3736..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/a9.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -2, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/a9" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/b1.json b/jigsaw-pieces/woodland_mansion/1x2/1s/b1.json deleted file mode 100644 index d883f8bc..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/b1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 2, - "y": -3, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/b1" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/b2.json b/jigsaw-pieces/woodland_mansion/1x2/1s/b2.json deleted file mode 100644 index 69c4e7b6..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/b2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 2, - "y": -3, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/b2" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/b3.json b/jigsaw-pieces/woodland_mansion/1x2/1s/b3.json deleted file mode 100644 index ed552c47..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/b3.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -2, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/b3" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/b4.json b/jigsaw-pieces/woodland_mansion/1x2/1s/b4.json deleted file mode 100644 index ddea0329..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/b4.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 2, - "y": -3, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/b4" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/b5.json b/jigsaw-pieces/woodland_mansion/1x2/1s/b5.json deleted file mode 100644 index 25efd1d5..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/b5.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 2, - "y": -3, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/b5" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/c1.json b/jigsaw-pieces/woodland_mansion/1x2/1s/c1.json deleted file mode 100644 index d7b44e6e..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/c1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 2, - "y": -3, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/c1" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/c2.json b/jigsaw-pieces/woodland_mansion/1x2/1s/c2.json deleted file mode 100644 index e0a01597..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/c2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -2, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/c2" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/c3.json b/jigsaw-pieces/woodland_mansion/1x2/1s/c3.json deleted file mode 100644 index 2247b12b..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/c3.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -2, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/c3" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/1s/c4.json b/jigsaw-pieces/woodland_mansion/1x2/1s/c4.json deleted file mode 100644 index 49c4750c..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/1s/c4.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -2, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/c4" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2l/d1.json b/jigsaw-pieces/woodland_mansion/1x2/2l/d1.json deleted file mode 100644 index 2d51c7dd..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2l/d1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 2, - "y": -5, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/d1" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2l/d2.json b/jigsaw-pieces/woodland_mansion/1x2/2l/d2.json deleted file mode 100644 index 1af1825c..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2l/d2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -3, - "y": -4, - "z": 6 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/d2" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2l/d5.json b/jigsaw-pieces/woodland_mansion/1x2/2l/d5.json deleted file mode 100644 index 6e7a5ff8..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2l/d5.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -3, - "y": -4, - "z": 6 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/d5" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2l/se1.json b/jigsaw-pieces/woodland_mansion/1x2/2l/se1.json deleted file mode 100644 index 3a41745e..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2l/se1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -4, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/se1" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2r/d2.json b/jigsaw-pieces/woodland_mansion/1x2/2r/d2.json deleted file mode 100644 index c0f2f7ae..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2r/d2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -4, - "z": 6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/d2" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2r/d5.json b/jigsaw-pieces/woodland_mansion/1x2/2r/d5.json deleted file mode 100644 index ca9c69e7..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2r/d5.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 3, - "y": -4, - "z": 6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/d5" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2r/se1.json b/jigsaw-pieces/woodland_mansion/1x2/2r/se1.json deleted file mode 100644 index 66d725e0..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2r/se1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -3, - "y": -4, - "z": -6 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/se1" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2s/d1.json b/jigsaw-pieces/woodland_mansion/1x2/2s/d1.json deleted file mode 100644 index 7cbb0066..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2s/d1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 1, - "y": -5, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/d1" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2s/d2.json b/jigsaw-pieces/woodland_mansion/1x2/2s/d2.json deleted file mode 100644 index 03ec6f91..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2s/d2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 2, - "y": -4, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/d2" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2s/d3.json b/jigsaw-pieces/woodland_mansion/1x2/2s/d3.json deleted file mode 100644 index bb034767..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2s/d3.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 1, - "y": -5, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/d3" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2s/d4.json b/jigsaw-pieces/woodland_mansion/1x2/2s/d4.json deleted file mode 100644 index 0f2f3623..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2s/d4.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 2, - "y": -3, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/d4" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2s/s1.json b/jigsaw-pieces/woodland_mansion/1x2/2s/s1.json deleted file mode 100644 index 4446c857..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2s/s1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -2, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/s1" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2s/s2.json b/jigsaw-pieces/woodland_mansion/1x2/2s/s2.json deleted file mode 100644 index b3ec743b..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2s/s2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 2, - "y": -3, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/s2" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2/2s/se1.json b/jigsaw-pieces/woodland_mansion/1x2/2s/se1.json deleted file mode 100644 index b3b159c0..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2/2s/se1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -2, - "y": -4, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/1x2/se1" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a1.json b/jigsaw-pieces/woodland_mansion/1x2_a1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_a1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a2.json b/jigsaw-pieces/woodland_mansion/1x2_a2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_a2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a3.json b/jigsaw-pieces/woodland_mansion/1x2_a3.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_a3.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a4.json b/jigsaw-pieces/woodland_mansion/1x2_a4.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_a4.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a5.json b/jigsaw-pieces/woodland_mansion/1x2_a5.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_a5.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a6.json b/jigsaw-pieces/woodland_mansion/1x2_a6.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_a6.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a7.json b/jigsaw-pieces/woodland_mansion/1x2_a7.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_a7.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a8.json b/jigsaw-pieces/woodland_mansion/1x2_a8.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_a8.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_a9.json b/jigsaw-pieces/woodland_mansion/1x2_a9.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_a9.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_b1.json b/jigsaw-pieces/woodland_mansion/1x2_b1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_b1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_b2.json b/jigsaw-pieces/woodland_mansion/1x2_b2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_b2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_b3.json b/jigsaw-pieces/woodland_mansion/1x2_b3.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_b3.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_b4.json b/jigsaw-pieces/woodland_mansion/1x2_b4.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_b4.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_b5.json b/jigsaw-pieces/woodland_mansion/1x2_b5.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_b5.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_c1.json b/jigsaw-pieces/woodland_mansion/1x2_c1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_c1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_c2.json b/jigsaw-pieces/woodland_mansion/1x2_c2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_c2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_c3.json b/jigsaw-pieces/woodland_mansion/1x2_c3.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_c3.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_c4.json b/jigsaw-pieces/woodland_mansion/1x2_c4.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_c4.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_c_stairs.json b/jigsaw-pieces/woodland_mansion/1x2_c_stairs.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_c_stairs.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_d1.json b/jigsaw-pieces/woodland_mansion/1x2_d1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_d1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_d2.json b/jigsaw-pieces/woodland_mansion/1x2_d2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_d2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_d3.json b/jigsaw-pieces/woodland_mansion/1x2_d3.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_d3.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_d4.json b/jigsaw-pieces/woodland_mansion/1x2_d4.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_d4.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_d5.json b/jigsaw-pieces/woodland_mansion/1x2_d5.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_d5.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_d_stairs.json b/jigsaw-pieces/woodland_mansion/1x2_d_stairs.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_d_stairs.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_s1.json b/jigsaw-pieces/woodland_mansion/1x2_s1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_s1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_s2.json b/jigsaw-pieces/woodland_mansion/1x2_s2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_s2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/1x2_se1.json b/jigsaw-pieces/woodland_mansion/1x2_se1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/1x2_se1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/1l/a1.json b/jigsaw-pieces/woodland_mansion/2x2/1l/a1.json deleted file mode 100644 index 57fe4ebc..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/1l/a1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 7, - "y": -3, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/a1" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/1l/a2.json b/jigsaw-pieces/woodland_mansion/2x2/1l/a2.json deleted file mode 100644 index 545d94f5..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/1l/a2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 6, - "y": -3, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/a2" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/1l/a3.json b/jigsaw-pieces/woodland_mansion/2x2/1l/a3.json deleted file mode 100644 index ae757824..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/1l/a3.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -6, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/a3" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/1l/a4.json b/jigsaw-pieces/woodland_mansion/2x2/1l/a4.json deleted file mode 100644 index 7fea2f7a..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/1l/a4.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 6, - "y": -3, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/a4" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/1r/a1.json b/jigsaw-pieces/woodland_mansion/2x2/1r/a1.json deleted file mode 100644 index 8e0e6080..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/1r/a1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 6, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/a1" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/1r/a2.json b/jigsaw-pieces/woodland_mansion/2x2/1r/a2.json deleted file mode 100644 index b8472f2e..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/1r/a2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -6, - "y": -3, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/a2" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/1r/a3.json b/jigsaw-pieces/woodland_mansion/2x2/1r/a3.json deleted file mode 100644 index 960ca30c..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/1r/a3.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 6, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/a3" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/1r/a4.json b/jigsaw-pieces/woodland_mansion/2x2/1r/a4.json deleted file mode 100644 index 19d167a4..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/1r/a4.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -6, - "y": -3, - "z": 7 - }, - "direction": "SOUTH_POSITIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/a4" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/2l/b1.json b/jigsaw-pieces/woodland_mansion/2x2/2l/b1.json deleted file mode 100644 index 15a1c2ce..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/2l/b1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 7, - "y": -5, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/b1" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/2l/b2.json b/jigsaw-pieces/woodland_mansion/2x2/2l/b2.json deleted file mode 100644 index 7ef11dc8..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/2l/b2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 7, - "y": -5, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/b2" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/2l/b3.json b/jigsaw-pieces/woodland_mansion/2x2/2l/b3.json deleted file mode 100644 index 666b8fd2..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/2l/b3.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 7, - "y": -3, - "z": -6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/b3" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/2l/b4.json b/jigsaw-pieces/woodland_mansion/2x2/2l/b4.json deleted file mode 100644 index 087ecc6a..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/2l/b4.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -6, - "y": -5, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/b4" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/2l/b5.json b/jigsaw-pieces/woodland_mansion/2x2/2l/b5.json deleted file mode 100644 index 2bac39d0..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/2l/b5.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -7, - "y": -5, - "z": 6 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/b5" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/2l/s1.json b/jigsaw-pieces/woodland_mansion/2x2/2l/s1.json deleted file mode 100644 index e27c35c6..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/2l/s1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -7, - "y": -5, - "z": 6 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/s1" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/2r/b1.json b/jigsaw-pieces/woodland_mansion/2x2/2r/b1.json deleted file mode 100644 index 15dfb5f5..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/2r/b1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 7, - "y": -5, - "z": 6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/b1" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/2r/b2.json b/jigsaw-pieces/woodland_mansion/2x2/2r/b2.json deleted file mode 100644 index 712c4669..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/2r/b2.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 7, - "y": -5, - "z": 6 - }, - "direction": "EAST_POSITIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/b2" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/2r/b3.json b/jigsaw-pieces/woodland_mansion/2x2/2r/b3.json deleted file mode 100644 index c63ef295..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/2r/b3.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 6, - "y": -3, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/b3" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/2r/b4.json b/jigsaw-pieces/woodland_mansion/2x2/2r/b4.json deleted file mode 100644 index 78becd49..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/2r/b4.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": 6, - "y": -5, - "z": -7 - }, - "direction": "NORTH_NEGATIVE_Z" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/b4" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/2r/b5.json b/jigsaw-pieces/woodland_mansion/2x2/2r/b5.json deleted file mode 100644 index c49cf59e..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/2r/b5.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -7, - "y": -5, - "z": -6 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/b5" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2/2r/s1.json b/jigsaw-pieces/woodland_mansion/2x2/2r/s1.json deleted file mode 100644 index 488db863..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2/2r/s1.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "connectors": [{ - "targetName": "*", - "innerConnector": false, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": [], - "position": { - "x": -7, - "y": -5, - "z": -6 - }, - "direction": "WEST_NEGATIVE_X" - }], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/2x2/s1" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2_a1.json b/jigsaw-pieces/woodland_mansion/2x2_a1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2_a1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2_a2.json b/jigsaw-pieces/woodland_mansion/2x2_a2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2_a2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2_a3.json b/jigsaw-pieces/woodland_mansion/2x2_a3.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2_a3.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2_a4.json b/jigsaw-pieces/woodland_mansion/2x2_a4.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2_a4.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2_b1.json b/jigsaw-pieces/woodland_mansion/2x2_b1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2_b1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2_b2.json b/jigsaw-pieces/woodland_mansion/2x2_b2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2_b2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2_b3.json b/jigsaw-pieces/woodland_mansion/2x2_b3.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2_b3.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2_b4.json b/jigsaw-pieces/woodland_mansion/2x2_b4.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2_b4.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2_b5.json b/jigsaw-pieces/woodland_mansion/2x2_b5.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2_b5.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/2x2_s1.json b/jigsaw-pieces/woodland_mansion/2x2_s1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/2x2_s1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/carpet_east.json b/jigsaw-pieces/woodland_mansion/carpet_east.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/carpet_east.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/carpet_north.json b/jigsaw-pieces/woodland_mansion/carpet_north.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/carpet_north.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/carpet_south_1.json b/jigsaw-pieces/woodland_mansion/carpet_south_1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/carpet_south_1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/carpet_south_2.json b/jigsaw-pieces/woodland_mansion/carpet_south_2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/carpet_south_2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/carpet_west_1.json b/jigsaw-pieces/woodland_mansion/carpet_west_1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/carpet_west_1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/carpet_west_2.json b/jigsaw-pieces/woodland_mansion/carpet_west_2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/carpet_west_2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/corridor_floor.json b/jigsaw-pieces/woodland_mansion/corridor_floor.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/corridor_floor.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/entrance.json b/jigsaw-pieces/woodland_mansion/entrance.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/entrance.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/indoors_door_1.json b/jigsaw-pieces/woodland_mansion/indoors_door_1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/indoors_door_1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/indoors_door_2.json b/jigsaw-pieces/woodland_mansion/indoors_door_2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/indoors_door_2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/indoors_wall_1.json b/jigsaw-pieces/woodland_mansion/indoors_wall_1.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/indoors_wall_1.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/indoors_wall_2.json b/jigsaw-pieces/woodland_mansion/indoors_wall_2.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/indoors_wall_2.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/main/a1.json b/jigsaw-pieces/woodland_mansion/main/a1.json deleted file mode 100644 index 0fde29e4..00000000 --- a/jigsaw-pieces/woodland_mansion/main/a1.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "connectors": [ - { - "targetName": "path", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/path"], - "position": { - "x": 31, - "y": -9, - "z": 4 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "path_2", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/path_2"], - "position": { - "x": 31, - "y": -1, - "z": 4 - }, - "direction": "SOUTH_POSITIVE_Z" - } - ], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/main/a1" -} diff --git a/jigsaw-pieces/woodland_mansion/path/path_1.json b/jigsaw-pieces/woodland_mansion/path/path_1.json deleted file mode 100644 index bec0c224..00000000 --- a/jigsaw-pieces/woodland_mansion/path/path_1.json +++ /dev/null @@ -1,357 +0,0 @@ -{ - "connectors": [ - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "path", - "pools": [], - "position": { - "x": 32, - "y": -4, - "z": 5 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": 14, - "y": -3, - "z": 20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": -2, - "y": -3, - "z": 12 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": -28, - "y": -3, - "z": 14 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": -28, - "y": -3, - "z": 6 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": -28, - "y": -3, - "z": -2 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": -28, - "y": -3, - "z": -10 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": -28, - "y": -3, - "z": -18 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": 22, - "y": -3, - "z": -20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": -10, - "y": -3, - "z": -12 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": -18, - "y": -3, - "z": -12 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_1l"], - "position": { - "x": 26, - "y": -3, - "z": 12 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_1l"], - "position": { - "x": -22, - "y": -3, - "z": -20 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_1r"], - "position": { - "x": -18, - "y": -3, - "z": -20 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_1r"], - "position": { - "x": -22, - "y": -3, - "z": 20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_1r"], - "position": { - "x": 10, - "y": -3, - "z": 20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_1r"], - "position": { - "x": 34, - "y": -3, - "z": 20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_1s"], - "position": { - "x": 2, - "y": -3, - "z": -12 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/2x2_1l"], - "position": { - "x": -18, - "y": -3, - "z": 12 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/2x2_1l"], - "position": { - "x": 6, - "y": -3, - "z": -20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_1r"], - "position": { - "x": 6, - "y": -3, - "z": 4 - }, - "direction": "NORTH_NEGATIVE_Z" - } - ], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/path/path_1" -} diff --git a/jigsaw-pieces/woodland_mansion/path/path_2.json b/jigsaw-pieces/woodland_mansion/path/path_2.json deleted file mode 100644 index 90bf07f1..00000000 --- a/jigsaw-pieces/woodland_mansion/path/path_2.json +++ /dev/null @@ -1,259 +0,0 @@ -{ - "connectors": [ - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "path", - "pools": [], - "position": { - "x": 32, - "y": -4, - "z": 5 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": 28, - "y": -3, - "z": 6 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": 26, - "y": -3, - "z": 20 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": -28, - "y": -3, - "z": 2 - }, - "direction": "EAST_POSITIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": -18, - "y": -3, - "z": -20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": -4, - "y": -3, - "z": -18 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_1"], - "position": { - "x": 22, - "y": -3, - "z": -20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_1l"], - "position": { - "x": -28, - "y": -3, - "z": 18 - }, - "direction": "EAST_POSITIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_1l"], - "position": { - "x": -4, - "y": -3, - "z": 6 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_1s"], - "position": { - "x": -4, - "y": -3, - "z": -10 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_1s"], - "position": { - "x": -14, - "y": -3, - "z": 20 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_1r"], - "position": { - "x": -28, - "y": -3, - "z": -18 - }, - "direction": "EAST_POSITIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/2x2_1l"], - "position": { - "x": 18, - "y": -3, - "z": -4 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/2x2_1r"], - "position": { - "x": 4, - "y": -3, - "z": 6 - }, - "direction": "EAST_POSITIVE_X" - } - ], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/path/path_2" -} diff --git a/jigsaw-pieces/woodland_mansion/path_2/path_1.json b/jigsaw-pieces/woodland_mansion/path_2/path_1.json deleted file mode 100644 index a1ad4d3b..00000000 --- a/jigsaw-pieces/woodland_mansion/path_2/path_1.json +++ /dev/null @@ -1,371 +0,0 @@ -{ - "connectors": [ - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "path_2", - "pools": [], - "position": { - "x": 32, - "y": -5, - "z": 5 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "stairs", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/stairs_left"], - "position": { - "x": -5, - "y": -4, - "z": 4 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": 14, - "y": -4, - "z": 20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": -2, - "y": -4, - "z": 12 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": -28, - "y": -4, - "z": 14 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": -28, - "y": -4, - "z": 6 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": -28, - "y": -4, - "z": -2 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": -28, - "y": -4, - "z": -10 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": -28, - "y": -4, - "z": -18 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": -10, - "y": -4, - "z": -12 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": 22, - "y": -4, - "z": -20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": -18, - "y": -4, - "z": -12 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2l"], - "position": { - "x": 26, - "y": -4, - "z": 12 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2l"], - "position": { - "x": -22, - "y": -4, - "z": -20 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2r"], - "position": { - "x": 34, - "y": -4, - "z": 20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2r"], - "position": { - "x": 10, - "y": -4, - "z": 20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2r"], - "position": { - "x": -22, - "y": -4, - "z": 20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2r"], - "position": { - "x": -18, - "y": -4, - "z": -20 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2r"], - "position": { - "x": 6, - "y": -4, - "z": 4 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2s"], - "position": { - "x": -2, - "y": -4, - "z": -12 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/2x2_2l"], - "position": { - "x": 6, - "y": -4, - "z": -20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/2x2_2l"], - "position": { - "x": -18, - "y": -4, - "z": 12 - }, - "direction": "SOUTH_POSITIVE_Z" - } - ], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/path_2/path_1" -} diff --git a/jigsaw-pieces/woodland_mansion/path_2/path_2.json b/jigsaw-pieces/woodland_mansion/path_2/path_2.json deleted file mode 100644 index 15296f6f..00000000 --- a/jigsaw-pieces/woodland_mansion/path_2/path_2.json +++ /dev/null @@ -1,273 +0,0 @@ -{ - "connectors": [ - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "path_2", - "pools": [], - "position": { - "x": 32, - "y": -5, - "z": 5 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "stairs", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/stairs_straight"], - "position": { - "x": -4, - "y": -4, - "z": -3 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": 28, - "y": -4, - "z": 6 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": 26, - "y": -4, - "z": 20 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": -28, - "y": -4, - "z": 2 - }, - "direction": "EAST_POSITIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": -18, - "y": -4, - "z": -20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": -4, - "y": -4, - "z": -18 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x1_2"], - "position": { - "x": 22, - "y": -4, - "z": -20 - }, - "direction": "SOUTH_POSITIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2l"], - "position": { - "x": -4, - "y": -4, - "z": 6 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2l"], - "position": { - "x": -28, - "y": -4, - "z": 18 - }, - "direction": "EAST_POSITIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2s"], - "position": { - "x": -14, - "y": -4, - "z": 20 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2s"], - "position": { - "x": -4, - "y": -4, - "z": -10 - }, - "direction": "WEST_NEGATIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/1x2_2r"], - "position": { - "x": -28, - "y": -4, - "z": -18 - }, - "direction": "EAST_POSITIVE_X" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/2x2_2l"], - "position": { - "x": 18, - "y": -4, - "z": -4 - }, - "direction": "NORTH_NEGATIVE_Z" - }, - { - "targetName": "*", - "innerConnector": true, - "entityCount": 1, - "rotateConnector": false, - "name": "", - "pools": ["woodland_mansion/2x2_2r"], - "position": { - "x": 4, - "y": -4, - "z": 6 - }, - "direction": "EAST_POSITIVE_X" - } - ], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "boreExtendMinY": 0, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMaxY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": 0, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "woodland_mansion/path_2/path_2" -} diff --git a/jigsaw-pieces/woodland_mansion/roof.json b/jigsaw-pieces/woodland_mansion/roof.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/roof.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/roof_corner.json b/jigsaw-pieces/woodland_mansion/roof_corner.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/roof_corner.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/roof_front.json b/jigsaw-pieces/woodland_mansion/roof_front.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/roof_front.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/roof_inner_corner.json b/jigsaw-pieces/woodland_mansion/roof_inner_corner.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/roof_inner_corner.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/small_wall.json b/jigsaw-pieces/woodland_mansion/small_wall.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/small_wall.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/small_wall_corner.json b/jigsaw-pieces/woodland_mansion/small_wall_corner.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/small_wall_corner.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/wall_corner.json b/jigsaw-pieces/woodland_mansion/wall_corner.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/wall_corner.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/wall_flat.json b/jigsaw-pieces/woodland_mansion/wall_flat.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/wall_flat.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pieces/woodland_mansion/wall_window.json b/jigsaw-pieces/woodland_mansion/wall_window.json deleted file mode 100644 index 8e3a9ec2..00000000 --- a/jigsaw-pieces/woodland_mansion/wall_window.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "connectors": [], - "placementOptions": { - "overStilt": 0, - "chance": 1, - "meld": false, - "density": 1, - "edit": [], - "bottom": false, - "translateCenter": false, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 0, - "enabled": false - }, - "enabled": true - }, - "boreExtendMinY": 0, - "smartBore": false, - "waterloggable": false, - "bore": false, - "translate": { - "yRandom": 0, - "x": 0, - "y": -1, - "z": 0 - }, - "mode": "FAST_MAX_HEIGHT", - "carvingSupport": "SURFACE_ONLY", - "snow": 0, - "underwater": false, - "place": [], - "boreExtendMaxY": 0, - "onwater": false, - "clamp": { - "minimumHeight": 0, - "maximumHeight": 255 - }, - "warp": { - "multiplier": 1, - "style": "FLAT", - "zoom": 1, - "maxFractureAccuracy": false, - "exponent": 1 - } - }, - "object": "" -} diff --git a/jigsaw-pools/murky_stronghold/stronghold-c-corner.json b/jigsaw-pools/murky_stronghold/stronghold-c-corner.json new file mode 100644 index 00000000..b2f2c936 --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-c-corner.json @@ -0,0 +1,6 @@ +{"pieces": [ + "murky_stronghold/c-sw-1", + "murky_stronghold/c-sw-2", + "murky_stronghold/c-sw-3", + "murky_stronghold/c-sw-4" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-c-cross.json b/jigsaw-pools/murky_stronghold/stronghold-c-cross.json new file mode 100644 index 00000000..183bebc0 --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-c-cross.json @@ -0,0 +1,8 @@ +{"pieces": [ + "murky_stronghold/c-x-1", + "murky_stronghold/c-x-2", + "murky_stronghold/c-x-3", + "murky_stronghold/c-x-4", + "murky_stronghold/c-x-5", + "murky_stronghold/c-x-6" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-c-end.json b/jigsaw-pools/murky_stronghold/stronghold-c-end.json new file mode 100644 index 00000000..2d43a7b2 --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-c-end.json @@ -0,0 +1,6 @@ +{"pieces": [ + "murky_stronghold/c-n-1", + "murky_stronghold/c-n-2", + "murky_stronghold/c-n-3", + "murky_stronghold/c-n-4" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-c-hall.json b/jigsaw-pools/murky_stronghold/stronghold-c-hall.json new file mode 100644 index 00000000..cbc8f261 --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-c-hall.json @@ -0,0 +1,6 @@ +{"pieces": [ + "murky_stronghold/c-ns-1", + "murky_stronghold/c-ns-2", + "murky_stronghold/c-ns-3", + "murky_stronghold/c-ns-4" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-c-three.json b/jigsaw-pools/murky_stronghold/stronghold-c-three.json new file mode 100644 index 00000000..1c1df8e1 --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-c-three.json @@ -0,0 +1,6 @@ +{"pieces": [ + "murky_stronghold/c-nsw-1", + "murky_stronghold/c-nsw-2", + "murky_stronghold/c-nsw-3", + "murky_stronghold/c-nsw-4" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-f-corner.json b/jigsaw-pools/murky_stronghold/stronghold-f-corner.json new file mode 100644 index 00000000..bda56033 --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-f-corner.json @@ -0,0 +1,6 @@ +{"pieces": [ + "murky_stronghold/f-sw-1", + "murky_stronghold/f-sw-2", + "murky_stronghold/f-sw-3", + "murky_stronghold/f-sw-4" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-f-cross.json b/jigsaw-pools/murky_stronghold/stronghold-f-cross.json new file mode 100644 index 00000000..045cd232 --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-f-cross.json @@ -0,0 +1,24 @@ +{"pieces": [ + "murky_stronghold/f-n-1", + "murky_stronghold/f-n-2", + "murky_stronghold/f-n-3", + "murky_stronghold/f-n-4", + "murky_stronghold/f-ns-1", + "murky_stronghold/f-ns-2", + "murky_stronghold/f-ns-3", + "murky_stronghold/f-ns-4", + "murky_stronghold/f-nsw-1", + "murky_stronghold/f-nsw-2", + "murky_stronghold/f-nsw-3", + "murky_stronghold/f-nsw-4", + "murky_stronghold/f-sw-1", + "murky_stronghold/f-sw-2", + "murky_stronghold/f-sw-3", + "murky_stronghold/f-sw-4", + "murky_stronghold/f-x-1", + "murky_stronghold/f-x-2", + "murky_stronghold/f-x-3", + "murky_stronghold/f-x-4", + "murky_stronghold/f-x-5", + "murky_stronghold/f-x-6" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-f-end.json b/jigsaw-pools/murky_stronghold/stronghold-f-end.json new file mode 100644 index 00000000..cab63973 --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-f-end.json @@ -0,0 +1,6 @@ +{"pieces": [ + "murky_stronghold/f-n-1", + "murky_stronghold/f-n-2", + "murky_stronghold/f-n-3", + "murky_stronghold/f-n-4" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-f-hall.json b/jigsaw-pools/murky_stronghold/stronghold-f-hall.json new file mode 100644 index 00000000..1727a3af --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-f-hall.json @@ -0,0 +1,6 @@ +{"pieces": [ + "murky_stronghold/f-ns-1", + "murky_stronghold/f-ns-2", + "murky_stronghold/f-ns-3", + "murky_stronghold/f-ns-4" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-f-three.json b/jigsaw-pools/murky_stronghold/stronghold-f-three.json new file mode 100644 index 00000000..ac17807a --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-f-three.json @@ -0,0 +1,6 @@ +{"pieces": [ + "murky_stronghold/f-nsw-1", + "murky_stronghold/f-nsw-2", + "murky_stronghold/f-nsw-3", + "murky_stronghold/f-nsw-4" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-fc-corner.json b/jigsaw-pools/murky_stronghold/stronghold-fc-corner.json new file mode 100644 index 00000000..a7c9c466 --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-fc-corner.json @@ -0,0 +1,6 @@ +{"pieces": [ + "murky_stronghold/fc-sw-1", + "murky_stronghold/fc-sw-2", + "murky_stronghold/fc-sw-3", + "murky_stronghold/fc-sw-4" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-fc-cross.json b/jigsaw-pools/murky_stronghold/stronghold-fc-cross.json new file mode 100644 index 00000000..1324141e --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-fc-cross.json @@ -0,0 +1,10 @@ +{"pieces": [ + "murky_stronghold/fc-x-1", + "murky_stronghold/fc-x-2", + "murky_stronghold/fc-x-3", + "murky_stronghold/fc-x-4", + "murky_stronghold/fc-x-5", + "murky_stronghold/fc-x-6", + "murky_stronghold/fc-x-7", + "murky_stronghold/fc-x-8" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-fc-end.json b/jigsaw-pools/murky_stronghold/stronghold-fc-end.json new file mode 100644 index 00000000..072c100c --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-fc-end.json @@ -0,0 +1,6 @@ +{"pieces": [ + "murky_stronghold/fc-n-1", + "murky_stronghold/fc-n-2", + "murky_stronghold/fc-n-3", + "murky_stronghold/fc-n-4" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-fc-hall.json b/jigsaw-pools/murky_stronghold/stronghold-fc-hall.json new file mode 100644 index 00000000..6f1db898 --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-fc-hall.json @@ -0,0 +1,6 @@ +{"pieces": [ + "murky_stronghold/fc-ns-1", + "murky_stronghold/fc-ns-2", + "murky_stronghold/fc-ns-3", + "murky_stronghold/fc-ns-4" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-fc-three.json b/jigsaw-pools/murky_stronghold/stronghold-fc-three.json new file mode 100644 index 00000000..4e78b483 --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-fc-three.json @@ -0,0 +1,6 @@ +{"pieces": [ + "murky_stronghold/fc-nsw-1", + "murky_stronghold/fc-nsw-2", + "murky_stronghold/fc-nsw-3", + "murky_stronghold/fc-nsw-4" +]} diff --git a/jigsaw-pools/murky_stronghold/stronghold-start-pool.json b/jigsaw-pools/murky_stronghold/stronghold-start-pool.json new file mode 100644 index 00000000..1ad28cd0 --- /dev/null +++ b/jigsaw-pools/murky_stronghold/stronghold-start-pool.json @@ -0,0 +1,6 @@ +{"pieces": [ + "murky_stronghold/fc-x-1", + "murky_stronghold/fc-x-2", + "murky_stronghold/fc-x-3", + "murky_stronghold/fc-x-4" +]} diff --git a/jigsaw-pools/pillager_outpost.json b/jigsaw-pools/pillager_outpost.json deleted file mode 100644 index 95ee27ba..00000000 --- a/jigsaw-pools/pillager_outpost.json +++ /dev/null @@ -1,12 +0,0 @@ -{"pieces": [ - "pillager_outpost/base_plate", - "pillager_outpost/feature_cage1", - "pillager_outpost/feature_cage2", - "pillager_outpost/feature_logs", - "pillager_outpost/feature_plate", - "pillager_outpost/feature_targets", - "pillager_outpost/feature_tent1", - "pillager_outpost/feature_tent2", - "pillager_outpost/watchtower", - "pillager_outpost/watchtower_overgrown" -]} diff --git a/jigsaw-pools/pillager_outpost/features-overgrown.json b/jigsaw-pools/pillager_outpost/features-overgrown.json new file mode 100644 index 00000000..5918bc8d --- /dev/null +++ b/jigsaw-pools/pillager_outpost/features-overgrown.json @@ -0,0 +1,8 @@ +{"pieces": [ + "pillager_outpost/overgrown/cage", + "pillager_outpost/overgrown/tent", + "pillager_outpost/overgrown/cage", + "pillager_outpost/overgrown/tent", + "pillager_outpost/overgrown/pumpkins1", + "pillager_outpost/overgrown/pumpkins2" +]} diff --git a/jigsaw-pools/pillager_outpost/features.json b/jigsaw-pools/pillager_outpost/features.json index 318b2194..4b85ae79 100644 --- a/jigsaw-pools/pillager_outpost/features.json +++ b/jigsaw-pools/pillager_outpost/features.json @@ -1,8 +1,8 @@ {"pieces": [ - "pillager_outpost/feature_cage1", - "pillager_outpost/feature_cage2", - "pillager_outpost/feature_logs", - "pillager_outpost/feature_targets", - "pillager_outpost/feature_tent1", - "pillager_outpost/feature_tent2" + "pillager_outpost/regular/feature_cage1", + "pillager_outpost/regular/feature_cage2", + "pillager_outpost/regular/feature_logs", + "pillager_outpost/regular/feature_targets", + "pillager_outpost/regular/feature_tent1", + "pillager_outpost/regular/feature_tent2" ]} diff --git a/jigsaw-pools/pillager_outpost/towers.json b/jigsaw-pools/pillager_outpost/watchtower.json similarity index 57% rename from jigsaw-pools/pillager_outpost/towers.json rename to jigsaw-pools/pillager_outpost/watchtower.json index 823a6d22..0d7c4055 100644 --- a/jigsaw-pools/pillager_outpost/towers.json +++ b/jigsaw-pools/pillager_outpost/watchtower.json @@ -1,4 +1,6 @@ {"pieces": [ + "pillager_outpost/watchtower", + "pillager_outpost/watchtower", "pillager_outpost/watchtower", "pillager_outpost/watchtower_overgrown" ]} diff --git a/jigsaw-pools/village/savanna.json b/jigsaw-pools/village/savanna.json index 89e10ce7..02add99c 100644 --- a/jigsaw-pools/village/savanna.json +++ b/jigsaw-pools/village/savanna.json @@ -1 +1 @@ -{"pieces": ["village/savanna/savanna_lamp_post_01"]} +{"pieces": ["village/savanna/villagesavanna_lamp_post_01"]} diff --git a/jigsaw-pools/village/savanna/terminators.json b/jigsaw-pools/village/savanna/terminators.json index cb35671c..5647b555 100644 --- a/jigsaw-pools/village/savanna/terminators.json +++ b/jigsaw-pools/village/savanna/terminators.json @@ -1 +1 @@ -{"pieces": ["village/savanna/terminators/terminator_05"]} +{"pieces": ["village/savanna/villageterminators/terminator_05"]} diff --git a/jigsaw-pools/village/savanna/zombie/houses.json b/jigsaw-pools/village/savanna/zombie/houses.json index 6120a132..21bcb56f 100644 --- a/jigsaw-pools/village/savanna/zombie/houses.json +++ b/jigsaw-pools/village/savanna/zombie/houses.json @@ -1,15 +1,15 @@ {"pieces": [ - "village/savanna/zombie/houses/savanna_animal_pen_2", - "village/savanna/zombie/houses/savanna_animal_pen_3", - "village/savanna/zombie/houses/savanna_large_farm_2", - "village/savanna/zombie/houses/savanna_medium_house_1", - "village/savanna/zombie/houses/savanna_medium_house_2", - "village/savanna/zombie/houses/savanna_small_house_1", - "village/savanna/zombie/houses/savanna_small_house_2", - "village/savanna/zombie/houses/savanna_small_house_3", - "village/savanna/zombie/houses/savanna_small_house_4", - "village/savanna/zombie/houses/savanna_small_house_5", - "village/savanna/zombie/houses/savanna_small_house_6", - "village/savanna/zombie/houses/savanna_small_house_7", - "village/savanna/zombie/houses/savanna_small_house_8" + "village/savanna/villagezombie/houses/savanna_animal_pen_2", + "village/savanna/villagezombie/houses/savanna_animal_pen_3", + "village/savanna/villagezombie/houses/savanna_large_farm_2", + "village/savanna/villagezombie/houses/savanna_medium_house_1", + "village/savanna/villagezombie/houses/savanna_medium_house_2", + "village/savanna/villagezombie/houses/savanna_small_house_1", + "village/savanna/villagezombie/houses/savanna_small_house_2", + "village/savanna/villagezombie/houses/savanna_small_house_3", + "village/savanna/villagezombie/houses/savanna_small_house_4", + "village/savanna/villagezombie/houses/savanna_small_house_5", + "village/savanna/villagezombie/houses/savanna_small_house_6", + "village/savanna/villagezombie/houses/savanna_small_house_7", + "village/savanna/villagezombie/houses/savanna_small_house_8" ]} diff --git a/jigsaw-pools/village/savanna/zombie/streets.json b/jigsaw-pools/village/savanna/zombie/streets.json index 66d18c83..a6327fbc 100644 --- a/jigsaw-pools/village/savanna/zombie/streets.json +++ b/jigsaw-pools/village/savanna/zombie/streets.json @@ -1,21 +1,21 @@ {"pieces": [ - "village/savanna/zombie/streets/corner_01", - "village/savanna/zombie/streets/corner_03", - "village/savanna/zombie/streets/crossroad_02", - "village/savanna/zombie/streets/crossroad_03", - "village/savanna/zombie/streets/crossroad_04", - "village/savanna/zombie/streets/crossroad_05", - "village/savanna/zombie/streets/crossroad_06", - "village/savanna/zombie/streets/crossroad_07", - "village/savanna/zombie/streets/split_01", - "village/savanna/zombie/streets/split_02", - "village/savanna/zombie/streets/straight_02", - "village/savanna/zombie/streets/straight_04", - "village/savanna/zombie/streets/straight_05", - "village/savanna/zombie/streets/straight_06", - "village/savanna/zombie/streets/straight_08", - "village/savanna/zombie/streets/straight_09", - "village/savanna/zombie/streets/straight_10", - "village/savanna/zombie/streets/straight_11", - "village/savanna/zombie/streets/turn_01" + "village/savanna/villagezombie/streets/corner_01", + "village/savanna/villagezombie/streets/corner_03", + "village/savanna/villagezombie/streets/crossroad_02", + "village/savanna/villagezombie/streets/crossroad_03", + "village/savanna/villagezombie/streets/crossroad_04", + "village/savanna/villagezombie/streets/crossroad_05", + "village/savanna/villagezombie/streets/crossroad_06", + "village/savanna/villagezombie/streets/crossroad_07", + "village/savanna/villagezombie/streets/split_01", + "village/savanna/villagezombie/streets/split_02", + "village/savanna/villagezombie/streets/straight_02", + "village/savanna/villagezombie/streets/straight_04", + "village/savanna/villagezombie/streets/straight_05", + "village/savanna/villagezombie/streets/straight_06", + "village/savanna/villagezombie/streets/straight_08", + "village/savanna/villagezombie/streets/straight_09", + "village/savanna/villagezombie/streets/straight_10", + "village/savanna/villagezombie/streets/straight_11", + "village/savanna/villagezombie/streets/turn_01" ]} diff --git a/jigsaw-pools/village/savanna/zombie/terminators.json b/jigsaw-pools/village/savanna/zombie/terminators.json index c6189cee..85c297c3 100644 --- a/jigsaw-pools/village/savanna/zombie/terminators.json +++ b/jigsaw-pools/village/savanna/zombie/terminators.json @@ -1 +1 @@ -{"pieces": ["village/savanna/zombie/terminators/terminator_05"]} +{"pieces": ["village/savanna/villagezombie/terminators/terminator_05"]} diff --git a/jigsaw-pools/village/savanna/zombie/town_centers.json b/jigsaw-pools/village/savanna/zombie/town_centers.json index 8ae70c7f..04bc8949 100644 --- a/jigsaw-pools/village/savanna/zombie/town_centers.json +++ b/jigsaw-pools/village/savanna/zombie/town_centers.json @@ -1,6 +1,6 @@ {"pieces": [ - "village/savanna/zombie/town_centers/savanna_meeting_point_1", - "village/savanna/zombie/town_centers/savanna_meeting_point_2", - "village/savanna/zombie/town_centers/savanna_meeting_point_3", - "village/savanna/zombie/town_centers/savanna_meeting_point_4" + "village/savanna/villagezombie/town_centers/savanna_meeting_point_1", + "village/savanna/villagezombie/town_centers/savanna_meeting_point_2", + "village/savanna/villagezombie/town_centers/savanna_meeting_point_3", + "village/savanna/villagezombie/town_centers/savanna_meeting_point_4" ]} diff --git a/jigsaw-pools/village/savanna/zombie/villagers.json b/jigsaw-pools/village/savanna/zombie/villagers.json index 4aabcc8c..b8b98597 100644 --- a/jigsaw-pools/village/savanna/zombie/villagers.json +++ b/jigsaw-pools/village/savanna/zombie/villagers.json @@ -1,4 +1,4 @@ {"pieces": [ - "village/savanna/zombie/villagers/nitwit", - "village/savanna/zombie/villagers/unemployed" + "village/savanna/villagezombie/villagers/nitwit", + "village/savanna/villagezombie/villagers/unemployed" ]} diff --git a/jigsaw-pools/woodland_mansion/1x1_1.json b/jigsaw-pools/woodland_mansion/1x1_1.json deleted file mode 100644 index 2dda6be9..00000000 --- a/jigsaw-pools/woodland_mansion/1x1_1.json +++ /dev/null @@ -1,11 +0,0 @@ -{"pieces": [ - "woodland_mansion/1x1/1/a1", - "woodland_mansion/1x1/1/a2", - "woodland_mansion/1x1/1/a3", - "woodland_mansion/1x1/1/a4", - "woodland_mansion/1x1/1/a5", - "woodland_mansion/1x1/1/as1", - "woodland_mansion/1x1/1/as2", - "woodland_mansion/1x1/1/as3", - "woodland_mansion/1x1/1/as4" -]} diff --git a/jigsaw-pools/woodland_mansion/1x1_2.json b/jigsaw-pools/woodland_mansion/1x1_2.json deleted file mode 100644 index 04841efe..00000000 --- a/jigsaw-pools/woodland_mansion/1x1_2.json +++ /dev/null @@ -1,16 +0,0 @@ -{"pieces": [ - "woodland_mansion/1x1/1/a1", - "woodland_mansion/1x1/1/a2", - "woodland_mansion/1x1/1/a3", - "woodland_mansion/1x1/1/a4", - "woodland_mansion/1x1/1/a5", - "woodland_mansion/1x1/1/as1", - "woodland_mansion/1x1/1/as2", - "woodland_mansion/1x1/1/as3", - "woodland_mansion/1x1/1/as4", - "woodland_mansion/1x1/2/b1", - "woodland_mansion/1x1/2/b2", - "woodland_mansion/1x1/2/b3", - "woodland_mansion/1x1/2/b4", - "woodland_mansion/1x1/2/b5" -]} diff --git a/jigsaw-pools/woodland_mansion/1x2_1l.json b/jigsaw-pools/woodland_mansion/1x2_1l.json deleted file mode 100644 index 9cc9a577..00000000 --- a/jigsaw-pools/woodland_mansion/1x2_1l.json +++ /dev/null @@ -1,15 +0,0 @@ -{"pieces": [ - "woodland_mansion/1x2/1l/a1", - "woodland_mansion/1x2/1l/a3", - "woodland_mansion/1x2/1l/a4", - "woodland_mansion/1x2/1l/a5", - "woodland_mansion/1x2/1l/a6", - "woodland_mansion/1x2/1l/a7", - "woodland_mansion/1x2/1l/a8", - "woodland_mansion/1x2/1l/a9", - "woodland_mansion/1x2/1l/b5", - "woodland_mansion/1x2/1l/c1", - "woodland_mansion/1x2/1l/c2", - "woodland_mansion/1x2/1l/c3", - "woodland_mansion/1x2/1l/c4" -]} diff --git a/jigsaw-pools/woodland_mansion/1x2_1r.json b/jigsaw-pools/woodland_mansion/1x2_1r.json deleted file mode 100644 index 341263ef..00000000 --- a/jigsaw-pools/woodland_mansion/1x2_1r.json +++ /dev/null @@ -1,10 +0,0 @@ -{"pieces": [ - "woodland_mansion/1x2/1r/a2", - "woodland_mansion/1x2/1r/a5", - "woodland_mansion/1x2/1r/a6", - "woodland_mansion/1x2/1r/a7", - "woodland_mansion/1x2/1r/a8", - "woodland_mansion/1x2/1r/b2", - "woodland_mansion/1x2/1r/b5", - "woodland_mansion/1x2/1r/c4" -]} diff --git a/jigsaw-pools/woodland_mansion/1x2_1s.json b/jigsaw-pools/woodland_mansion/1x2_1s.json deleted file mode 100644 index 1faeca28..00000000 --- a/jigsaw-pools/woodland_mansion/1x2_1s.json +++ /dev/null @@ -1,16 +0,0 @@ -{"pieces": [ - "woodland_mansion/1x2/1s/a2", - "woodland_mansion/1x2/1s/a5", - "woodland_mansion/1x2/1s/a6", - "woodland_mansion/1x2/1s/a8", - "woodland_mansion/1x2/1s/a9", - "woodland_mansion/1x2/1s/b1", - "woodland_mansion/1x2/1s/b2", - "woodland_mansion/1x2/1s/b3", - "woodland_mansion/1x2/1s/b4", - "woodland_mansion/1x2/1s/b5", - "woodland_mansion/1x2/1s/c1", - "woodland_mansion/1x2/1s/c2", - "woodland_mansion/1x2/1s/c3", - "woodland_mansion/1x2/1s/c4" -]} diff --git a/jigsaw-pools/woodland_mansion/1x2_2l.json b/jigsaw-pools/woodland_mansion/1x2_2l.json deleted file mode 100644 index bbdb2199..00000000 --- a/jigsaw-pools/woodland_mansion/1x2_2l.json +++ /dev/null @@ -1,19 +0,0 @@ -{"pieces": [ - "woodland_mansion/1x2/1l/a1", - "woodland_mansion/1x2/1l/a3", - "woodland_mansion/1x2/1l/a4", - "woodland_mansion/1x2/1l/a5", - "woodland_mansion/1x2/1l/a6", - "woodland_mansion/1x2/1l/a7", - "woodland_mansion/1x2/1l/a8", - "woodland_mansion/1x2/1l/a9", - "woodland_mansion/1x2/1l/b5", - "woodland_mansion/1x2/1l/c1", - "woodland_mansion/1x2/1l/c2", - "woodland_mansion/1x2/1l/c3", - "woodland_mansion/1x2/1l/c4", - "woodland_mansion/1x2/2l/d1", - "woodland_mansion/1x2/2l/d2", - "woodland_mansion/1x2/2l/d5", - "woodland_mansion/1x2/2l/se1" -]} diff --git a/jigsaw-pools/woodland_mansion/1x2_2r.json b/jigsaw-pools/woodland_mansion/1x2_2r.json deleted file mode 100644 index 18754521..00000000 --- a/jigsaw-pools/woodland_mansion/1x2_2r.json +++ /dev/null @@ -1,13 +0,0 @@ -{"pieces": [ - "woodland_mansion/1x2/1r/a2", - "woodland_mansion/1x2/1r/a5", - "woodland_mansion/1x2/1r/a6", - "woodland_mansion/1x2/1r/a7", - "woodland_mansion/1x2/1r/a8", - "woodland_mansion/1x2/1r/b2", - "woodland_mansion/1x2/1r/b5", - "woodland_mansion/1x2/1r/c4", - "woodland_mansion/1x2/2r/d2", - "woodland_mansion/1x2/2r/d5", - "woodland_mansion/1x2/2r/se1" -]} diff --git a/jigsaw-pools/woodland_mansion/1x2_2s.json b/jigsaw-pools/woodland_mansion/1x2_2s.json deleted file mode 100644 index cd7550c5..00000000 --- a/jigsaw-pools/woodland_mansion/1x2_2s.json +++ /dev/null @@ -1,24 +0,0 @@ -{"pieces": [ - "woodland_mansion/1x2/1s/a2", - "woodland_mansion/1x2/1s/a5", - "woodland_mansion/1x2/1s/a6", - "woodland_mansion/1x2/1s/a8", - "woodland_mansion/1x2/1s/a9", - "woodland_mansion/1x2/1s/b1", - "woodland_mansion/1x2/1s/b2", - "woodland_mansion/1x2/1s/b3", - "woodland_mansion/1x2/1s/b4", - "woodland_mansion/1x2/1s/b5", - "woodland_mansion/1x2/1s/c1", - "woodland_mansion/1x2/1s/c2", - "woodland_mansion/1x2/1s/c3", - "woodland_mansion/1x2/1s/c4", - "woodland_mansion/1x2/2s/d1", - "woodland_mansion/1x2/2s/d2", - "woodland_mansion/1x2/2s/d3", - "woodland_mansion/1x2/2s/d4", - "woodland_mansion/1x2/2s/d5", - "woodland_mansion/1x2/2s/s1", - "woodland_mansion/1x2/2s/s2", - "woodland_mansion/1x2/2s/se1" -]} diff --git a/jigsaw-pools/woodland_mansion/2x2_1l.json b/jigsaw-pools/woodland_mansion/2x2_1l.json deleted file mode 100644 index 0379379a..00000000 --- a/jigsaw-pools/woodland_mansion/2x2_1l.json +++ /dev/null @@ -1,6 +0,0 @@ -{"pieces": [ - "woodland_mansion/2x2/1l/a1", - "woodland_mansion/2x2/1l/a2", - "woodland_mansion/2x2/1l/a3", - "woodland_mansion/2x2/1l/a4" -]} diff --git a/jigsaw-pools/woodland_mansion/2x2_1r.json b/jigsaw-pools/woodland_mansion/2x2_1r.json deleted file mode 100644 index 76933071..00000000 --- a/jigsaw-pools/woodland_mansion/2x2_1r.json +++ /dev/null @@ -1,6 +0,0 @@ -{"pieces": [ - "woodland_mansion/2x2/1r/a1", - "woodland_mansion/2x2/1r/a2", - "woodland_mansion/2x2/1r/a3", - "woodland_mansion/2x2/1r/a4" -]} diff --git a/jigsaw-pools/woodland_mansion/2x2_2l.json b/jigsaw-pools/woodland_mansion/2x2_2l.json deleted file mode 100644 index 275f7fb5..00000000 --- a/jigsaw-pools/woodland_mansion/2x2_2l.json +++ /dev/null @@ -1,12 +0,0 @@ -{"pieces": [ - "woodland_mansion/2x2/1l/a1", - "woodland_mansion/2x2/1l/a2", - "woodland_mansion/2x2/1l/a3", - "woodland_mansion/2x2/1l/a4", - "woodland_mansion/2x2/2l/b1", - "woodland_mansion/2x2/2l/b2", - "woodland_mansion/2x2/2l/b3", - "woodland_mansion/2x2/2l/b4", - "woodland_mansion/2x2/2l/b5", - "woodland_mansion/2x2/2l/s1" -]} diff --git a/jigsaw-pools/woodland_mansion/2x2_2r.json b/jigsaw-pools/woodland_mansion/2x2_2r.json deleted file mode 100644 index 132c08c0..00000000 --- a/jigsaw-pools/woodland_mansion/2x2_2r.json +++ /dev/null @@ -1,12 +0,0 @@ -{"pieces": [ - "woodland_mansion/2x2/1r/a1", - "woodland_mansion/2x2/1r/a2", - "woodland_mansion/2x2/1r/a3", - "woodland_mansion/2x2/1r/a4", - "woodland_mansion/2x2/2r/b1", - "woodland_mansion/2x2/2r/b2", - "woodland_mansion/2x2/2r/b3", - "woodland_mansion/2x2/2r/b4", - "woodland_mansion/2x2/2r/b5", - "woodland_mansion/2x2/2r/s1" -]} diff --git a/jigsaw-pools/woodland_mansion/path.json b/jigsaw-pools/woodland_mansion/path.json deleted file mode 100644 index 91a3b6d0..00000000 --- a/jigsaw-pools/woodland_mansion/path.json +++ /dev/null @@ -1,4 +0,0 @@ -{"pieces": [ - "woodland_mansion/path/path_1", - "woodland_mansion/path/path_2" -]} diff --git a/jigsaw-pools/woodland_mansion/path_2.json b/jigsaw-pools/woodland_mansion/path_2.json deleted file mode 100644 index 628a95a6..00000000 --- a/jigsaw-pools/woodland_mansion/path_2.json +++ /dev/null @@ -1,4 +0,0 @@ -{"pieces": [ - "woodland_mansion/path_2/path_1", - "woodland_mansion/path_2/path_2" -]} diff --git a/jigsaw-pools/woodland_mansion/path_3.json b/jigsaw-pools/woodland_mansion/path_3.json deleted file mode 100644 index cdcd7e71..00000000 --- a/jigsaw-pools/woodland_mansion/path_3.json +++ /dev/null @@ -1,4 +0,0 @@ -{"pieces": [ - "woodland_mansion/path_3/path_1", - "woodland_mansion/path_3/path_2" -]} diff --git a/jigsaw-pools/woodland_mansion/roof.json b/jigsaw-pools/woodland_mansion/roof.json deleted file mode 100644 index ab117d70..00000000 --- a/jigsaw-pools/woodland_mansion/roof.json +++ /dev/null @@ -1 +0,0 @@ -{"pieces": ["woodland_mansion/roof/roof_1"]} diff --git a/jigsaw-pools/woodland_mansion/stairs_left.json b/jigsaw-pools/woodland_mansion/stairs_left.json deleted file mode 100644 index 67056526..00000000 --- a/jigsaw-pools/woodland_mansion/stairs_left.json +++ /dev/null @@ -1 +0,0 @@ -{"pieces": ["woodland_mansion/stairs/stairs_left"]} diff --git a/jigsaw-pools/woodland_mansion/stairs_straight.json b/jigsaw-pools/woodland_mansion/stairs_straight.json deleted file mode 100644 index cb8659ca..00000000 --- a/jigsaw-pools/woodland_mansion/stairs_straight.json +++ /dev/null @@ -1 +0,0 @@ -{"pieces": ["woodland_mansion/stairs/stairs_straight"]} diff --git a/jigsaw-pools/woodland_mansion/staris_right.json b/jigsaw-pools/woodland_mansion/staris_right.json deleted file mode 100644 index d93b3ffe..00000000 --- a/jigsaw-pools/woodland_mansion/staris_right.json +++ /dev/null @@ -1 +0,0 @@ -{"pieces": ["woodland_mansion/stairs/stairs_right"]} diff --git a/jigsaw-structures/cave.json b/jigsaw-structures/cave.json deleted file mode 100644 index 45931f75..00000000 --- a/jigsaw-structures/cave.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "maxDepth": 1, - "pieces": ["cave"] -} diff --git a/jigsaw-structures/murky_stronghold.json b/jigsaw-structures/murky_stronghold.json new file mode 100644 index 00000000..60287251 --- /dev/null +++ b/jigsaw-structures/murky_stronghold.json @@ -0,0 +1,6 @@ +{ + "maxDepth": 6, + "pieces": [ + "murky_stronghold/void/1" + ] +} diff --git a/jigsaw-structures/pillager.json b/jigsaw-structures/pillager.json deleted file mode 100644 index 4726885c..00000000 --- a/jigsaw-structures/pillager.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "pieces": [ - "pillager_outpost/watchtower", - "pillager_outpost/watchtower_overgrown" - ], - "terminate": true, - "feature": { - "blockRadius": 15, - "objectChance": 0, - "interpolationRadius": 25, - "strength": 0.75, - "interpolator": "BILINEAR_STARCAST_9" - } -} diff --git a/jigsaw-structures/pillager_outpost.json b/jigsaw-structures/pillager_outpost.json new file mode 100644 index 00000000..e8c23496 --- /dev/null +++ b/jigsaw-structures/pillager_outpost.json @@ -0,0 +1,9 @@ +{ + "pieces": [ + "pillager_outpost/watchtower", + "pillager_outpost/watchtower", + "pillager_outpost/watchtower", + "pillager_outpost/watchtower_overgrown" + ], + "terminate": true +} diff --git a/jigsaw-structures/woodland_mansion.disabled b/jigsaw-structures/woodland_mansion.disabled deleted file mode 100644 index 067969d0..00000000 --- a/jigsaw-structures/woodland_mansion.disabled +++ /dev/null @@ -1,7 +0,0 @@ -{ - "maxDepth": 20, - "pieces": [ - "woodland_mansion/main/a1" - ], - "terminate": true -} \ No newline at end of file diff --git a/loot/beach-clutter.json b/loot/beach-clutter.json index 023f848d..2ec44002 100644 --- a/loot/beach-clutter.json +++ b/loot/beach-clutter.json @@ -31,4 +31,4 @@ "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/cactus-clutter.json b/loot/cactus-clutter.json index 9c6213ba..92d0fca0 100644 --- a/loot/cactus-clutter.json +++ b/loot/cactus-clutter.json @@ -15,4 +15,4 @@ "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/cave-clutter.json b/loot/cave-clutter.json index d4bd1230..16e7bfa6 100644 --- a/loot/cave-clutter.json +++ b/loot/cave-clutter.json @@ -46,4 +46,4 @@ "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/cold-food.json b/loot/cold-food.json index 7a652068..02c6aba8 100644 --- a/loot/cold-food.json +++ b/loot/cold-food.json @@ -30,4 +30,4 @@ "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/cold-treasure.json b/loot/cold-treasure.json index b6006430..96cceaa7 100644 --- a/loot/cold-treasure.json +++ b/loot/cold-treasure.json @@ -46,35 +46,52 @@ "maxDurability": 1, "displayName": "Lucky Pyro Pants", "lore": [ - "The perfect pants to wear while ","burning oneself or diving into an ","explosion. They're a bit lucky too."], + "The perfect pants to wear while ", + "burning oneself or diving into an ", + "explosion. They're a bit lucky too." + ], "enchantments": [ { - "enchantment": "PROTECTION_EXPLOSIONS", "maxLevel": 7, + "enchantment": "PROTECTION_EXPLOSIONS", + "maxLevel": 7, "minLevel": 3 }, { - "enchantment": "PROTECTION_FIRE", "maxLevel": 7, + "enchantment": "PROTECTION_FIRE", + "maxLevel": 7, "minLevel": 3 - }], + } + ], "attributes": [ { - "attribute": "GENERIC_LUCK", "operation": "ADD_NUMBER", "maxAmount": 0.1, + "attribute": "GENERIC_LUCK", + "operation": "ADD_NUMBER", + "maxAmount": 0.1, "minAmount": 0.07, "name": "LUCK" }, { - "attribute": "GENERIC_ARMOR", "operation": "ADD_NUMBER", "maxAmount": 4, + "attribute": "GENERIC_ARMOR", + "operation": "ADD_NUMBER", + "maxAmount": 4, "minAmount": 2, "name": "RRM" }, { - "attribute": "GENERIC_MAX_HEALTH", "operation": "ADD_NUMBER", "maxAmount": 4, + "attribute": "GENERIC_MAX_HEALTH", + "operation": "ADD_NUMBER", + "maxAmount": 4, "minAmount": 2, "name": "RRM" - }], + } + ], "itemFlags": [ - "HIDE_ATTRIBUTES","HIDE_ENCHANTS","HIDE_PLACED_ON","HIDE_POTION_EFFECTS"], + "HIDE_ATTRIBUTES", + "HIDE_ENCHANTS", + "HIDE_PLACED_ON", + "HIDE_POTION_EFFECTS" + ], "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/frozen-clutter.json b/loot/frozen-clutter.json index a2994368..345beebf 100644 --- a/loot/frozen-clutter.json +++ b/loot/frozen-clutter.json @@ -41,4 +41,4 @@ "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/global-clutter.json b/loot/global-clutter.json index 731c0709..f12d12be 100644 --- a/loot/global-clutter.json +++ b/loot/global-clutter.json @@ -46,4 +46,4 @@ "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/global-treasure.json b/loot/global-treasure.json index e677ec7e..45abf539 100644 --- a/loot/global-treasure.json +++ b/loot/global-treasure.json @@ -50,4 +50,4 @@ "slottypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/hot-food.json b/loot/hot-food.json index 8e2ffdaf..0f2dc9cc 100644 --- a/loot/hot-food.json +++ b/loot/hot-food.json @@ -25,4 +25,4 @@ "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/hot-treasure.json b/loot/hot-treasure.json index 90a719cc..156c42a8 100644 --- a/loot/hot-treasure.json +++ b/loot/hot-treasure.json @@ -37,36 +37,52 @@ "maxDurability": 1, "displayName": "Golden Dashers", "lore": [ - "Dash around with these boots so long","as they dont get damaged. Also enjoy","less health and armor while doing so."], - "enchantments": [ - { - "enchantment": "SOUL_SPEED", "maxLevel": 5, - "minLevel": 3 - }], + "Dash around with these boots so long", + "as they dont get damaged. Also enjoy", + "less health and armor while doing so." + ], + "enchantments": [{ + "enchantment": "SOUL_SPEED", + "maxLevel": 5, + "minLevel": 3 + }], "attributes": [ { - "attribute": "GENERIC_MOVEMENT_SPEED", "operation": "ADD_NUMBER", "maxAmount": 0.35, + "attribute": "GENERIC_MOVEMENT_SPEED", + "operation": "ADD_NUMBER", + "maxAmount": 0.35, "minAmount": 0.2, "name": "SPUDD" }, { - "attribute": "GENERIC_ATTACK_SPEED", "operation": "ADD_NUMBER", "maxAmount": 0.1, + "attribute": "GENERIC_ATTACK_SPEED", + "operation": "ADD_NUMBER", + "maxAmount": 0.1, "minAmount": 0.05, "name": "ATTAKK" }, { - "attribute": "GENERIC_MAX_HEALTH", "operation": "ADD_NUMBER", "maxAmount": -7, + "attribute": "GENERIC_MAX_HEALTH", + "operation": "ADD_NUMBER", + "maxAmount": -7, "minAmount": -5, "name": "ATTAKK" }, { - "attribute": "GENERIC_ARMOR", "operation": "MULTIPLY_SCALAR_1", "maxAmount": -0.3, + "attribute": "GENERIC_ARMOR", + "operation": "MULTIPLY_SCALAR_1", + "maxAmount": -0.3, "minAmount": -0.08, "name": "NOARM" - }], + } + ], "itemFlags": [ - "HIDE_ATTRIBUTES","HIDE_ENCHANTS","HIDE_PLACED_ON","HIDE_POTION_EFFECTS"], + "HIDE_ATTRIBUTES", + "HIDE_ENCHANTS", + "HIDE_PLACED_ON", + "HIDE_POTION_EFFECTS" + ], "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/mushroom-clutter.json b/loot/mushroom-clutter.json index dab37f28..b630c866 100644 --- a/loot/mushroom-clutter.json +++ b/loot/mushroom-clutter.json @@ -52,4 +52,4 @@ "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/mushroom-food.json b/loot/mushroom-food.json index 31ad1995..744d95c8 100644 --- a/loot/mushroom-food.json +++ b/loot/mushroom-food.json @@ -25,4 +25,4 @@ "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/ocean-clutter.json b/loot/ocean-clutter.json index 384898fd..2f8fa7fe 100644 --- a/loot/ocean-clutter.json +++ b/loot/ocean-clutter.json @@ -22,11 +22,10 @@ { "type": "fishing_rod", "maxAmount": 1, - "enchantments": [ - { - "enchantment": "DURABILITY", "maxLevel": 2 - } - ], + "enchantments": [{ + "enchantment": "DURABILITY", + "maxLevel": 2 + }], "slotTypes": "STORAGE" }, { @@ -39,41 +38,64 @@ "maxAmount": 1, "enchantments": [ { - "enchantment": "OXYGEN", "maxLevel": 2 + "enchantment": "OXYGEN", + "maxLevel": 2 }, { - "enchantment": "DURABILITY", "maxLevel": 5, + "enchantment": "DURABILITY", + "maxLevel": 5, "minLevel": 3 }, { - "enchantment": "PROTECTION_ENVIRONMENTAL", "maxLevel": 3 - }], + "enchantment": "PROTECTION_ENVIRONMENTAL", + "maxLevel": 3 + } + ], "attributes": [ { - "attribute": "GENERIC_MOVEMENT_SPEED", "operation": "MULTIPLY_SCALAR_1", "maxAmount": -0.15, + "attribute": "GENERIC_MOVEMENT_SPEED", + "operation": "MULTIPLY_SCALAR_1", + "maxAmount": -0.15, "minAmount": -0.25, "name": "SLOW" }, { - "attribute": "GENERIC_KNOCKBACK_RESISTANCE", "maxAmount": 3.25, + "attribute": "GENERIC_KNOCKBACK_RESISTANCE", + "maxAmount": 3.25, "minAmount": 0.85, - "name": "THICC", "operation": "MULTIPLY_SCALAR_1" + "name": "THICC", + "operation": "MULTIPLY_SCALAR_1" }, { - "attribute": "GENERIC_MAX_HEALTH", "operation": "ADD_NUMBER", "maxAmount": 7, - "name": "HP", "minAmount": 3 + "attribute": "GENERIC_MAX_HEALTH", + "operation": "ADD_NUMBER", + "maxAmount": 7, + "name": "HP", + "minAmount": 3 }, { - "attribute": "GENERIC_ARMOR", "name": "AMR", "maxAmount": 7, + "attribute": "GENERIC_ARMOR", + "name": "AMR", + "maxAmount": 7, "minAmount": 5, "operation": "ADD_NUMBER" - }], + } + ], "displayName": "5head", "minDurability": 0.9, "lore": [ - "Take this helmet with increased health, ","armor & knockback resistance at the cost","of reduced movement speed.","It's also full of air."], + "Take this helmet with increased health, ", + "armor & knockback resistance at the cost", + "of reduced movement speed.", + "It's also full of air." + ], "itemFlags": [ - "HIDE_PLACED_ON","HIDE_DESTROYS","HIDE_ENCHANTS","HIDE_POTION_EFFECTS","HIDE_ATTRIBUTES"], + "HIDE_PLACED_ON", + "HIDE_DESTROYS", + "HIDE_ENCHANTS", + "HIDE_POTION_EFFECTS", + "HIDE_ATTRIBUTES" + ], "maxDurability": 0.95, "slotTypes": "STORAGE" }, @@ -83,37 +105,50 @@ "rarity": 5, "enchantments": [ { - "enchantment": "CHANNELING", "maxLevel": 3, + "enchantment": "CHANNELING", + "maxLevel": 3, "chance": 0.75 }, + {"enchantment": "LOYALTY"}, { - "enchantment": "LOYALTY" - }, - { - "enchantment": "WATER_WORKER", "minLevel": 3, + "enchantment": "WATER_WORKER", + "minLevel": 3, "maxLevel": 5 }, { - "enchantment": "DURABILITY", "maxLevel": 5, + "enchantment": "DURABILITY", + "maxLevel": 5, "minLevel": 3 }, { - "enchantment": "DAMAGE_ALL", "maxLevel": 2 - }], + "enchantment": "DAMAGE_ALL", + "maxLevel": 2 + } + ], "displayName": "Poseidon's Wrath", "lore": [ - "A Trident with increased damage that","always finds it's way back. It's also","great for digging blocks underwater."], + "A Trident with increased damage that", + "always finds it's way back. It's also", + "great for digging blocks underwater." + ], "itemFlags": [ - "HIDE_PLACED_ON","HIDE_UNBREAKABLE","HIDE_DESTROYS","HIDE_ENCHANTS","HIDE_POTION_EFFECTS","HIDE_ATTRIBUTES"], - "attributes": [ - { - "attribute": "GENERIC_ATTACK_DAMAGE", "operation": "ADD_NUMBER", "maxAmount": 5, - "minAmount": 3, - "name": "AT1" - }], + "HIDE_PLACED_ON", + "HIDE_UNBREAKABLE", + "HIDE_DESTROYS", + "HIDE_ENCHANTS", + "HIDE_POTION_EFFECTS", + "HIDE_ATTRIBUTES" + ], + "attributes": [{ + "attribute": "GENERIC_ATTACK_DAMAGE", + "operation": "ADD_NUMBER", + "maxAmount": 5, + "minAmount": 3, + "name": "AT1" + }], "minDurability": 0.9, "maxDurability": 0.95, "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/snow-clutter.json b/loot/snow-clutter.json index a67e9b1d..5045f096 100644 --- a/loot/snow-clutter.json +++ b/loot/snow-clutter.json @@ -36,4 +36,4 @@ "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/swamp-clutter.json b/loot/swamp-clutter.json index ad438e19..d7c33b34 100644 --- a/loot/swamp-clutter.json +++ b/loot/swamp-clutter.json @@ -35,4 +35,4 @@ "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/swamp-food.json b/loot/swamp-food.json index 88196763..6e587f6e 100644 --- a/loot/swamp-food.json +++ b/loot/swamp-food.json @@ -30,4 +30,4 @@ "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/temperate-clutter.json b/loot/temperate-clutter.json index f1518ccd..c5c1c744 100644 --- a/loot/temperate-clutter.json +++ b/loot/temperate-clutter.json @@ -19,6 +19,5 @@ "maxAmount": 3, "slotTypes": "STORAGE" } - ] -} \ No newline at end of file +} diff --git a/loot/temperate-food.json b/loot/temperate-food.json index 81d7171f..95a11ebd 100644 --- a/loot/temperate-food.json +++ b/loot/temperate-food.json @@ -25,4 +25,4 @@ "slotTypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/tropical-food.json b/loot/tropical-food.json index a9b6658e..ac6f0702 100644 --- a/loot/tropical-food.json +++ b/loot/tropical-food.json @@ -32,4 +32,4 @@ "slottypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/loot/tropical-treasure.json b/loot/tropical-treasure.json index f3fcc0f4..6bdb3a39 100644 --- a/loot/tropical-treasure.json +++ b/loot/tropical-treasure.json @@ -96,4 +96,4 @@ "slottypes": "STORAGE" } ] -} \ No newline at end of file +} diff --git a/objects/amethyst/ame5.iob b/objects/amethyst/ame5.iob index 40cc688a..c2fc945c 100644 Binary files a/objects/amethyst/ame5.iob and b/objects/amethyst/ame5.iob differ diff --git a/objects/bonsai-normal/bbonsai-1.iob b/objects/bonsai-normal/bbonsai-1.iob deleted file mode 100644 index a4fa0842..00000000 Binary files a/objects/bonsai-normal/bbonsai-1.iob and /dev/null differ diff --git a/objects/bonsai-normal/bbonsai-10.iob b/objects/bonsai-normal/bbonsai-10.iob deleted file mode 100644 index b2640ada..00000000 Binary files a/objects/bonsai-normal/bbonsai-10.iob and /dev/null differ diff --git a/objects/bonsai-normal/bbonsai-11.iob b/objects/bonsai-normal/bbonsai-11.iob deleted file mode 100644 index d21992de..00000000 Binary files a/objects/bonsai-normal/bbonsai-11.iob and /dev/null differ diff --git a/objects/bonsai-normal/bbonsai-2.iob b/objects/bonsai-normal/bbonsai-2.iob deleted file mode 100644 index abc39184..00000000 Binary files a/objects/bonsai-normal/bbonsai-2.iob and /dev/null differ diff --git a/objects/bonsai-normal/bbonsai-3.iob b/objects/bonsai-normal/bbonsai-3.iob deleted file mode 100644 index 6251567a..00000000 Binary files a/objects/bonsai-normal/bbonsai-3.iob and /dev/null differ diff --git a/objects/bonsai-normal/bbonsai-4.iob b/objects/bonsai-normal/bbonsai-4.iob deleted file mode 100644 index fe13bbc0..00000000 Binary files a/objects/bonsai-normal/bbonsai-4.iob and /dev/null differ diff --git a/objects/bonsai-normal/bbonsai-5.iob b/objects/bonsai-normal/bbonsai-5.iob deleted file mode 100644 index 877d3d1e..00000000 Binary files a/objects/bonsai-normal/bbonsai-5.iob and /dev/null differ diff --git a/objects/bonsai-normal/bbonsai-6.iob b/objects/bonsai-normal/bbonsai-6.iob deleted file mode 100644 index d15d7a8f..00000000 Binary files a/objects/bonsai-normal/bbonsai-6.iob and /dev/null differ diff --git a/objects/bonsai-normal/bbonsai-7.iob b/objects/bonsai-normal/bbonsai-7.iob deleted file mode 100644 index 24642984..00000000 Binary files a/objects/bonsai-normal/bbonsai-7.iob and /dev/null differ diff --git a/objects/bonsai-normal/bbonsai-8.iob b/objects/bonsai-normal/bbonsai-8.iob deleted file mode 100644 index 72dd9e45..00000000 Binary files a/objects/bonsai-normal/bbonsai-8.iob and /dev/null differ diff --git a/objects/bonsai-normal/bbonsai-9.iob b/objects/bonsai-normal/bbonsai-9.iob deleted file mode 100644 index 2a6a446e..00000000 Binary files a/objects/bonsai-normal/bbonsai-9.iob and /dev/null differ diff --git a/objects/bonsai/big-1.iob b/objects/bonsai/big-1.iob new file mode 100644 index 00000000..047705d7 Binary files /dev/null and b/objects/bonsai/big-1.iob differ diff --git a/objects/bonsai/big-2.iob b/objects/bonsai/big-2.iob new file mode 100644 index 00000000..a4387404 Binary files /dev/null and b/objects/bonsai/big-2.iob differ diff --git a/objects/bonsai/big-3.iob b/objects/bonsai/big-3.iob new file mode 100644 index 00000000..38fb47da Binary files /dev/null and b/objects/bonsai/big-3.iob differ diff --git a/objects/bonsai/big-4.iob b/objects/bonsai/big-4.iob new file mode 100644 index 00000000..06b3d047 Binary files /dev/null and b/objects/bonsai/big-4.iob differ diff --git a/objects/bonsai/big-5.iob b/objects/bonsai/big-5.iob new file mode 100644 index 00000000..48dcdad4 Binary files /dev/null and b/objects/bonsai/big-5.iob differ diff --git a/objects/bonsai/big-6.iob b/objects/bonsai/big-6.iob new file mode 100644 index 00000000..f35b82b4 Binary files /dev/null and b/objects/bonsai/big-6.iob differ diff --git a/objects/bonsai/big-7.iob b/objects/bonsai/big-7.iob new file mode 100644 index 00000000..cabda2b8 Binary files /dev/null and b/objects/bonsai/big-7.iob differ diff --git a/objects/bonsai/med-1.iob b/objects/bonsai/med-1.iob new file mode 100644 index 00000000..11bed5f6 Binary files /dev/null and b/objects/bonsai/med-1.iob differ diff --git a/objects/bonsai/med-2.iob b/objects/bonsai/med-2.iob new file mode 100644 index 00000000..b8736713 Binary files /dev/null and b/objects/bonsai/med-2.iob differ diff --git a/objects/bonsai/med-3.iob b/objects/bonsai/med-3.iob new file mode 100644 index 00000000..de78aff6 Binary files /dev/null and b/objects/bonsai/med-3.iob differ diff --git a/objects/bonsai/med-4.iob b/objects/bonsai/med-4.iob new file mode 100644 index 00000000..b376c8d6 Binary files /dev/null and b/objects/bonsai/med-4.iob differ diff --git a/objects/light.iob b/objects/light.iob new file mode 100644 index 00000000..cc4bc7f3 Binary files /dev/null and b/objects/light.iob differ diff --git a/objects/structure/murky-stronghold/c-n-1.iob b/objects/murky_stronghold/c-n-1.iob similarity index 100% rename from objects/structure/murky-stronghold/c-n-1.iob rename to objects/murky_stronghold/c-n-1.iob diff --git a/objects/structure/murky-stronghold/c-n-2.iob b/objects/murky_stronghold/c-n-2.iob similarity index 100% rename from objects/structure/murky-stronghold/c-n-2.iob rename to objects/murky_stronghold/c-n-2.iob diff --git a/objects/structure/murky-stronghold/c-n-3.iob b/objects/murky_stronghold/c-n-3.iob similarity index 100% rename from objects/structure/murky-stronghold/c-n-3.iob rename to objects/murky_stronghold/c-n-3.iob diff --git a/objects/structure/murky-stronghold/c-n-4.iob b/objects/murky_stronghold/c-n-4.iob similarity index 100% rename from objects/structure/murky-stronghold/c-n-4.iob rename to objects/murky_stronghold/c-n-4.iob diff --git a/objects/structure/murky-stronghold/c-ns-1.iob b/objects/murky_stronghold/c-ns-1.iob similarity index 100% rename from objects/structure/murky-stronghold/c-ns-1.iob rename to objects/murky_stronghold/c-ns-1.iob diff --git a/objects/structure/murky-stronghold/c-ns-2.iob b/objects/murky_stronghold/c-ns-2.iob similarity index 100% rename from objects/structure/murky-stronghold/c-ns-2.iob rename to objects/murky_stronghold/c-ns-2.iob diff --git a/objects/structure/murky-stronghold/c-ns-3.iob b/objects/murky_stronghold/c-ns-3.iob similarity index 100% rename from objects/structure/murky-stronghold/c-ns-3.iob rename to objects/murky_stronghold/c-ns-3.iob diff --git a/objects/structure/murky-stronghold/c-ns-4.iob b/objects/murky_stronghold/c-ns-4.iob similarity index 100% rename from objects/structure/murky-stronghold/c-ns-4.iob rename to objects/murky_stronghold/c-ns-4.iob diff --git a/objects/structure/murky-stronghold/c-nsw-1.iob b/objects/murky_stronghold/c-nsw-1.iob similarity index 100% rename from objects/structure/murky-stronghold/c-nsw-1.iob rename to objects/murky_stronghold/c-nsw-1.iob diff --git a/objects/structure/murky-stronghold/c-nsw-2.iob b/objects/murky_stronghold/c-nsw-2.iob similarity index 100% rename from objects/structure/murky-stronghold/c-nsw-2.iob rename to objects/murky_stronghold/c-nsw-2.iob diff --git a/objects/structure/murky-stronghold/c-nsw-3.iob b/objects/murky_stronghold/c-nsw-3.iob similarity index 100% rename from objects/structure/murky-stronghold/c-nsw-3.iob rename to objects/murky_stronghold/c-nsw-3.iob diff --git a/objects/structure/murky-stronghold/c-nsw-4.iob b/objects/murky_stronghold/c-nsw-4.iob similarity index 100% rename from objects/structure/murky-stronghold/c-nsw-4.iob rename to objects/murky_stronghold/c-nsw-4.iob diff --git a/objects/structure/murky-stronghold/c-sw-1.iob b/objects/murky_stronghold/c-sw-1.iob similarity index 100% rename from objects/structure/murky-stronghold/c-sw-1.iob rename to objects/murky_stronghold/c-sw-1.iob diff --git a/objects/structure/murky-stronghold/c-sw-2.iob b/objects/murky_stronghold/c-sw-2.iob similarity index 100% rename from objects/structure/murky-stronghold/c-sw-2.iob rename to objects/murky_stronghold/c-sw-2.iob diff --git a/objects/structure/murky-stronghold/c-sw-3.iob b/objects/murky_stronghold/c-sw-3.iob similarity index 100% rename from objects/structure/murky-stronghold/c-sw-3.iob rename to objects/murky_stronghold/c-sw-3.iob diff --git a/objects/structure/murky-stronghold/c-sw-4.iob b/objects/murky_stronghold/c-sw-4.iob similarity index 100% rename from objects/structure/murky-stronghold/c-sw-4.iob rename to objects/murky_stronghold/c-sw-4.iob diff --git a/objects/structure/murky-stronghold/c-x-1.iob b/objects/murky_stronghold/c-x-1.iob similarity index 100% rename from objects/structure/murky-stronghold/c-x-1.iob rename to objects/murky_stronghold/c-x-1.iob diff --git a/objects/structure/murky-stronghold/c-x-2.iob b/objects/murky_stronghold/c-x-2.iob similarity index 100% rename from objects/structure/murky-stronghold/c-x-2.iob rename to objects/murky_stronghold/c-x-2.iob diff --git a/objects/structure/murky-stronghold/c-x-3.iob b/objects/murky_stronghold/c-x-3.iob similarity index 100% rename from objects/structure/murky-stronghold/c-x-3.iob rename to objects/murky_stronghold/c-x-3.iob diff --git a/objects/structure/murky-stronghold/c-x-4.iob b/objects/murky_stronghold/c-x-4.iob similarity index 100% rename from objects/structure/murky-stronghold/c-x-4.iob rename to objects/murky_stronghold/c-x-4.iob diff --git a/objects/structure/murky-stronghold/c-x-5.iob b/objects/murky_stronghold/c-x-5.iob similarity index 100% rename from objects/structure/murky-stronghold/c-x-5.iob rename to objects/murky_stronghold/c-x-5.iob diff --git a/objects/structure/murky-stronghold/c-x-6.iob b/objects/murky_stronghold/c-x-6.iob similarity index 100% rename from objects/structure/murky-stronghold/c-x-6.iob rename to objects/murky_stronghold/c-x-6.iob diff --git a/objects/structure/murky-stronghold/f-n-1.iob b/objects/murky_stronghold/f-n-1.iob similarity index 100% rename from objects/structure/murky-stronghold/f-n-1.iob rename to objects/murky_stronghold/f-n-1.iob diff --git a/objects/structure/murky-stronghold/f-n-2.iob b/objects/murky_stronghold/f-n-2.iob similarity index 100% rename from objects/structure/murky-stronghold/f-n-2.iob rename to objects/murky_stronghold/f-n-2.iob diff --git a/objects/structure/murky-stronghold/f-n-3.iob b/objects/murky_stronghold/f-n-3.iob similarity index 100% rename from objects/structure/murky-stronghold/f-n-3.iob rename to objects/murky_stronghold/f-n-3.iob diff --git a/objects/structure/murky-stronghold/f-n-4.iob b/objects/murky_stronghold/f-n-4.iob similarity index 100% rename from objects/structure/murky-stronghold/f-n-4.iob rename to objects/murky_stronghold/f-n-4.iob diff --git a/objects/structure/murky-stronghold/f-ns-1.iob b/objects/murky_stronghold/f-ns-1.iob similarity index 100% rename from objects/structure/murky-stronghold/f-ns-1.iob rename to objects/murky_stronghold/f-ns-1.iob diff --git a/objects/structure/murky-stronghold/f-ns-2.iob b/objects/murky_stronghold/f-ns-2.iob similarity index 100% rename from objects/structure/murky-stronghold/f-ns-2.iob rename to objects/murky_stronghold/f-ns-2.iob diff --git a/objects/structure/murky-stronghold/f-ns-3.iob b/objects/murky_stronghold/f-ns-3.iob similarity index 100% rename from objects/structure/murky-stronghold/f-ns-3.iob rename to objects/murky_stronghold/f-ns-3.iob diff --git a/objects/structure/murky-stronghold/f-ns-4.iob b/objects/murky_stronghold/f-ns-4.iob similarity index 100% rename from objects/structure/murky-stronghold/f-ns-4.iob rename to objects/murky_stronghold/f-ns-4.iob diff --git a/objects/structure/murky-stronghold/f-nsw-1.iob b/objects/murky_stronghold/f-nsw-1.iob similarity index 100% rename from objects/structure/murky-stronghold/f-nsw-1.iob rename to objects/murky_stronghold/f-nsw-1.iob diff --git a/objects/structure/murky-stronghold/f-nsw-2.iob b/objects/murky_stronghold/f-nsw-2.iob similarity index 100% rename from objects/structure/murky-stronghold/f-nsw-2.iob rename to objects/murky_stronghold/f-nsw-2.iob diff --git a/objects/structure/murky-stronghold/f-nsw-3.iob b/objects/murky_stronghold/f-nsw-3.iob similarity index 100% rename from objects/structure/murky-stronghold/f-nsw-3.iob rename to objects/murky_stronghold/f-nsw-3.iob diff --git a/objects/structure/murky-stronghold/f-nsw-4.iob b/objects/murky_stronghold/f-nsw-4.iob similarity index 100% rename from objects/structure/murky-stronghold/f-nsw-4.iob rename to objects/murky_stronghold/f-nsw-4.iob diff --git a/objects/structure/murky-stronghold/f-sw-1.iob b/objects/murky_stronghold/f-sw-1.iob similarity index 100% rename from objects/structure/murky-stronghold/f-sw-1.iob rename to objects/murky_stronghold/f-sw-1.iob diff --git a/objects/structure/murky-stronghold/f-sw-2.iob b/objects/murky_stronghold/f-sw-2.iob similarity index 100% rename from objects/structure/murky-stronghold/f-sw-2.iob rename to objects/murky_stronghold/f-sw-2.iob diff --git a/objects/structure/murky-stronghold/f-sw-3.iob b/objects/murky_stronghold/f-sw-3.iob similarity index 100% rename from objects/structure/murky-stronghold/f-sw-3.iob rename to objects/murky_stronghold/f-sw-3.iob diff --git a/objects/structure/murky-stronghold/f-sw-4.iob b/objects/murky_stronghold/f-sw-4.iob similarity index 100% rename from objects/structure/murky-stronghold/f-sw-4.iob rename to objects/murky_stronghold/f-sw-4.iob diff --git a/objects/structure/murky-stronghold/f-x-1.iob b/objects/murky_stronghold/f-x-1.iob similarity index 100% rename from objects/structure/murky-stronghold/f-x-1.iob rename to objects/murky_stronghold/f-x-1.iob diff --git a/objects/structure/murky-stronghold/f-x-2.iob b/objects/murky_stronghold/f-x-2.iob similarity index 100% rename from objects/structure/murky-stronghold/f-x-2.iob rename to objects/murky_stronghold/f-x-2.iob diff --git a/objects/structure/murky-stronghold/f-x-3.iob b/objects/murky_stronghold/f-x-3.iob similarity index 100% rename from objects/structure/murky-stronghold/f-x-3.iob rename to objects/murky_stronghold/f-x-3.iob diff --git a/objects/structure/murky-stronghold/f-x-4.iob b/objects/murky_stronghold/f-x-4.iob similarity index 100% rename from objects/structure/murky-stronghold/f-x-4.iob rename to objects/murky_stronghold/f-x-4.iob diff --git a/objects/structure/murky-stronghold/f-x-5.iob b/objects/murky_stronghold/f-x-5.iob similarity index 100% rename from objects/structure/murky-stronghold/f-x-5.iob rename to objects/murky_stronghold/f-x-5.iob diff --git a/objects/structure/murky-stronghold/f-x-6.iob b/objects/murky_stronghold/f-x-6.iob similarity index 100% rename from objects/structure/murky-stronghold/f-x-6.iob rename to objects/murky_stronghold/f-x-6.iob diff --git a/objects/structure/murky-stronghold/fc-n-1.iob b/objects/murky_stronghold/fc-n-1.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-n-1.iob rename to objects/murky_stronghold/fc-n-1.iob diff --git a/objects/structure/murky-stronghold/fc-n-2.iob b/objects/murky_stronghold/fc-n-2.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-n-2.iob rename to objects/murky_stronghold/fc-n-2.iob diff --git a/objects/structure/murky-stronghold/fc-n-3.iob b/objects/murky_stronghold/fc-n-3.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-n-3.iob rename to objects/murky_stronghold/fc-n-3.iob diff --git a/objects/structure/murky-stronghold/fc-n-4.iob b/objects/murky_stronghold/fc-n-4.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-n-4.iob rename to objects/murky_stronghold/fc-n-4.iob diff --git a/objects/structure/murky-stronghold/fc-ns-1.iob b/objects/murky_stronghold/fc-ns-1.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-ns-1.iob rename to objects/murky_stronghold/fc-ns-1.iob diff --git a/objects/structure/murky-stronghold/fc-ns-2.iob b/objects/murky_stronghold/fc-ns-2.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-ns-2.iob rename to objects/murky_stronghold/fc-ns-2.iob diff --git a/objects/structure/murky-stronghold/fc-ns-3.iob b/objects/murky_stronghold/fc-ns-3.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-ns-3.iob rename to objects/murky_stronghold/fc-ns-3.iob diff --git a/objects/structure/murky-stronghold/fc-ns-4.iob b/objects/murky_stronghold/fc-ns-4.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-ns-4.iob rename to objects/murky_stronghold/fc-ns-4.iob diff --git a/objects/structure/murky-stronghold/fc-nsw-1.iob b/objects/murky_stronghold/fc-nsw-1.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-nsw-1.iob rename to objects/murky_stronghold/fc-nsw-1.iob diff --git a/objects/structure/murky-stronghold/fc-nsw-2.iob b/objects/murky_stronghold/fc-nsw-2.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-nsw-2.iob rename to objects/murky_stronghold/fc-nsw-2.iob diff --git a/objects/structure/murky-stronghold/fc-nsw-3.iob b/objects/murky_stronghold/fc-nsw-3.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-nsw-3.iob rename to objects/murky_stronghold/fc-nsw-3.iob diff --git a/objects/structure/murky-stronghold/fc-nsw-4.iob b/objects/murky_stronghold/fc-nsw-4.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-nsw-4.iob rename to objects/murky_stronghold/fc-nsw-4.iob diff --git a/objects/structure/murky-stronghold/fc-sw-1.iob b/objects/murky_stronghold/fc-sw-1.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-sw-1.iob rename to objects/murky_stronghold/fc-sw-1.iob diff --git a/objects/structure/murky-stronghold/fc-sw-2.iob b/objects/murky_stronghold/fc-sw-2.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-sw-2.iob rename to objects/murky_stronghold/fc-sw-2.iob diff --git a/objects/structure/murky-stronghold/fc-sw-3.iob b/objects/murky_stronghold/fc-sw-3.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-sw-3.iob rename to objects/murky_stronghold/fc-sw-3.iob diff --git a/objects/structure/murky-stronghold/fc-sw-4.iob b/objects/murky_stronghold/fc-sw-4.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-sw-4.iob rename to objects/murky_stronghold/fc-sw-4.iob diff --git a/objects/structure/murky-stronghold/fc-x-1.iob b/objects/murky_stronghold/fc-x-1.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-x-1.iob rename to objects/murky_stronghold/fc-x-1.iob diff --git a/objects/structure/murky-stronghold/fc-x-2.iob b/objects/murky_stronghold/fc-x-2.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-x-2.iob rename to objects/murky_stronghold/fc-x-2.iob diff --git a/objects/structure/murky-stronghold/fc-x-3.iob b/objects/murky_stronghold/fc-x-3.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-x-3.iob rename to objects/murky_stronghold/fc-x-3.iob diff --git a/objects/structure/murky-stronghold/fc-x-4.iob b/objects/murky_stronghold/fc-x-4.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-x-4.iob rename to objects/murky_stronghold/fc-x-4.iob diff --git a/objects/structure/murky-stronghold/fc-x-5.iob b/objects/murky_stronghold/fc-x-5.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-x-5.iob rename to objects/murky_stronghold/fc-x-5.iob diff --git a/objects/structure/murky-stronghold/fc-x-6.iob b/objects/murky_stronghold/fc-x-6.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-x-6.iob rename to objects/murky_stronghold/fc-x-6.iob diff --git a/objects/structure/murky-stronghold/fc-x-7.iob b/objects/murky_stronghold/fc-x-7.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-x-7.iob rename to objects/murky_stronghold/fc-x-7.iob diff --git a/objects/structure/murky-stronghold/fc-x-8.iob b/objects/murky_stronghold/fc-x-8.iob similarity index 100% rename from objects/structure/murky-stronghold/fc-x-8.iob rename to objects/murky_stronghold/fc-x-8.iob diff --git a/objects/pillager_outpost/feature_tent1.iob b/objects/pillager_outpost/feature_tent1.iob deleted file mode 100644 index ed4b72db..00000000 Binary files a/objects/pillager_outpost/feature_tent1.iob and /dev/null differ diff --git a/objects/pillager_outpost/feature_tent2.iob b/objects/pillager_outpost/feature_tent2.iob deleted file mode 100644 index 153144d8..00000000 Binary files a/objects/pillager_outpost/feature_tent2.iob and /dev/null differ diff --git a/objects/pillager_outpost/overgrown/cage.iob b/objects/pillager_outpost/overgrown/cage.iob new file mode 100644 index 00000000..84db6526 Binary files /dev/null and b/objects/pillager_outpost/overgrown/cage.iob differ diff --git a/objects/pillager_outpost/overgrown/pumpkins1.iob b/objects/pillager_outpost/overgrown/pumpkins1.iob new file mode 100644 index 00000000..f4b91d5e Binary files /dev/null and b/objects/pillager_outpost/overgrown/pumpkins1.iob differ diff --git a/objects/pillager_outpost/overgrown/pumpkins2.iob b/objects/pillager_outpost/overgrown/pumpkins2.iob new file mode 100644 index 00000000..45f15abc Binary files /dev/null and b/objects/pillager_outpost/overgrown/pumpkins2.iob differ diff --git a/objects/pillager_outpost/overgrown/tent.iob b/objects/pillager_outpost/overgrown/tent.iob new file mode 100644 index 00000000..79a1e387 Binary files /dev/null and b/objects/pillager_outpost/overgrown/tent.iob differ diff --git a/objects/pillager_outpost/feature_cage1.iob b/objects/pillager_outpost/regular/feature_cage1.iob similarity index 100% rename from objects/pillager_outpost/feature_cage1.iob rename to objects/pillager_outpost/regular/feature_cage1.iob diff --git a/objects/pillager_outpost/feature_cage2.iob b/objects/pillager_outpost/regular/feature_cage2.iob similarity index 100% rename from objects/pillager_outpost/feature_cage2.iob rename to objects/pillager_outpost/regular/feature_cage2.iob diff --git a/objects/pillager_outpost/feature_logs.iob b/objects/pillager_outpost/regular/feature_logs.iob similarity index 100% rename from objects/pillager_outpost/feature_logs.iob rename to objects/pillager_outpost/regular/feature_logs.iob diff --git a/objects/pillager_outpost/feature_targets.iob b/objects/pillager_outpost/regular/feature_targets.iob similarity index 100% rename from objects/pillager_outpost/feature_targets.iob rename to objects/pillager_outpost/regular/feature_targets.iob diff --git a/objects/pillager_outpost/regular/feature_tent1.iob b/objects/pillager_outpost/regular/feature_tent1.iob new file mode 100644 index 00000000..f64e466b Binary files /dev/null and b/objects/pillager_outpost/regular/feature_tent1.iob differ diff --git a/objects/pillager_outpost/regular/feature_tent2.iob b/objects/pillager_outpost/regular/feature_tent2.iob new file mode 100644 index 00000000..cb30b33b Binary files /dev/null and b/objects/pillager_outpost/regular/feature_tent2.iob differ diff --git a/objects/pillager_outpost/watchtower.iob b/objects/pillager_outpost/watchtower.iob index 1b830d85..a1d08443 100644 Binary files a/objects/pillager_outpost/watchtower.iob and b/objects/pillager_outpost/watchtower.iob differ diff --git a/objects/pillager_outpost/watchtower_overgrown.iob b/objects/pillager_outpost/watchtower_overgrown.iob index c4ed201e..e4d8d92b 100644 Binary files a/objects/pillager_outpost/watchtower_overgrown.iob and b/objects/pillager_outpost/watchtower_overgrown.iob differ diff --git a/objects/underwater_ruin/big_brick_1.iob b/objects/underwater/underwater_ruin/big_brick_1.iob similarity index 100% rename from objects/underwater_ruin/big_brick_1.iob rename to objects/underwater/underwater_ruin/big_brick_1.iob diff --git a/objects/underwater_ruin/big_brick_2.iob b/objects/underwater/underwater_ruin/big_brick_2.iob similarity index 100% rename from objects/underwater_ruin/big_brick_2.iob rename to objects/underwater/underwater_ruin/big_brick_2.iob diff --git a/objects/underwater_ruin/big_brick_3.iob b/objects/underwater/underwater_ruin/big_brick_3.iob similarity index 100% rename from objects/underwater_ruin/big_brick_3.iob rename to objects/underwater/underwater_ruin/big_brick_3.iob diff --git a/objects/underwater_ruin/big_brick_8.iob b/objects/underwater/underwater_ruin/big_brick_8.iob similarity index 100% rename from objects/underwater_ruin/big_brick_8.iob rename to objects/underwater/underwater_ruin/big_brick_8.iob diff --git a/objects/underwater_ruin/big_cracked_1.iob b/objects/underwater/underwater_ruin/big_cracked_1.iob similarity index 100% rename from objects/underwater_ruin/big_cracked_1.iob rename to objects/underwater/underwater_ruin/big_cracked_1.iob diff --git a/objects/underwater_ruin/big_cracked_2.iob b/objects/underwater/underwater_ruin/big_cracked_2.iob similarity index 100% rename from objects/underwater_ruin/big_cracked_2.iob rename to objects/underwater/underwater_ruin/big_cracked_2.iob diff --git a/objects/underwater_ruin/big_cracked_3.iob b/objects/underwater/underwater_ruin/big_cracked_3.iob similarity index 100% rename from objects/underwater_ruin/big_cracked_3.iob rename to objects/underwater/underwater_ruin/big_cracked_3.iob diff --git a/objects/underwater_ruin/big_cracked_8.iob b/objects/underwater/underwater_ruin/big_cracked_8.iob similarity index 100% rename from objects/underwater_ruin/big_cracked_8.iob rename to objects/underwater/underwater_ruin/big_cracked_8.iob diff --git a/objects/underwater_ruin/big_mossy_1.iob b/objects/underwater/underwater_ruin/big_mossy_1.iob similarity index 100% rename from objects/underwater_ruin/big_mossy_1.iob rename to objects/underwater/underwater_ruin/big_mossy_1.iob diff --git a/objects/underwater_ruin/big_mossy_2.iob b/objects/underwater/underwater_ruin/big_mossy_2.iob similarity index 100% rename from objects/underwater_ruin/big_mossy_2.iob rename to objects/underwater/underwater_ruin/big_mossy_2.iob diff --git a/objects/underwater_ruin/big_mossy_3.iob b/objects/underwater/underwater_ruin/big_mossy_3.iob similarity index 100% rename from objects/underwater_ruin/big_mossy_3.iob rename to objects/underwater/underwater_ruin/big_mossy_3.iob diff --git a/objects/underwater_ruin/big_mossy_8.iob b/objects/underwater/underwater_ruin/big_mossy_8.iob similarity index 100% rename from objects/underwater_ruin/big_mossy_8.iob rename to objects/underwater/underwater_ruin/big_mossy_8.iob diff --git a/objects/underwater_ruin/big_warm_4.iob b/objects/underwater/underwater_ruin/big_warm_4.iob similarity index 100% rename from objects/underwater_ruin/big_warm_4.iob rename to objects/underwater/underwater_ruin/big_warm_4.iob diff --git a/objects/underwater_ruin/big_warm_5.iob b/objects/underwater/underwater_ruin/big_warm_5.iob similarity index 100% rename from objects/underwater_ruin/big_warm_5.iob rename to objects/underwater/underwater_ruin/big_warm_5.iob diff --git a/objects/underwater_ruin/big_warm_6.iob b/objects/underwater/underwater_ruin/big_warm_6.iob similarity index 100% rename from objects/underwater_ruin/big_warm_6.iob rename to objects/underwater/underwater_ruin/big_warm_6.iob diff --git a/objects/underwater_ruin/big_warm_7.iob b/objects/underwater/underwater_ruin/big_warm_7.iob similarity index 100% rename from objects/underwater_ruin/big_warm_7.iob rename to objects/underwater/underwater_ruin/big_warm_7.iob diff --git a/objects/underwater_ruin/brick_1.iob b/objects/underwater/underwater_ruin/brick_1.iob similarity index 100% rename from objects/underwater_ruin/brick_1.iob rename to objects/underwater/underwater_ruin/brick_1.iob diff --git a/objects/underwater_ruin/brick_2.iob b/objects/underwater/underwater_ruin/brick_2.iob similarity index 100% rename from objects/underwater_ruin/brick_2.iob rename to objects/underwater/underwater_ruin/brick_2.iob diff --git a/objects/underwater_ruin/brick_3.iob b/objects/underwater/underwater_ruin/brick_3.iob similarity index 100% rename from objects/underwater_ruin/brick_3.iob rename to objects/underwater/underwater_ruin/brick_3.iob diff --git a/objects/underwater_ruin/brick_4.iob b/objects/underwater/underwater_ruin/brick_4.iob similarity index 100% rename from objects/underwater_ruin/brick_4.iob rename to objects/underwater/underwater_ruin/brick_4.iob diff --git a/objects/underwater_ruin/brick_5.iob b/objects/underwater/underwater_ruin/brick_5.iob similarity index 100% rename from objects/underwater_ruin/brick_5.iob rename to objects/underwater/underwater_ruin/brick_5.iob diff --git a/objects/underwater_ruin/brick_6.iob b/objects/underwater/underwater_ruin/brick_6.iob similarity index 100% rename from objects/underwater_ruin/brick_6.iob rename to objects/underwater/underwater_ruin/brick_6.iob diff --git a/objects/underwater_ruin/brick_7.iob b/objects/underwater/underwater_ruin/brick_7.iob similarity index 100% rename from objects/underwater_ruin/brick_7.iob rename to objects/underwater/underwater_ruin/brick_7.iob diff --git a/objects/underwater_ruin/brick_8.iob b/objects/underwater/underwater_ruin/brick_8.iob similarity index 100% rename from objects/underwater_ruin/brick_8.iob rename to objects/underwater/underwater_ruin/brick_8.iob diff --git a/objects/underwater_ruin/cracked_1.iob b/objects/underwater/underwater_ruin/cracked_1.iob similarity index 100% rename from objects/underwater_ruin/cracked_1.iob rename to objects/underwater/underwater_ruin/cracked_1.iob diff --git a/objects/underwater_ruin/cracked_2.iob b/objects/underwater/underwater_ruin/cracked_2.iob similarity index 100% rename from objects/underwater_ruin/cracked_2.iob rename to objects/underwater/underwater_ruin/cracked_2.iob diff --git a/objects/underwater_ruin/cracked_3.iob b/objects/underwater/underwater_ruin/cracked_3.iob similarity index 100% rename from objects/underwater_ruin/cracked_3.iob rename to objects/underwater/underwater_ruin/cracked_3.iob diff --git a/objects/underwater_ruin/cracked_4.iob b/objects/underwater/underwater_ruin/cracked_4.iob similarity index 100% rename from objects/underwater_ruin/cracked_4.iob rename to objects/underwater/underwater_ruin/cracked_4.iob diff --git a/objects/underwater_ruin/cracked_5.iob b/objects/underwater/underwater_ruin/cracked_5.iob similarity index 100% rename from objects/underwater_ruin/cracked_5.iob rename to objects/underwater/underwater_ruin/cracked_5.iob diff --git a/objects/underwater_ruin/cracked_6.iob b/objects/underwater/underwater_ruin/cracked_6.iob similarity index 100% rename from objects/underwater_ruin/cracked_6.iob rename to objects/underwater/underwater_ruin/cracked_6.iob diff --git a/objects/underwater_ruin/cracked_7.iob b/objects/underwater/underwater_ruin/cracked_7.iob similarity index 100% rename from objects/underwater_ruin/cracked_7.iob rename to objects/underwater/underwater_ruin/cracked_7.iob diff --git a/objects/underwater_ruin/cracked_8.iob b/objects/underwater/underwater_ruin/cracked_8.iob similarity index 100% rename from objects/underwater_ruin/cracked_8.iob rename to objects/underwater/underwater_ruin/cracked_8.iob diff --git a/objects/underwater_ruin/mossy_1.iob b/objects/underwater/underwater_ruin/mossy_1.iob similarity index 100% rename from objects/underwater_ruin/mossy_1.iob rename to objects/underwater/underwater_ruin/mossy_1.iob diff --git a/objects/underwater_ruin/mossy_2.iob b/objects/underwater/underwater_ruin/mossy_2.iob similarity index 100% rename from objects/underwater_ruin/mossy_2.iob rename to objects/underwater/underwater_ruin/mossy_2.iob diff --git a/objects/underwater_ruin/mossy_3.iob b/objects/underwater/underwater_ruin/mossy_3.iob similarity index 100% rename from objects/underwater_ruin/mossy_3.iob rename to objects/underwater/underwater_ruin/mossy_3.iob diff --git a/objects/underwater_ruin/mossy_4.iob b/objects/underwater/underwater_ruin/mossy_4.iob similarity index 100% rename from objects/underwater_ruin/mossy_4.iob rename to objects/underwater/underwater_ruin/mossy_4.iob diff --git a/objects/underwater_ruin/mossy_5.iob b/objects/underwater/underwater_ruin/mossy_5.iob similarity index 100% rename from objects/underwater_ruin/mossy_5.iob rename to objects/underwater/underwater_ruin/mossy_5.iob diff --git a/objects/underwater_ruin/mossy_6.iob b/objects/underwater/underwater_ruin/mossy_6.iob similarity index 100% rename from objects/underwater_ruin/mossy_6.iob rename to objects/underwater/underwater_ruin/mossy_6.iob diff --git a/objects/underwater_ruin/mossy_7.iob b/objects/underwater/underwater_ruin/mossy_7.iob similarity index 100% rename from objects/underwater_ruin/mossy_7.iob rename to objects/underwater/underwater_ruin/mossy_7.iob diff --git a/objects/underwater_ruin/mossy_8.iob b/objects/underwater/underwater_ruin/mossy_8.iob similarity index 100% rename from objects/underwater_ruin/mossy_8.iob rename to objects/underwater/underwater_ruin/mossy_8.iob diff --git a/objects/underwater_ruin/warm_1.iob b/objects/underwater/underwater_ruin/warm_1.iob similarity index 100% rename from objects/underwater_ruin/warm_1.iob rename to objects/underwater/underwater_ruin/warm_1.iob diff --git a/objects/underwater_ruin/warm_2.iob b/objects/underwater/underwater_ruin/warm_2.iob similarity index 100% rename from objects/underwater_ruin/warm_2.iob rename to objects/underwater/underwater_ruin/warm_2.iob diff --git a/objects/underwater_ruin/warm_3.iob b/objects/underwater/underwater_ruin/warm_3.iob similarity index 100% rename from objects/underwater_ruin/warm_3.iob rename to objects/underwater/underwater_ruin/warm_3.iob diff --git a/objects/underwater_ruin/warm_4.iob b/objects/underwater/underwater_ruin/warm_4.iob similarity index 100% rename from objects/underwater_ruin/warm_4.iob rename to objects/underwater/underwater_ruin/warm_4.iob diff --git a/objects/underwater_ruin/warm_5.iob b/objects/underwater/underwater_ruin/warm_5.iob similarity index 100% rename from objects/underwater_ruin/warm_5.iob rename to objects/underwater/underwater_ruin/warm_5.iob diff --git a/objects/underwater_ruin/warm_6.iob b/objects/underwater/underwater_ruin/warm_6.iob similarity index 100% rename from objects/underwater_ruin/warm_6.iob rename to objects/underwater/underwater_ruin/warm_6.iob diff --git a/objects/underwater_ruin/warm_7.iob b/objects/underwater/underwater_ruin/warm_7.iob similarity index 100% rename from objects/underwater_ruin/warm_7.iob rename to objects/underwater/underwater_ruin/warm_7.iob diff --git a/objects/underwater_ruin/warm_8.iob b/objects/underwater/underwater_ruin/warm_8.iob similarity index 100% rename from objects/underwater_ruin/warm_8.iob rename to objects/underwater/underwater_ruin/warm_8.iob diff --git a/objects/void/gvoid.iob b/objects/void/gvoid.iob new file mode 100644 index 00000000..5372efef Binary files /dev/null and b/objects/void/gvoid.iob differ diff --git a/raw_schematics/ExampleName/examplebuild.png b/raw_schematics/ExampleName/examplebuild.png deleted file mode 100644 index e69de29b..00000000 diff --git a/raw_schematics/ExampleName/examplebuild.schem b/raw_schematics/ExampleName/examplebuild.schem deleted file mode 100644 index e69de29b..00000000 diff --git a/raw_schematics/IglooThing/Sink28RepRedToAirIGLOO.iob b/raw_schematics/IglooThing/Sink28RepRedToAirIGLOO.iob deleted file mode 100644 index 44ace269..00000000 Binary files a/raw_schematics/IglooThing/Sink28RepRedToAirIGLOO.iob and /dev/null differ diff --git a/raw_schematics/README.md b/raw_schematics/README.md deleted file mode 100644 index 89a05f3f..00000000 --- a/raw_schematics/README.md +++ /dev/null @@ -1,3 +0,0 @@ -Please add your raw .schematic or .iob files here in a folder so others can later implement them into the pack. -If you want, make a new .txt file and put in the biomes you want your object to spawn in. -If you can, please add a screenshot with the same name as the schematic file, of the schematic. diff --git a/raw_schematics/monument/monument.iob b/raw_schematics/monument/monument.iob deleted file mode 100644 index b13ea8a5..00000000 Binary files a/raw_schematics/monument/monument.iob and /dev/null differ diff --git a/raw_schematics/nether/neither-chain-structure-blank.schem b/raw_schematics/nether/neither-chain-structure-blank.schem deleted file mode 100644 index 2b72976b..00000000 Binary files a/raw_schematics/nether/neither-chain-structure-blank.schem and /dev/null differ diff --git a/raw_schematics/nether/nether-chain-structure-full.schem b/raw_schematics/nether/nether-chain-structure-full.schem deleted file mode 100644 index cd9ca1a7..00000000 Binary files a/raw_schematics/nether/nether-chain-structure-full.schem and /dev/null differ diff --git a/raw_schematics/nether/nether-statue-structure.schem b/raw_schematics/nether/nether-statue-structure.schem deleted file mode 100644 index 39cfeb43..00000000 Binary files a/raw_schematics/nether/nether-statue-structure.schem and /dev/null differ diff --git a/raw_schematics/swamp_hut/swamp_hut.iob b/raw_schematics/swamp_hut/swamp_hut.iob deleted file mode 100644 index 714e94d1..00000000 Binary files a/raw_schematics/swamp_hut/swamp_hut.iob and /dev/null differ diff --git a/regions/frozen.json b/regions/frozen.json index 7bf306e6..7c042e99 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -1,38 +1,35 @@ { "name": "Frozen", "landBiomes": [ - "frozen/plains", - "frozen/pines", - "frozen/plains", - "frozen/mountain", - "frozen/redwood-forest", - "frozen/hills", - "frozen/pine-plains", - "frozen/spruce-plains" + "frozen/fzn-plains", + "frozen/fzn-pines", + "frozen/fzn-plains", + "frozen/fzn-mountain", + "frozen/fzn-redwood-forest", + "frozen/fzn-hills", + "frozen/fzn-pine-plains", + "frozen/fzn-spruce-plains" ], - "shoreBiomes": ["frozen/beach"], - "seaBiomes": ["frozen/river"], + "shoreBiomes": ["frozen/fzn-beach"], + "seaBiomes": ["ocean/oce-fzn-river"], "caveBiomes": [ - "frozen/ice-cavern", - "temperate/cracked-cavern" + "cave/ice-cavern", + "cave/cracked-cavern" ], - "riverBiomes": ["frozen/river"], - "spotBiomes": [ + "riverBiomes": ["ocean/oce-fzn-river"], + "jigsawStructures": [ { - "biome": "frozen/ocean", - "scale": 5, - "type": "SEA", - "shuffle": 328, - "rarity": 36 - }, - { - "biome": "frozen/vander", - "scale": 5, - "type": "LAND", - "shuffle": 328, - "rarity": 10 + "structure": "murky_stronghold", + "rarity": 750 } ], + "spotBiomes": [{ + "biome": "frozen/fzn-vander", + "scale": 5, + "type": "LAND", + "shuffle": 328, + "rarity": 5 + }], "riverStyle": { "style": "VASCULAR", "zoom": 4.77, @@ -91,39 +88,6 @@ ] }, "objects": [ - { - "heightmap": { - "seed": 1337, - "style": {"style": "FLAT"}, - "offsetY": 4 - }, - "chance": 0.9, - "edit": [{ - "chance": 0.01, - "find": [{"block": "deepslate"}], - "replace": {"palette": [ - {"block": "deepslate_coal_ore"}, - {"block": "deepslate_copper_ore"}, - {"block": "deepslate_diamond_ore"}, - {"block": "deepslate_emerald_ore"}, - {"block": "deepslate_gold_ore"}, - {"block": "deepslate_iron_ore"}, - {"block": "deepslate_lapis_ore"}, - {"block": "deepslate_redstone_ore"} - ]} - }], - "place": [ - "deepslate/ds1", - "deepslate/ds2", - "deepslate/ds3" - ], - "enabled": true, - "xAxis": { - "interval": 15, - "max": 360, - "min": 0 - } - }, { "heightmap": { "seed": 1337, diff --git a/regions/hot.json b/regions/hot.json index b14972c0..1dfeb6c5 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -1,16 +1,14 @@ { "name": "Hot", "landBiomes": [ - "hot/desert-dunes", - "hot/desert-dunes-red" + "hot/hot-desert-dunes", + "hot/hot-desert-dunes-red" ], - "shoreBiomes": [ - "hot/beach" - ], - "seaBiomes": ["hot/ocean"], + "shoreBiomes": ["hot/hot-beach"], + "seaBiomes": ["ocean/oce-hot-ocean"], "caveBiomes": [ - "hot/sandy-cave", - "hot/sandy-red-cave" + "cave/sandy-cave", + "cave/sandy-red-cave" ], "riverStyle": { "style": "VASCULAR", @@ -21,15 +19,19 @@ "zoom": 5 } }, - "spotBiomes": [ + "spotBiomes": [{ + "biome": "hot/hot-oasis", + "scale": 5, + "type": "SEA", + "shuffle": 328, + "rarity": 36 + }], + "jigsawStructures": [ { - "biome": "hot/oasis", - "scale": 5, - "type": "SEA", - "shuffle": 328, - "rarity": 36 + "structure": "murky_stronghold", + "rarity": 750 } - ], + ], "biomeImplosionRatio": 0.25, "deposits": [ { @@ -124,39 +126,6 @@ "replaceVanillaDrops": true }], "objects": [ - { - "heightmap": { - "seed": 1337, - "style": {"style": "FLAT"}, - "offsetY": 4 - }, - "chance": 0.9, - "edit": [{ - "chance": 0.01, - "find": [{"block": "deepslate"}], - "replace": {"palette": [ - {"block": "deepslate_coal_ore"}, - {"block": "deepslate_copper_ore"}, - {"block": "deepslate_diamond_ore"}, - {"block": "deepslate_emerald_ore"}, - {"block": "deepslate_gold_ore"}, - {"block": "deepslate_iron_ore"}, - {"block": "deepslate_lapis_ore"}, - {"block": "deepslate_redstone_ore"} - ]} - }], - "place": [ - "deepslate/ds1", - "deepslate/ds2", - "deepslate/ds3" - ], - "enabled": true, - "xAxis": { - "interval": 15, - "max": 360, - "min": 0 - } - }, { "heightmap": { "seed": 1337, diff --git a/regions/mesa.json b/regions/mesa.json index 79a8a651..4d507c4a 100644 --- a/regions/mesa.json +++ b/regions/mesa.json @@ -1,19 +1,29 @@ { "name": "Mesa", "landBiomes": [ - "mesa/plateau", - "mesa/valleys", - "mesa/plateau-high", - "mesa/valleys", - "mesa/mesa", - "mesa/cliffs" + "mesa/msa-plateau", + "mesa/msa-valleys", + "mesa/msa-plateau-high", + "mesa/msa-valleys", + "mesa/msa-mesa", + "mesa/msa-cliffs" ], - "shoreBiomes": ["mesa/beach"], - "seaBiomes": ["mesa/river"], - "caveBiomes": ["temperate/old-cavern"], - "riverBiomes": ["mesa/river"], + "shoreBiomes": ["mesa/msa-beach"], + "seaBiomes": ["ocean/oce-hot-river"], + "jigsawStructures": [ + { + "structure": "murky_stronghold", + "rarity": 750 + } + ], + "caveBiomes": [ + "cave/old-cavern", + "cave/sandy-cave", + "cave/sandy-red-cave" + ], + "riverBiomes": ["ocean/oce-hot-river"], "spotBiomes": [{ - "biome": "hot/ocean", + "biome": "ocean/oce-hot-ocean", "scale": 5, "type": "SEA", "shuffle": 328, @@ -29,81 +39,46 @@ "zoom": 5 } }, - "objects": [ - { - "heightmap": { - "seed": 1337, - "style": {"style": "FLAT"}, - "offsetY": 4 + "objects": [{ + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 }, - "chance": 0.9, - "edit": [{ - "chance": 0.01, - "find": [{"block": "deepslate"}], - "replace": {"palette": [ - {"block": "deepslate_coal_ore"}, - {"block": "deepslate_copper_ore"}, - {"block": "deepslate_diamond_ore"}, - {"block": "deepslate_emerald_ore"}, - {"block": "deepslate_gold_ore"}, - {"block": "deepslate_iron_ore"}, - {"block": "deepslate_lapis_ore"}, - {"block": "deepslate_redstone_ore"} - ]} - }], - "place": [ - "deepslate/ds1", - "deepslate/ds2", - "deepslate/ds3" - ], - "enabled": true, - "xAxis": { - "interval": 15, - "max": 360, - "min": 0 - } + "offsetY": 5 }, - { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 - }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "amethyst/ame1", - "amethyst/ame2", - "amethyst/ame3", - "amethyst/ame4", - "amethyst/ame5", - "amethyst/ame6" - ], - "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": [ + "amethyst/ame1", + "amethyst/ame2", + "amethyst/ame3", + "amethyst/ame4", + "amethyst/ame5", + "amethyst/ame6" + ], + "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 } - ], + }], "deposits": [ { "minHeight": 25, diff --git a/regions/mountain.json b/regions/mountain.json index 1787cb8a..3e38e59e 100644 --- a/regions/mountain.json +++ b/regions/mountain.json @@ -1,22 +1,28 @@ { "name": "Mountains", "landBiomes": [ - "mountain/mountain", - "mountain/hills", - "mountain/forest-hills", - "mountain/forest", - "mountain/plains", - "mountain/cliffs", - "mountain/mountain" + "mountain/mtn-mountain", + "mountain/mtn-hills", + "mountain/mtn-forest-hills", + "mountain/mtn-forest", + "mountain/mtn-plains", + "mountain/mtn-cliffs", + "mountain/mtn-mountain" ], - "shoreBiomes": ["mountain/beach"], - "seaBiomes": ["mountain/river-soft"], + "shoreBiomes": ["mountain/mtn-beach"], + "seaBiomes": ["ocean/oce-mtn-river-soft"], "caveBiomes": [ - "temperate/old-cavern", - "temperate/cracked-cavern", - "tundra/cavern" + "cave/old-cavern", + "cave/cracked-cavern", + "cave/tundra-cavern" + ], + "riverBiomes": ["ocean/oce-mtn-river"], + "jigsawStructures": [ + { + "structure": "murky_stronghold", + "rarity": 750 + } ], - "riverBiomes": ["mountain/river"], "biomeImplosionRatio": 0.25, "deposits": [ { @@ -49,81 +55,46 @@ "varience": 4 } ], - "objects": [ - { - "heightmap": { - "seed": 1337, - "style": {"style": "FLAT"}, - "offsetY": 4 + "objects": [{ + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 }, - "chance": 0.9, - "edit": [{ - "chance": 0.01, - "find": [{"block": "deepslate"}], - "replace": {"palette": [ - {"block": "deepslate_coal_ore"}, - {"block": "deepslate_copper_ore"}, - {"block": "deepslate_diamond_ore"}, - {"block": "deepslate_emerald_ore"}, - {"block": "deepslate_gold_ore"}, - {"block": "deepslate_iron_ore"}, - {"block": "deepslate_lapis_ore"}, - {"block": "deepslate_redstone_ore"} - ]} - }], - "place": [ - "deepslate/ds1", - "deepslate/ds2", - "deepslate/ds3" - ], - "enabled": true, - "xAxis": { - "interval": 15, - "max": 360, - "min": 0 - } + "offsetY": 5 }, - { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 - }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "amethyst/ame1", - "amethyst/ame2", - "amethyst/ame3", - "amethyst/ame4", - "amethyst/ame5", - "amethyst/ame6" - ], - "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": [ + "amethyst/ame1", + "amethyst/ame2", + "amethyst/ame3", + "amethyst/ame4", + "amethyst/ame5", + "amethyst/ame6" + ], + "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 } - ], + }], "loot": { "mode": "ADD", "multiplier": 1, diff --git a/regions/mushroom.json b/regions/mushroom.json index 4346c04f..c62cd2be 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -1,12 +1,23 @@ { "name": "Mushroom", "landBiomes": [ - "mushroom/forest", - "mushroom/forest-hills", - "mushroom/plains" + "mushroom/mus-forest", + "mushroom/mus-forest-hills", + "mushroom/mus-plains" + ], + "shoreBiomes": ["mushroom/mus-beach"], + "jigsawStructures": [ + { + "structure": "murky_stronghold", + "rarity": 750 + } + ], + "seaBiomes": ["ocean/oce-mus-ocean"], + "caveBiomes": [ + "cave/tundra-cavern", + "cave/murky-cavern-gleaming", + "cave/spiked-cavern" ], - "shoreBiomes": ["mushroom/beach"], - "seaBiomes": ["mushroom/ocean"], "blockDrops": [{ "drops": [ { @@ -36,14 +47,14 @@ }, "spotBiomes": [ { - "biome": "mushroom/crimson-forest", + "biome": "mushroom/mus-crimson-forest", "scale": 0.78, "type": "LAND", "shuffle": 44, "rarity": 52 }, { - "biome": "mushroom/warped-forest", + "biome": "mushroom/mus-warped-forest", "scale": 0.77, "type": "LAND", "shuffle": 44, @@ -63,81 +74,46 @@ ], "varience": 4 }], - "objects": [ - { - "heightmap": { - "seed": 1337, - "style": {"style": "FLAT"}, - "offsetY": 4 + "objects": [{ + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 }, - "chance": 0.9, - "edit": [{ - "chance": 0.01, - "find": [{"block": "deepslate"}], - "replace": {"palette": [ - {"block": "deepslate_coal_ore"}, - {"block": "deepslate_copper_ore"}, - {"block": "deepslate_diamond_ore"}, - {"block": "deepslate_emerald_ore"}, - {"block": "deepslate_gold_ore"}, - {"block": "deepslate_iron_ore"}, - {"block": "deepslate_lapis_ore"}, - {"block": "deepslate_redstone_ore"} - ]} - }], - "place": [ - "deepslate/ds1", - "deepslate/ds2", - "deepslate/ds3" - ], - "enabled": true, - "xAxis": { - "interval": 15, - "max": 360, - "min": 0 - } + "offsetY": 5 }, - { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 - }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "amethyst/ame1", - "amethyst/ame2", - "amethyst/ame3", - "amethyst/ame4", - "amethyst/ame5", - "amethyst/ame6" - ], - "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": [ + "amethyst/ame1", + "amethyst/ame2", + "amethyst/ame3", + "amethyst/ame4", + "amethyst/ame5", + "amethyst/ame6" + ], + "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.25, "effects": [ diff --git a/regions/ocean.json b/regions/ocean.json index bf9f8f6b..6ab256ec 100644 --- a/regions/ocean.json +++ b/regions/ocean.json @@ -1,22 +1,22 @@ { "name": "Ocean", - "landBiomes": ["ocean/beach"], - "shoreBiomes": ["temperate/beach"], + "landBiomes": ["ocean/oce-beach"], + "shoreBiomes": ["temperate/tem-beach"], "seaBiomes": [ - "ocean/deep", - "ocean/ocean", - "ocean/deep" + "ocean/oce-deep", + "ocean/oce-ocean", + "ocean/oce-deep" ], "caveBiomes": [ - "tundra/spiked-cavern", - "tropical/cavern", - "tropical/cavern-coral", - "tropical/cavern-root", - "temperate/lit-cavern", - "temperate/old-cavern", - "temperate/cracked-cavern" + "cave/spiked-cavern", + "cave/tropical-cavern", + "cave/cavern-coral", + "cave/cavern-root", + "cave/lit-cavern", + "cave/old-cavern", + "cave/cracked-cavern" ], - "riverBiomes": ["ocean/ocean"], + "riverBiomes": ["ocean/oce-ocean"], "biomeImplosionRatio": 0.7, "loot": {"tables": [ "beach-clutter", diff --git a/regions/savanna.json b/regions/savanna.json index 19b07ecf..a7b99116 100644 --- a/regions/savanna.json +++ b/regions/savanna.json @@ -1,15 +1,21 @@ { "name": "Savanna", "landBiomes": [ - "savanna/forest", - "savanna/savanna", - "savanna/forest", - "savanna/plateau", - "savanna/acacia-denmyre" + "savanna/sav-forest", + "savanna/sav-savanna", + "savanna/sav-forest", + "savanna/sav-plateau", + "savanna/sav-acacia-denmyre" + ], + "shoreBiomes": ["hot/hot-beach"], + "seaBiomes": ["ocean/oce-tem-river"], + "caveBiomes": ["cave/old-cavern"], + "jigsawStructures": [ + { + "structure": "murky_stronghold", + "rarity": 750 + } ], - "shoreBiomes": ["hot/beach"], - "seaBiomes": ["temperate/river"], - "caveBiomes": ["temperate/old-cavern"], "riverStyle": { "style": "VASCULAR", "zoom": 4.77, @@ -20,81 +26,46 @@ } }, "biomeImplosionRatio": 0.25, - "objects": [ - { - "heightmap": { - "seed": 1337, - "style": {"style": "FLAT"}, - "offsetY": 4 + "objects": [{ + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 }, - "chance": 0.9, - "edit": [{ - "chance": 0.01, - "find": [{"block": "deepslate"}], - "replace": {"palette": [ - {"block": "deepslate_coal_ore"}, - {"block": "deepslate_copper_ore"}, - {"block": "deepslate_diamond_ore"}, - {"block": "deepslate_emerald_ore"}, - {"block": "deepslate_gold_ore"}, - {"block": "deepslate_iron_ore"}, - {"block": "deepslate_lapis_ore"}, - {"block": "deepslate_redstone_ore"} - ]} - }], - "place": [ - "deepslate/ds1", - "deepslate/ds2", - "deepslate/ds3" - ], - "enabled": true, - "xAxis": { - "interval": 15, - "max": 360, - "min": 0 - } + "offsetY": 5 }, - { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 - }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "amethyst/ame1", - "amethyst/ame2", - "amethyst/ame3", - "amethyst/ame4", - "amethyst/ame5", - "amethyst/ame6" - ], - "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": [ + "amethyst/ame1", + "amethyst/ame2", + "amethyst/ame3", + "amethyst/ame4", + "amethyst/ame5", + "amethyst/ame6" + ], + "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 } - ], + }], "deposits": [ { "minHeight": 25, diff --git a/regions/swamp.json b/regions/swamp.json index 92ca0eb6..7f14640d 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -1,20 +1,26 @@ { "name": "Swamp", "landBiomes": [ - "swamp/roofed-forest", - "swamp/willow-forest", - "swamp/lake", - "swamp/roofed-wayward", - "swamp/marsh" + "swamp/swa-roofed-forest", + "swamp/swa-willow-forest", + "swamp/swa-lake", + "swamp/swa-roofed-wayward", + "swamp/swa-marsh" + ], + "shoreBiomes": ["swamp/swa-beach"], + "jigsawStructures": [ + { + "structure": "murky_stronghold", + "rarity": 750 + } ], - "shoreBiomes": ["swamp/beach"], "seaBiomes": [ - "swamp/ocean", - "swamp/ocean-tree" + "ocean/oce-swa-ocean", + "ocean/oce-swa-ocean-tree" ], "caveBiomes": [ - "swamp/murky-cavern", - "swamp/murky-cavern-gleaming" + "cave/murky-cavern", + "cave/murky-cavern-gleaming" ], "riverStyle": { "style": "VASCULAR", @@ -48,81 +54,46 @@ "varience": 4 } ], - "objects": [ - { - "heightmap": { - "seed": 1337, - "style": {"style": "FLAT"}, - "offsetY": 4 + "objects": [{ + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 }, - "chance": 0.9, - "edit": [{ - "chance": 0.01, - "find": [{"block": "deepslate"}], - "replace": {"palette": [ - {"block": "deepslate_coal_ore"}, - {"block": "deepslate_copper_ore"}, - {"block": "deepslate_diamond_ore"}, - {"block": "deepslate_emerald_ore"}, - {"block": "deepslate_gold_ore"}, - {"block": "deepslate_iron_ore"}, - {"block": "deepslate_lapis_ore"}, - {"block": "deepslate_redstone_ore"} - ]} - }], - "place": [ - "deepslate/ds1", - "deepslate/ds2", - "deepslate/ds3" - ], - "enabled": true, - "xAxis": { - "interval": 15, - "max": 360, - "min": 0 - } + "offsetY": 5 }, - { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 - }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "amethyst/ame1", - "amethyst/ame2", - "amethyst/ame3", - "amethyst/ame4", - "amethyst/ame5", - "amethyst/ame6" - ], - "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": [ + "amethyst/ame1", + "amethyst/ame2", + "amethyst/ame3", + "amethyst/ame4", + "amethyst/ame5", + "amethyst/ame6" + ], + "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.25, "shoreHeightMin": 0.02, "shoreHeightMax": 1.2, diff --git a/regions/temperate.json b/regions/temperate.json index fb7de21f..9144995a 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -1,40 +1,36 @@ { "name": "Temperate", "landBiomes": [ - "temperate/plateau", - "temperate/flower-forest", - "temperate/longtree-forest", - "temperate/oak", - "temperate/plains", - "temperate/oak-forest", - "temperate/wilds", - "temperate/birch-forest" + "temperate/tem-plateau", + "temperate/tem-flower-forest", + "temperate/tem-stranged-plains", + "temperate/tem-longtree-forest", + "temperate/tem-oak", + "temperate/tem-plains", + "temperate/tem-oak-forest", + "temperate/tem-wilds", + "temperate/tem-birch-forest" ], "shoreBiomes": [ - "temperate/oak-beach", - "temperate/oak-beach", - "temperate/oak-beach", - "temperate/beach", - "temperate/oak-beach" + "temperate/tem-beach", + "temperate/tem-oak-beach" ], "seaBiomes": [ - "temperate/river", - "ocean/deep" + "ocean/oce-tem-river", + "ocean/oce-deep" ], "caveBiomes": [ - "temperate/old-cavern", - "temperate/cracked-cavern", - "temperate/lit-cavern" + "cave/old-cavern", + "cave/cracked-cavern", + "cave/lit-cavern" + ], + "riverBiomes": ["ocean/oce-tem-river"], + "jigsawStructures": [ + { + "structure": "murky_stronghold", + "rarity": 750 + } ], - "riverBiomes": ["temperate/river"], - "spotBiomes": [{ - "as": "LAND", - "biome": "temperate/island", - "scale": 1.65, - "type": "SEA", - "rarity": 119 - }], - "biomeImplosionRatio": 0.25, "deposits": [{ "minHeight": 15, @@ -50,39 +46,6 @@ "varience": 4 }], "objects": [ - { - "heightmap": { - "seed": 1337, - "style": {"style": "FLAT"}, - "offsetY": 4 - }, - "chance": 0.9, - "edit": [{ - "chance": 0.01, - "find": [{"block": "deepslate"}], - "replace": {"palette": [ - {"block": "deepslate_coal_ore"}, - {"block": "deepslate_copper_ore"}, - {"block": "deepslate_diamond_ore"}, - {"block": "deepslate_emerald_ore"}, - {"block": "deepslate_gold_ore"}, - {"block": "deepslate_iron_ore"}, - {"block": "deepslate_lapis_ore"}, - {"block": "deepslate_redstone_ore"} - ]} - }], - "place": [ - "deepslate/ds1", - "deepslate/ds2", - "deepslate/ds3" - ], - "enabled": true, - "xAxis": { - "interval": 15, - "max": 360, - "min": 0 - } - }, { "heightmap": { "seed": 1337, diff --git a/regions/tropical-mountain.json b/regions/tropical-mountain.json index 1757455c..330c852c 100644 --- a/regions/tropical-mountain.json +++ b/regions/tropical-mountain.json @@ -1,99 +1,63 @@ { "name": "Tropical mountain", "landBiomes": [ - "tropical/plains", - "tropical/mountain", - "temperate/wilds", - "tropical/plains", - "tropical/mountain-extreme", - "tropical/wilds", - "tropical/plains-hills" + "tropical/tro-plains", + "tropical/tro-mountain", + "tropical/tro-plains", + "tropical/tro-mountain-extreme", + "tropical/tro-wilds", + "tropical/tro-plains-hills" ], - "shoreBiomes": ["tropical/beach"], + "shoreBiomes": ["tropical/tro-beach"], "seaBiomes": [ - "tropical/river-steep", - "tropical/river-soft" + "ocean/oce-tro-river-steep", + "ocean/oce-tro-river-soft" ], "riverBiomes": [ - "tropical/river-steep", - "tropical/river-soft" + "ocean/oce-tro-river-steep", + "ocean/oce-tro-river-soft" ], "biomeImplosionRatio": 0.25, - "objects": [ - { - "heightmap": { - "seed": 1337, - "style": {"style": "FLAT"}, - "offsetY": 4 + "objects": [{ + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 }, - "chance": 0.9, - "edit": [{ - "chance": 0.01, - "find": [{"block": "deepslate"}], - "replace": {"palette": [ - {"block": "deepslate_coal_ore"}, - {"block": "deepslate_copper_ore"}, - {"block": "deepslate_diamond_ore"}, - {"block": "deepslate_emerald_ore"}, - {"block": "deepslate_gold_ore"}, - {"block": "deepslate_iron_ore"}, - {"block": "deepslate_lapis_ore"}, - {"block": "deepslate_redstone_ore"} - ]} - }], - "place": [ - "deepslate/ds1", - "deepslate/ds2", - "deepslate/ds3" - ], - "enabled": true, - "xAxis": { - "interval": 15, - "max": 360, - "min": 0 - } + "offsetY": 5 }, - { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 - }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "amethyst/ame1", - "amethyst/ame2", - "amethyst/ame3", - "amethyst/ame4", - "amethyst/ame5", - "amethyst/ame6" - ], - "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": [ + "amethyst/ame1", + "amethyst/ame2", + "amethyst/ame3", + "amethyst/ame4", + "amethyst/ame5", + "amethyst/ame6" + ], + "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 } - ], + }], "loot": { "mode": "ADD", "multiplier": 1, @@ -138,7 +102,7 @@ } ], "riverRarity": 1, - "caveBiomes": ["temperate/old-cavern"], + "caveBiomes": ["cave/old-cavern"], "landBiomeZoom": 2, "riverStyle": { "style": "VASCULAR", diff --git a/regions/tropical.json b/regions/tropical.json index ccba4309..1a7826bd 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -1,27 +1,29 @@ { "name": "Tropical", "landBiomes": [ - "tropical/rainforest", - "tropical/plains", - "tropical/bamboo-forest", - "tropical/plains", - "tropical/rainforest-wicked", - "tropical/wilds", - "tropical/volcanic-plains" + "tropical/tro-rainforest", + "tropical/tro-plains", + "tropical/tro-bamboo-forest", + "tropical/tro-plains", + "tropical/tro-rainforest-wicked", + "tropical/tro-wilds", + "tropical/tro-volcanic-plains", + "tropical/tro-mountain-extreme", + "tropical/tro-mountain" ], "shoreBiomes": [ - "tropical/island-beach", - "tropical/beach", - "tropical/beach-bamboo" + "tropical/tro-island-beach", + "tropical/tro-beach", + "tropical/tro-beach-bamboo" ], "seaBiomes": [ - "tropical/ocean", - "tropical/river-soft" + "ocean/oce-tro-ocean", + "ocean/oce-tro-river-soft" ], "caveBiomes": [ - "tropical/cavern", - "tropical/cavern-coral", - "tropical/cavern-root" + "cave/tropical-cavern", + "cave/cavern-coral", + "cave/cavern-root" ], "biomeImplosionRatio": 0.25, "riverStyle": { @@ -33,21 +35,10 @@ "zoom": 5 } }, - "spotBiomes": [ + "jigsawStructures": [ { - "as": "SEA", - "biome": "tropical/submerged-volcanic", - "scale": 10, - "type": "SEA", - "shuffle": 1, - "rarity": 286 - }, - { - "as": "LAND", - "biome": "tropical/rainforest-island", - "scale": 2.65, - "type": "SEA", - "rarity": 139 + "structure": "murky_stronghold", + "rarity": 750 } ], "deposits": [{ @@ -75,39 +66,6 @@ ] }, "objects": [ - { - "heightmap": { - "seed": 1337, - "style": {"style": "FLAT"}, - "offsetY": 4 - }, - "chance": 0.9, - "edit": [{ - "chance": 0.01, - "find": [{"block": "deepslate"}], - "replace": {"palette": [ - {"block": "deepslate_coal_ore"}, - {"block": "deepslate_copper_ore"}, - {"block": "deepslate_diamond_ore"}, - {"block": "deepslate_emerald_ore"}, - {"block": "deepslate_gold_ore"}, - {"block": "deepslate_iron_ore"}, - {"block": "deepslate_lapis_ore"}, - {"block": "deepslate_redstone_ore"} - ]} - }], - "place": [ - "deepslate/ds1", - "deepslate/ds2", - "deepslate/ds3" - ], - "enabled": true, - "xAxis": { - "interval": 15, - "max": 360, - "min": 0 - } - }, { "heightmap": { "seed": 1337, diff --git a/regions/tundra.json b/regions/tundra.json index 35e1d2d1..92e4875b 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -1,27 +1,29 @@ { "name": "Tundra", "landBiomes": [ - "tundra/taiga", - "tundra/redwood-forest", - "tundra/sequia-redwoods", - "tundra/forest", - "tundra/spruce-denmyre", - "tundra/lake", - "tundra/mountains", - "tundra/mountains", - "tundra/mountains-cliffs", - "mountain/forest" + "tundra/tun-taiga", + "tundra/tun-redwood-forest", + "tundra/tun-sequia-redwoods", + "tundra/tun-forest", + "tundra/tun-spruce-denmyre", + "tundra/tun-lake", + "tundra/tun-mountains", + "tundra/tun-mountains", + "tundra/tun-mountains-cliffs" ], - "shoreBiomes": [ - "tundra/beach", - "tundra/beach-stone" + "shoreBiomes": ["tundra/tun-beach"], + "seaBiomes": ["ocean/oce-tun-river"], + "jigsawStructures": [ + { + "structure": "murky_stronghold", + "rarity": 750 + } ], - "seaBiomes": ["tundra/river"], "caveBiomes": [ - "tundra/cavern", - "tundra/spiked-cavern" + "cave/tundra-cavern", + "cave/spiked-cavern" ], - "riverBiomes": ["tundra/river"], + "riverBiomes": ["ocean/oce-tun-river"], "biomeImplosionRatio": 0.25, "deposits": [{ "minHeight": 15, @@ -33,7 +35,6 @@ "palette": [{"block": "emerald_ore"}], "varience": 2 }], - "riverRarity": 1, "landBiomeZoom": 1.25, "riverStyle": { @@ -57,81 +58,46 @@ "cold-food" ] }, - "objects": [ - { - "heightmap": { - "seed": 1337, - "style": {"style": "FLAT"}, - "offsetY": 4 + "objects": [{ + "heightmap": { + "seed": 1337, + "style": { + "style": "SIMPLEX", + "multiplier": 10 }, - "chance": 0.9, - "edit": [{ - "chance": 0.01, - "find": [{"block": "deepslate"}], - "replace": {"palette": [ - {"block": "deepslate_coal_ore"}, - {"block": "deepslate_copper_ore"}, - {"block": "deepslate_diamond_ore"}, - {"block": "deepslate_emerald_ore"}, - {"block": "deepslate_gold_ore"}, - {"block": "deepslate_iron_ore"}, - {"block": "deepslate_lapis_ore"}, - {"block": "deepslate_redstone_ore"} - ]} - }], - "place": [ - "deepslate/ds1", - "deepslate/ds2", - "deepslate/ds3" - ], - "enabled": true, - "xAxis": { - "interval": 15, - "max": 360, - "min": 0 - } + "offsetY": 5 }, - { - "heightmap": { - "seed": 1337, - "style": { - "style": "SIMPLEX", - "multiplier": 10 - }, - "offsetY": 5 - }, - "chance": 0.05, - "bottom": true, - "density": 1, - "place": [ - "amethyst/ame1", - "amethyst/ame2", - "amethyst/ame3", - "amethyst/ame4", - "amethyst/ame5", - "amethyst/ame6" - ], - "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": [ + "amethyst/ame1", + "amethyst/ame2", + "amethyst/ame3", + "amethyst/ame4", + "amethyst/ame5", + "amethyst/ame6" + ], + "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": 4