diff --git a/biomes/.util/ruined_portals.json b/biomes/.util/ruined_portals.json index 2ba8dac8..4b843102 100644 --- a/biomes/.util/ruined_portals.json +++ b/biomes/.util/ruined_portals.json @@ -13,7 +13,7 @@ ], "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "min": 0, "max": 10 } diff --git a/biomes/frozen-beach.json b/biomes/frozen-beach.json index 4d45b974..8eb411c9 100644 --- a/biomes/frozen-beach.json +++ b/biomes/frozen-beach.json @@ -23,89 +23,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.001, "density": 3, diff --git a/biomes/frozen-hills.json b/biomes/frozen-hills.json index 6e714afb..7ced4741 100644 --- a/biomes/frozen-hills.json +++ b/biomes/frozen-hills.json @@ -5,7 +5,17 @@ "rarity": 3, "generators": [ { - "generator": "mountain-plain", + "generator": "plain", + "max": 10, + "min": 6 + }, + { + "generator": "plain", + "max": 10, + "min": 6 + }, + { + "generator": "mountain", "max": 10, "min": 6 } diff --git a/biomes/frozen-mountain-cliffs.json b/biomes/frozen-mountain-cliffs.json index 89df0555..868dd169 100644 --- a/biomes/frozen-mountain-cliffs.json +++ b/biomes/frozen-mountain-cliffs.json @@ -1,14 +1,206 @@ { - "vanillaDerivative": "SNOWY_TAIGA", - "name": "Frozen mountains cliffs", + "vanillaDerivative": "SNOWY_MOUNTAINS", + "biomeSkyScatter": [ + "SNOWY_TAIGA", + "SNOWY_MOUNTAINS" + ], + "objects": [ + { + "chance": 0.02, + "density": 3, + "snow": 0.35, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "ice-spikes/ic-1", + "ice-spikes/ic-2", + "ice-spikes/ic-3", + "ice-spikes/ic-4", + "ice-spikes/ic-5", + "ice-spikes/ic-6", + "ice-spikes/ic-7", + "ice-spikes/ic-8", + "ice-spikes/ic-9", + "ice-spikes/ic-10", + "ice-spikes/ic-11", + "ice-spikes/sp-1", + "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" + ], + "translate": { + "x": 0, + "y": -4, + "z": 0 + } + }, + { + "chance": 0.5, + "density": 3, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": false + }, + "enabled": true + }, + "place": [ + "frosted-spruce/large-5", + "frosted-spruce/large-6", + "frosted-spruce/large-7", + "frosted-spruce/large-8", + "frosted-spruce/large-9", + "frosted-spruce/large-10", + "frosted-spruce/large-12", + "frosted-spruce/large-13", + "frosted-spruce/large-14", + "frosted-spruce/large-15", + "frosted-spruce/large-16", + "frosted-spruce/large-17", + "frosted-spruce/large-18", + "frosted-spruce/large-19", + "frosted-spruce/large-20", + "frosted-spruce/large-21", + "frosted-spruce/large-22", + "frosted-spruce/large-23", + "frosted-spruce/large-24", + "frosted-spruce/large-25" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.01, + "density": 3, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": false + }, + "enabled": true + }, + "place": [ + "frosted-spruce/large-22", + "frosted-spruce/large-23", + "frosted-spruce/large-24", + "frosted-spruce/large-25" + ], + "translate": { + "x": 0, + "y": -1, + "z": 0 + } + }, + { + "chance": 0.05, + "density": 3, + "snow": 0.35, + "rotation": { + "yAxis": { + "min": 0, + "max": 0, + "interval": 90, + "enabled": true + }, + "enabled": true + }, + "place": [ + "ice-spikes/ice-spec-1", + "ice-spikes/ice-spec-2", + "ice-spikes/ice-spec-3", + "ice-spikes/ice-spec-4", + "ice-spikes/ice-spec-5" + ], + "translate": { + "x": 0, + "y": 0, + "z": 0 + } + } + ], + "biomeZoom": 30, + "derivative": "SNOWY_TAIGA_MOUNTAINS", + "biomeStyle": { + "style": "IRIS" + }, + "decorators": [ + { + "chance": 1, + "variance": { + "style": "IRIS", + "zoom": 0.2 + }, + "palette": [ + { + "data": { + "layers": 1 + }, + "block": "snow" + }, + { + "data": { + "layers": 2 + }, + "block": "snow" + }, + { + "data": { + "layers": 3 + }, + "block": "snow" + }, + { + "data": { + "layers": 4 + }, + "block": "snow" + } + ] + } + ], + "entityInitialSpawns": [ + { + "entity": "sheep", + "maxSpawns": 1, + "minSpawns": 1, + "rarity": 6 + }, + { + "entity": "wolf", + "maxSpawns": 1, + "minSpawns": 1, + "rarity": 6 + } + ], + "children": [ + "frozen-peak", + "frozen-mountains", + "frozen-vander" + ], + "name": "Frozen Mountains", "layers": [ { - "minHeight": 1, - "maxHeight": 1, - "slopeCondition": { - "minimumSlope": 0, - "maximumSlope": 3.295 - }, + "minHeight": 2, + "maxHeight": 3, "palette": [ { "block": "snow_block" @@ -16,17 +208,11 @@ ] }, { - "minHeight": 1, - "maxHeight": 2, - "slopeCondition": { - "minimumSlope": 3.95 - }, + "minHeight": 2, + "maxHeight": 4, "palette": [ { - "block": "gravel" - }, - { - "block": "cyan_terracotta" + "block": "packed_ice" } ] }, @@ -37,13 +223,11 @@ "style": "STATIC" }, "palette": [ - { - "block": "stone" - }, { "block": "andesite" }, { + "weight": 2, "block": "stone" } ] @@ -51,36 +235,26 @@ ], "generators": [ { - "min": 11, - "max": 32, - "generator": "plain" - }, - { - "min": 12, - "max": 62, - "generator": "cracked-cliffs" + "min": 14, + "max": 65, + "generator": "plain-cliffs" } ], - "biomeZoom": 30, - "derivative": "SNOWY_TAIGA", - "biomeStyle": { - "style": "IRIS" - }, + "childShrinkFactor": 20, "wall": { + "style": { + "style": "IRIS" + }, "palette": [ { - "block": "stone" - }, - { - "block": "andesite" + "block": "packed_ice" } ] }, "biomeScatter": [ - "PLAINS", + "SNOWY_TAIGA_MOUNTAINS", "TAIGA_HILLS", "MOUNTAINS", - "SWAMP" - ], - "rarity": 19 + "ICE_SPIKES" + ] } \ No newline at end of file diff --git a/biomes/frozen-mountain-middle.json b/biomes/frozen-mountain-middle.json index 2c55c4f2..62868d91 100644 --- a/biomes/frozen-mountain-middle.json +++ b/biomes/frozen-mountain-middle.json @@ -115,10 +115,13 @@ "wall": { "palette": [ { - "block": "stone" + "block": "ice" }, { - "block": "andesite" + "block": "ice" + }, + { + "block": "cave_air" } ] } diff --git a/biomes/frozen-mountain.json b/biomes/frozen-mountain.json index d42c403f..6b7f29fc 100644 --- a/biomes/frozen-mountain.json +++ b/biomes/frozen-mountain.json @@ -9,7 +9,9 @@ "exponent": 4 }, "children": [ - "frozen-mountain-middle" + "frozen-mountain-middle", + "frozen-peak", + "frozen-mountain-cliffs" ], "biomeScatter": [ "PLAINS", diff --git a/biomes/frozen-mountains-cliffs.json b/biomes/frozen-mountains-cliffs.json deleted file mode 100644 index 868dd169..00000000 --- a/biomes/frozen-mountains-cliffs.json +++ /dev/null @@ -1,260 +0,0 @@ -{ - "vanillaDerivative": "SNOWY_MOUNTAINS", - "biomeSkyScatter": [ - "SNOWY_TAIGA", - "SNOWY_MOUNTAINS" - ], - "objects": [ - { - "chance": 0.02, - "density": 3, - "snow": 0.35, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "ice-spikes/ic-1", - "ice-spikes/ic-2", - "ice-spikes/ic-3", - "ice-spikes/ic-4", - "ice-spikes/ic-5", - "ice-spikes/ic-6", - "ice-spikes/ic-7", - "ice-spikes/ic-8", - "ice-spikes/ic-9", - "ice-spikes/ic-10", - "ice-spikes/ic-11", - "ice-spikes/sp-1", - "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" - ], - "translate": { - "x": 0, - "y": -4, - "z": 0 - } - }, - { - "chance": 0.5, - "density": 3, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": false - }, - "enabled": true - }, - "place": [ - "frosted-spruce/large-5", - "frosted-spruce/large-6", - "frosted-spruce/large-7", - "frosted-spruce/large-8", - "frosted-spruce/large-9", - "frosted-spruce/large-10", - "frosted-spruce/large-12", - "frosted-spruce/large-13", - "frosted-spruce/large-14", - "frosted-spruce/large-15", - "frosted-spruce/large-16", - "frosted-spruce/large-17", - "frosted-spruce/large-18", - "frosted-spruce/large-19", - "frosted-spruce/large-20", - "frosted-spruce/large-21", - "frosted-spruce/large-22", - "frosted-spruce/large-23", - "frosted-spruce/large-24", - "frosted-spruce/large-25" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - }, - { - "chance": 0.01, - "density": 3, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": false - }, - "enabled": true - }, - "place": [ - "frosted-spruce/large-22", - "frosted-spruce/large-23", - "frosted-spruce/large-24", - "frosted-spruce/large-25" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - }, - { - "chance": 0.05, - "density": 3, - "snow": 0.35, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "ice-spikes/ice-spec-1", - "ice-spikes/ice-spec-2", - "ice-spikes/ice-spec-3", - "ice-spikes/ice-spec-4", - "ice-spikes/ice-spec-5" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "biomeZoom": 30, - "derivative": "SNOWY_TAIGA_MOUNTAINS", - "biomeStyle": { - "style": "IRIS" - }, - "decorators": [ - { - "chance": 1, - "variance": { - "style": "IRIS", - "zoom": 0.2 - }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "snow" - }, - { - "data": { - "layers": 2 - }, - "block": "snow" - }, - { - "data": { - "layers": 3 - }, - "block": "snow" - }, - { - "data": { - "layers": 4 - }, - "block": "snow" - } - ] - } - ], - "entityInitialSpawns": [ - { - "entity": "sheep", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 - }, - { - "entity": "wolf", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 - } - ], - "children": [ - "frozen-peak", - "frozen-mountains", - "frozen-vander" - ], - "name": "Frozen Mountains", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "palette": [ - { - "block": "snow_block" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 4, - "palette": [ - { - "block": "packed_ice" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "andesite" - }, - { - "weight": 2, - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 14, - "max": 65, - "generator": "plain-cliffs" - } - ], - "childShrinkFactor": 20, - "wall": { - "style": { - "style": "IRIS" - }, - "palette": [ - { - "block": "packed_ice" - } - ] - }, - "biomeScatter": [ - "SNOWY_TAIGA_MOUNTAINS", - "TAIGA_HILLS", - "MOUNTAINS", - "ICE_SPIKES" - ] -} \ No newline at end of file diff --git a/biomes/frozen-pine-hills.json b/biomes/frozen-pine-hills.json index 2e721caa..89acd561 100644 --- a/biomes/frozen-pine-hills.json +++ b/biomes/frozen-pine-hills.json @@ -4,7 +4,7 @@ "vanillaDerivative": "SNOWY_TAIGA", "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 20, "min": 6 } diff --git a/biomes/frozen-pine-plains.json b/biomes/frozen-pine-plains.json index 72622865..ac0a1d51 100644 --- a/biomes/frozen-pine-plains.json +++ b/biomes/frozen-pine-plains.json @@ -7,7 +7,12 @@ ], "generators": [ { - "generator": "mountain-plain", + "generator": "plain", + "max": 10, + "min": 6 + }, + { + "generator": "mountain", "max": 6, "min": 7 } @@ -109,7 +114,6 @@ "pine/pine9" ], "chance": 0.09, - "persistent": true, "rotation": { "enabled": true, "yAxis": { diff --git a/biomes/frozen-plains-hills.json b/biomes/frozen-plains-hills.json deleted file mode 100644 index 8176c83e..00000000 --- a/biomes/frozen-plains-hills.json +++ /dev/null @@ -1,184 +0,0 @@ -{ - "vanillaDerivative": "SNOWY_TAIGA_HILLS", - "decorators": [ - { - "chance": 1, - "variance": { - "style": "IRIS", - "zoom": 0.2 - }, - "palette": [ - { - "data": { - "layers": 1 - }, - "block": "snow" - }, - { - "data": { - "layers": 2 - }, - "block": "snow" - }, - { - "data": { - "layers": 3 - }, - "block": "snow" - }, - { - "data": { - "layers": 4 - }, - "block": "snow" - } - ] - } - ], - "objects": [ - { - "chance": 0.01, - "density": 3, - "snow": 0.35, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "ice-spikes/ic-1", - "ice-spikes/ic-2", - "ice-spikes/ic-3", - "ice-spikes/ic-4", - "ice-spikes/ic-5", - "ice-spikes/ic-6", - "ice-spikes/ic-7", - "ice-spikes/ic-8", - "ice-spikes/ic-9", - "ice-spikes/ic-10", - "ice-spikes/ic-11", - "ice-spikes/sp-1", - "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" - ], - "translate": { - "x": 0, - "y": -4, - "z": 0 - } - }, - { - "chance": 0.05, - "density": 3, - "snow": 0.35, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "ice-spikes/ice-spec-1", - "ice-spikes/ice-spec-2", - "ice-spikes/ice-spec-3", - "ice-spikes/ice-spec-4", - "ice-spikes/ice-spec-5" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "name": "Frozen Hills", - "layers": [ - { - "minHeight": 3, - "maxHeight": 5, - "palette": [ - { - "block": "snow_block" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 5, - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "entityInitialSpawns": [ - { - "entity": "sheep", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 - }, - { - "entity": "wolf", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 - } - ], - "generators": [ - { - "min": 5, - "max": 9, - "generator": "plain" - } - ], - "derivative": "ICE_SPIKES", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } -} \ No newline at end of file diff --git a/biomes/frozen-plains.json b/biomes/frozen-plains.json index e1c35e49..1d0f4c8d 100644 --- a/biomes/frozen-plains.json +++ b/biomes/frozen-plains.json @@ -41,89 +41,7 @@ "frozen-hills" ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.000256, "snow": 0.25, @@ -387,7 +305,12 @@ { "min": 4, "max": 6, - "generator": "mountain-plain" + "generator": "mountain" + }, + { + "min": 3, + "max": 5, + "generator": "plain" } ], "wall": { diff --git a/biomes/frozen-redwood-forest.json b/biomes/frozen-redwood-forest.json index 7210a27d..83480eeb 100644 --- a/biomes/frozen-redwood-forest.json +++ b/biomes/frozen-redwood-forest.json @@ -5,89 +5,7 @@ "SNOWY_MOUNTAINS" ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.02, "density": 3, diff --git a/biomes/frozen-river.json b/biomes/frozen-river.json index 86791f51..c222b338 100644 --- a/biomes/frozen-river.json +++ b/biomes/frozen-river.json @@ -153,7 +153,7 @@ ], "generators": [ { - "generator": "ocean-steep", + "generator": "plain", "max": -10, "min": -19 } diff --git a/biomes/frozen-spruce-hills.json b/biomes/frozen-spruce-hills.json index dc704b29..52eab118 100644 --- a/biomes/frozen-spruce-hills.json +++ b/biomes/frozen-spruce-hills.json @@ -4,7 +4,7 @@ "vanillaDerivative": "SNOWY_TAIGA", "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 20, "min": 6 } diff --git a/biomes/frozen-spruce-plains.json b/biomes/frozen-spruce-plains.json index 4c694b5d..5b0a82f8 100644 --- a/biomes/frozen-spruce-plains.json +++ b/biomes/frozen-spruce-plains.json @@ -7,7 +7,7 @@ ], "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 6, "min": 3 } @@ -86,89 +86,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.8, "snow": 1, diff --git a/biomes/hot-acacia-denmyre.json b/biomes/hot-acacia-denmyre.json index 5aa4141e..cbec7b1a 100644 --- a/biomes/hot-acacia-denmyre.json +++ b/biomes/hot-acacia-denmyre.json @@ -96,89 +96,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.5, "density": 2, diff --git a/biomes/hot-desert-dunes-red.json b/biomes/hot-desert-dunes-red.json index 1dffd55b..1881b953 100644 --- a/biomes/hot-desert-dunes-red.json +++ b/biomes/hot-desert-dunes-red.json @@ -4,7 +4,7 @@ "vanillaDerivative": "DESERT", "generators": [ { - "generator": "dunes", + "generator": "smooth-dunes", "max": 30, "min": 10 } @@ -16,89 +16,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.001, "density": 3, diff --git a/biomes/hot-desert-dunes.json b/biomes/hot-desert-dunes.json index ba27dacb..a7c90f45 100644 --- a/biomes/hot-desert-dunes.json +++ b/biomes/hot-desert-dunes.json @@ -4,7 +4,7 @@ "vanillaDerivative": "DESERT", "generators": [ { - "generator": "dunes", + "generator": "smooth-dunes", "max": 30, "min": 10 } @@ -16,89 +16,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.001, "density": 3, diff --git a/biomes/hot-desert-hills.json b/biomes/hot-desert-hills.json deleted file mode 100644 index f3056e80..00000000 --- a/biomes/hot-desert-hills.json +++ /dev/null @@ -1,278 +0,0 @@ -{ - "vanillaDerivative": "DESERT", - "decorators": [ - { - "verticalZoom": 5, - "chance": 0.001, - "variance": { - "style": "STATIC" - }, - "stackMax": 5, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "cactus" - } - ], - "heightVariance": { - "style": "IRIS" - }, - "stackMin": 1 - }, - { - "chance": 0.00135, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "data": { - "face": "floor", - "powered": false, - "facing": "east" - }, - "block": "polished_blackstone_button" - }, - { - "data": { - "face": "floor", - "powered": false, - "facing": "south" - }, - "block": "polished_blackstone_button" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.01, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "block": "dead_bush" - } - ], - "style": { - "style": "STATIC" - } - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, - { - "chance": 0.001, - "density": 3, - "place": [ - "clutter/desert-post1", - "clutter/desert-post2", - "clutter/desert-post3" - ] - }, - { - "chance": 0.05, - "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 - } - } - ], - "rarity": 2, - "name": "Desert Hills", - "layers": [ - { - "palette": [ - { - "block": "sand" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 9, - "palette": [ - { - "block": "sandstone" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 5, - "max": 9, - "generator": "plain" - } - ], - "loot": { - "tables": [ - "cactus-clutter" - ] - }, - "derivative": "DESERT", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "smooth_sandstone" - }, - { - "block": "sand" - }, - { - "block": "smooth_sandstone" - } - ] - }, - "slab": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "data": { - "waterlogged": false, - "type": "bottom" - }, - "block": "sandstone_slab" - }, - { - "data": { - "waterlogged": false, - "type": "bottom" - }, - "block": "smooth_sandstone_slab" - }, - { - "weight": 2, - "block": "air" - } - ] - } -} \ No newline at end of file diff --git a/biomes/hot-desert-mountains.json b/biomes/hot-desert-mountains.json index 326667f0..9b2962a8 100644 --- a/biomes/hot-desert-mountains.json +++ b/biomes/hot-desert-mountains.json @@ -178,7 +178,7 @@ { "min": 82, "max": 114, - "generator": "mountainous" + "generator": "mountain" } ], "loot": { diff --git a/biomes/hot-desert-red.json b/biomes/hot-desert-red.json index d1b98b61..2a426df2 100644 --- a/biomes/hot-desert-red.json +++ b/biomes/hot-desert-red.json @@ -4,7 +4,7 @@ "vanillaDerivative": "DESERT", "generators": [ { - "generator": "desert-dunes", + "generator": "smooth-dunes", "max": 35, "min": 25 } diff --git a/biomes/hot-desert.json b/biomes/hot-desert.json index 3e64364f..cb398164 100644 --- a/biomes/hot-desert.json +++ b/biomes/hot-desert.json @@ -4,11 +4,14 @@ "vanillaDerivative": "DESERT", "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 18, "min": -8 } ], + "children": [ + "hot-oasis" + ], "entityInitialSpawns": [ { "entity": "cow", @@ -24,89 +27,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.001, "density": 3, diff --git a/biomes/hot-dry-forest.json b/biomes/hot-dry-forest.json index c0b3843b..80458731 100644 --- a/biomes/hot-dry-forest.json +++ b/biomes/hot-dry-forest.json @@ -97,89 +97,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "PAINT", "chance": 0.0025, diff --git a/biomes/hot-mesa-cliffs-yellow.json b/biomes/hot-mesa-cliffs-yellow.json deleted file mode 100644 index 224041dd..00000000 --- a/biomes/hot-mesa-cliffs-yellow.json +++ /dev/null @@ -1,192 +0,0 @@ -{ - "vanillaDerivative": "BADLANDS_PLATEAU", - "decorators": [ - { - "chance": 0.009, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "data": { - "face": "floor", - "powered": false, - "facing": "east" - }, - "block": "stone_button" - }, - { - "data": { - "face": "floor", - "powered": false, - "facing": "south" - }, - "block": "stone_button" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.01, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "block": "dead_bush" - } - ], - "style": { - "style": "STATIC" - } - } - ], - "entityInitialSpawns": [ - { - "entity": "cow", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 - }, - { - "entity": "chicken", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 - } - ], - "name": "Yellow Mesa", - "layers": [ - { - "minHeight": 3, - "maxHeight": 4, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "terracotta" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "white_terracotta" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 4, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "terracotta" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "red_terracotta" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 2, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "terracotta" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "yellow_terracotta" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "terracotta" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 1, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "brown_terracotta" - } - ] - } - ], - "generators": [ - { - "min": 1, - "max": 6, - "generator": "plain" - }, - { - "min": 9, - "max": 35, - "generator": "mountain" - } - ], - "derivative": "SHATTERED_SAVANNA", - "lockLayers": true, - "wall": { - "style": { - "style": "IRIS" - }, - "palette": [ - { - "block": "red_terracotta" - }, - { - "block": "gray_terracotta" - }, - { - "block": "yellow_terracotta" - } - ] - }, - "rarity": 9 -} \ No newline at end of file diff --git a/biomes/hot-mesa-cliffs.json b/biomes/hot-mesa-cliffs.json index ee96cabd..1f4ad96c 100644 --- a/biomes/hot-mesa-cliffs.json +++ b/biomes/hot-mesa-cliffs.json @@ -1,7 +1,7 @@ { "vanillaDerivative": "BADLANDS_PLATEAU", "children": [ - "hot-mesa-cliffs-yellow" + "hot-mesa-cliffs" ], "decorators": [ { diff --git a/biomes/hot-mesa-dark.json b/biomes/hot-mesa-dark.json index 5904a438..1363f39d 100644 --- a/biomes/hot-mesa-dark.json +++ b/biomes/hot-mesa-dark.json @@ -147,7 +147,6 @@ "childShrinkFactor": 0.35, "children": [ "hot-mesa-cliffs", - "hot-mesa-cliffs-yellow", "hot-mesa-red", "hot-mesa-green", "hot-mesa-blue" diff --git a/biomes/hot-mesa-plateau-dirt-high.json b/biomes/hot-mesa-plateau-dirt-high.json index aa522fc4..40def21c 100644 --- a/biomes/hot-mesa-plateau-dirt-high.json +++ b/biomes/hot-mesa-plateau-dirt-high.json @@ -10,12 +10,12 @@ { "min": 55, "max": 45, - "generator": "smooth-land-steep" + "generator": "canyon-steep" }, { "min": 2, "max": 3, - "generator": "smooth-land" + "generator": "smooth-dunes" }, { "min": 2, diff --git a/biomes/hot-mesa-plateau-dirt.json b/biomes/hot-mesa-plateau-dirt.json index a1e467dc..edc6b8df 100644 --- a/biomes/hot-mesa-plateau-dirt.json +++ b/biomes/hot-mesa-plateau-dirt.json @@ -10,12 +10,12 @@ { "min": 33, "max": 35, - "generator": "smooth-land-steep" + "generator": "canyon-steep" }, { "min": 2, "max": 3, - "generator": "smooth-land" + "generator": "smooth-dunes" }, { "min": 2, diff --git a/biomes/hot-mesa-plateau-high.json b/biomes/hot-mesa-plateau-high.json index a1fb5b6d..94cc9213 100644 --- a/biomes/hot-mesa-plateau-high.json +++ b/biomes/hot-mesa-plateau-high.json @@ -14,12 +14,12 @@ { "min": 55, "max": 45, - "generator": "smooth-land-steep" + "generator": "canyon-steep" }, { "min": 2, "max": 3, - "generator": "smooth-land" + "generator": "smooth-dunes" }, { "min": 2, @@ -41,7 +41,7 @@ }, "zoom": 0.4, "palette": [ - { + { "block": "red_terracotta" }, { diff --git a/biomes/hot-mesa-plateau.json b/biomes/hot-mesa-plateau.json index f27d52cc..4d665b56 100644 --- a/biomes/hot-mesa-plateau.json +++ b/biomes/hot-mesa-plateau.json @@ -14,12 +14,12 @@ { "min": 35, "max": 35, - "generator": "smooth-land-steep" + "generator": "canyon-steep" }, { "min": 2, "max": 3, - "generator": "smooth-land" + "generator": "smooth-dunes" }, { "min": 2, @@ -41,7 +41,7 @@ }, "zoom": 0.4, "palette": [ - { + { "block": "red_terracotta" }, { diff --git a/biomes/hot-mesa-river.json b/biomes/hot-mesa-river.json index dedb6d85..53528c67 100644 --- a/biomes/hot-mesa-river.json +++ b/biomes/hot-mesa-river.json @@ -57,7 +57,7 @@ ], "generators": [ { - "generator": "ocean-steep", + "generator": "plain", "max": -4, "min": -15 } diff --git a/biomes/hot-mesa-valleys.json b/biomes/hot-mesa-valleys.json index 5695d10f..9cdee0da 100644 --- a/biomes/hot-mesa-valleys.json +++ b/biomes/hot-mesa-valleys.json @@ -6,7 +6,7 @@ { "min": 5, "max": 15, - "generator": "smooth-land" + "generator": "smooth-dunes" } ], "jigsawStructures": [ @@ -260,88 +260,6 @@ } } ] - },{ - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" }, { "chance": 0.00175, diff --git a/biomes/hot-mesa-yellow.json b/biomes/hot-mesa-yellow.json index 80b3607a..81b3ef37 100644 --- a/biomes/hot-mesa-yellow.json +++ b/biomes/hot-mesa-yellow.json @@ -72,89 +72,7 @@ "hot-mesa-dark" ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "rotation": { "yAxis": { diff --git a/biomes/hot-mesa.json b/biomes/hot-mesa.json index 20e4882a..045fd14f 100644 --- a/biomes/hot-mesa.json +++ b/biomes/hot-mesa.json @@ -9,7 +9,7 @@ ], "children": [ "hot-mesa-valleys", - "hot-mesa-blue", + "hot-mesa-red", "hot-mesa-blue", "hot-mesa-dark", "hot-mesa-green", diff --git a/biomes/hot-mountain-middle.json b/biomes/hot-mountain-middle.json index 9c820784..178c302a 100644 --- a/biomes/hot-mountain-middle.json +++ b/biomes/hot-mountain-middle.json @@ -98,6 +98,4 @@ } ] } -}, - "rarity": 29 } \ No newline at end of file diff --git a/biomes/hot-mountain-plains.json b/biomes/hot-mountain-plains.json index a663ca47..0a6d22f7 100644 --- a/biomes/hot-mountain-plains.json +++ b/biomes/hot-mountain-plains.json @@ -4,7 +4,7 @@ "vanillaDerivative": "DESERT", "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 2, "min": 3 } diff --git a/biomes/hot-oasis.json b/biomes/hot-oasis.json index 5fc44762..8583a71d 100644 --- a/biomes/hot-oasis.json +++ b/biomes/hot-oasis.json @@ -4,7 +4,7 @@ "vanillaDerivative": "DESERT", "generators": [ { - "generator": "ocean-steep", + "generator": "plain", "max": -7, "min": -8 } diff --git a/biomes/hot-ocean.json b/biomes/hot-ocean.json index e7de357b..254f5908 100644 --- a/biomes/hot-ocean.json +++ b/biomes/hot-ocean.json @@ -1,5 +1,11 @@ { "vanillaDerivative": "WARM_OCEAN", + "children": [ + "hot-desert", + "hot-desert", + "hot-river", + "hot-ocean-cliffs" + ], "decorators": [ { "chance": 0.0009, @@ -218,7 +224,7 @@ { "min": 11, "max": 7, - "generator": "ocean-steep" + "generator": "plain" } ], "loot": { diff --git a/biomes/hot-river.json b/biomes/hot-river.json index 57be78d9..31237f8c 100644 --- a/biomes/hot-river.json +++ b/biomes/hot-river.json @@ -35,10 +35,10 @@ } ] } - ], + ], "generators": [ { - "generator": "ocean-steep", + "generator": "plain", "max": -5, "min": -15 } diff --git a/biomes/hot-savanna-beach-grass.json b/biomes/hot-savanna-beach-grass.json index 0b758475..a9dbb28e 100644 --- a/biomes/hot-savanna-beach-grass.json +++ b/biomes/hot-savanna-beach-grass.json @@ -27,89 +27,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.001, "rotation": { diff --git a/biomes/hot-savanna-plateau.json b/biomes/hot-savanna-plateau.json index 4a4532fc..3703e538 100644 --- a/biomes/hot-savanna-plateau.json +++ b/biomes/hot-savanna-plateau.json @@ -82,89 +82,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.00175, "rotation": { @@ -391,12 +309,12 @@ { "min": 15, "max": 20, - "generator": "smooth-land-steep" + "generator": "canyon-steep" }, { "min": 2, "max": 3, - "generator": "smooth-land" + "generator": "smooth-dunes" }, { "min": 2, diff --git a/biomes/hot-savanna.json b/biomes/hot-savanna.json index 14826702..c2967ea0 100644 --- a/biomes/hot-savanna.json +++ b/biomes/hot-savanna.json @@ -85,89 +85,7 @@ "hot-savanna-cliff" ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.00175, "rotation": { @@ -394,7 +312,12 @@ { "min": 7, "max": 15, - "generator": "mountain-plain" + "generator": "mountain" + }, + { + "min": 3, + "max": 5, + "generator": "plain" } ], "biomeZoom": 20, diff --git a/biomes/mosaic-lith-black.json b/biomes/mosaic-lith-black.json deleted file mode 100644 index 39fcc880..00000000 --- a/biomes/mosaic-lith-black.json +++ /dev/null @@ -1,345 +0,0 @@ -{ - "vanillaDerivative": "STONE_SHORE", - "biomeSkyScatter": [ - "DESERT", - "SAVANNA" - ], - "entitySpawnOverrides": [ - { - "entity": "brian", - "trigger": "GHAST", - "cancelSourceSpawn": true - }, - { - "entity": "brian", - "trigger": "MAGMA_CUBE", - "cancelSourceSpawn": true - } - ], - "decorators": [ - { - "chance": 0.0045, - "stackMax": 3, - "palette": [ - { - "block": "blackstone_wall" - }, - { - "block": "polished_blackstone_wall" - } - ], - "stackMin": 1 - }, - { - "chance": 0.00035, - "palette": [ - { - "data": { - "face": "floor", - "powered": false, - "facing": "east" - }, - "block": "polished_blackstone_button" - }, - { - "data": { - "face": "floor", - "powered": false, - "facing": "south" - }, - "block": "polished_blackstone_button" - } - ] - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, - { - "chance": 0.06, - "edit": [ - { - "find": [ - { - "block": "blue_terracotta" - } - ], - "replace": { - "palette": [ - { - "block": "blackstone" - } - ] - } - }, - { - "find": [ - { - "block": "white_stained_glass" - } - ], - "replace": { - "palette": [ - { - "block": "red_stained_glass" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "crystal/crystal-1", - "crystal/crystal-2", - "crystal/crystal-3", - "crystal/crystal-4", - "crystal/crystal-5", - "crystal/crystal-6", - "crystal/crystal-7", - "crystal/crystal-8", - "crystal/crystal-9", - "crystal/crystal-10" - ], - "translate": { - "yRandom": 25, - "x": 0, - "y": 9, - "z": 0 - } - }, - { - "chance": 0.3, - "edit": [ - { - "find": [ - { - "block": "nether_wart_block" - } - ], - "replace": { - "palette": [ - { - "block": "black_concrete", - "backup": { - "block": "coal_block" - } - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "corrupted/crimsonwood-1", - "corrupted/crimsonwood-2", - "corrupted/crimsonwood-3", - "corrupted/crimsonwood-4", - "corrupted/crimsonwood-5" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - } - ], - "name": "Black Mosaic", - "layers": [ - { - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 1.1, - "palette": [ - { - "weight": 2, - "block": "black_concrete" - }, - { - "weight": 2, - "block": "black_concrete_powder" - }, - { - "weight": 2, - "block": "black_terracotta" - }, - { - "weight": 2, - "block": "black_concrete" - }, - { - "weight": 2, - "block": "black_concrete_powder" - }, - { - "weight": 2, - "block": "black_concrete" - }, - { - "weight": 2, - "block": "black_concrete_powder" - } - ] - }, - { - "minHeight": 12, - "maxHeight": 16, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - } - ], - "generators": [ - { - "min": 12, - "max": 70, - "generator": "mountain" - } - ], - "biomeZoom": 20, - "derivative": "BADLANDS", - "carvingBiome": "mosaic-lith-white", - "biomeStyle": { - "style": "IRIS" - }, - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "black_concrete" - } - ] - }, - "biomeScatter": [ - "SAVANNA", - "DESERT" - ] -} \ No newline at end of file diff --git a/biomes/mosaic-lith-cyan.json b/biomes/mosaic-lith-cyan.json deleted file mode 100644 index 1897e2db..00000000 --- a/biomes/mosaic-lith-cyan.json +++ /dev/null @@ -1,343 +0,0 @@ -{ - "vanillaDerivative": "STONE_SHORE", - "entitySpawnOverrides": [ - { - "entity": "brian", - "trigger": "GHAST", - "cancelSourceSpawn": true - }, - { - "entity": "brian", - "trigger": "MAGMA_CUBE", - "cancelSourceSpawn": true - } - ], - "decorators": [ - { - "chance": 0.0045, - "stackMax": 6, - "palette": [ - { - "block": "twisting_vines_plant" - } - ], - "stackMin": 3 - }, - { - "chance": 0.0175, - "palette": [ - { - "data": { - "waterlogged": false - }, - "block": "tube_coral" - }, - { - "data": { - "waterlogged": false - }, - "block": "tube_coral_fan" - } - ] - }, - { - "chance": 0.00035, - "palette": [ - { - "data": { - "face": "floor", - "powered": false, - "facing": "east" - }, - "block": "warped_button" - }, - { - "data": { - "face": "floor", - "powered": false, - "facing": "south" - }, - "block": "warped_button" - } - ] - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, - { - "chance": 0.06, - "edit": [ - { - "find": [ - { - "block": "blue_terracotta" - } - ], - "replace": { - "palette": [ - { - "block": "light_blue_concrete" - } - ] - } - }, - { - "find": [ - { - "block": "white_stained_glass" - } - ], - "replace": { - "palette": [ - { - "block": "blue_stained_glass" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "crystal/crystal-1", - "crystal/crystal-2", - "crystal/crystal-3", - "crystal/crystal-4", - "crystal/crystal-5", - "crystal/crystal-6", - "crystal/crystal-7", - "crystal/crystal-8", - "crystal/crystal-9", - "crystal/crystal-10" - ], - "translate": { - "yRandom": 25, - "x": 0, - "y": 9, - "z": 0 - } - }, - { - "chance": 0.3, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "corrupted/warpedwood-1", - "corrupted/warpedwood-2", - "corrupted/warpedwood-3", - "corrupted/warpedwood-4", - "corrupted/warpedwood-5", - "corrupted/warpedwood-6" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - } - ], - "name": "Cyan Mosaic", - "layers": [ - { - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 1.1, - "palette": [ - { - "weight": 2, - "block": "light_blue_concrete" - }, - { - "weight": 2, - "block": "light_blue_concrete_powder" - }, - { - "weight": 2, - "block": "light_blue_terracotta" - }, - { - "weight": 2, - "block": "light_blue_concrete" - }, - { - "weight": 2, - "block": "light_blue_concrete_powder" - }, - { - "weight": 2, - "block": "light_blue_concrete" - }, - { - "weight": 2, - "block": "light_blue_concrete_powder" - } - ] - }, - { - "minHeight": 12, - "maxHeight": 16, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - } - ], - "generators": [ - { - "min": 3, - "max": 96, - "generator": "mountain" - } - ], - "derivative": "WARPED_FOREST", - "carvingBiome": "mosaic-lith-purple", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "light_blue_concrete" - } - ] - }, - "slab": { - "palette": [ - { - "block": "warped_slab" - }, - { - "weight": 3, - "block": "air" - } - ], - "style": { - "style": "STATIC" - } - } -} \ No newline at end of file diff --git a/biomes/mosaic-lith-green.json b/biomes/mosaic-lith-green.json deleted file mode 100644 index 52b53355..00000000 --- a/biomes/mosaic-lith-green.json +++ /dev/null @@ -1,316 +0,0 @@ -{ - "vanillaDerivative": "STONE_SHORE", - "entitySpawnOverrides": [ - { - "entity": "brian", - "trigger": "GHAST", - "cancelSourceSpawn": true - }, - { - "entity": "brian", - "trigger": "MAGMA_CUBE", - "cancelSourceSpawn": true - } - ], - "decorators": [ - { - "chance": 0.0045, - "stackMax": 3, - "palette": [ - { - "block": "mossy_cobblestone_wall" - } - ], - "stackMin": 1 - }, - { - "chance": 0.0025, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "data": { - "waterlogged": false, - "pickles": 1 - }, - "block": "sea_pickle" - }, - { - "data": { - "waterlogged": false, - "pickles": 2 - }, - "block": "sea_pickle" - }, - { - "data": { - "waterlogged": false, - "pickles": 3 - }, - "block": "sea_pickle" - }, - { - "data": { - "waterlogged": false, - "pickles": 4 - }, - "block": "sea_pickle" - } - ] - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, - { - "chance": 0.06, - "edit": [ - { - "find": [ - { - "block": "blue_terracotta" - } - ], - "replace": { - "palette": [ - { - "block": "green_terracotta" - } - ] - } - }, - { - "find": [ - { - "block": "white_stained_glass" - } - ], - "replace": { - "palette": [ - { - "block": "lime_stained_glass" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "crystal/crystal-1", - "crystal/crystal-2", - "crystal/crystal-3", - "crystal/crystal-4", - "crystal/crystal-5", - "crystal/crystal-6", - "crystal/crystal-7", - "crystal/crystal-8", - "crystal/crystal-9", - "crystal/crystal-10" - ], - "translate": { - "yRandom": 25, - "x": 0, - "y": 9, - "z": 0 - } - } - ], - "name": "Green Mosaic", - "layers": [ - { - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 1.1, - "palette": [ - { - "weight": 2, - "block": "green_concrete" - }, - { - "weight": 2, - "block": "green_concrete_powder" - }, - { - "weight": 2, - "block": "green_terracotta" - }, - { - "weight": 2, - "block": "green_concrete" - }, - { - "weight": 2, - "block": "green_concrete_powder" - }, - { - "weight": 2, - "block": "green_concrete" - }, - { - "weight": 2, - "block": "green_concrete_powder" - } - ] - }, - { - "minHeight": 12, - "maxHeight": 16, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - } - ], - "generators": [ - { - "min": 42, - "max": 68, - "generator": "plain-cliffs" - } - ], - "derivative": "SWAMP", - "carvingBiome": "mosaic-lith-red", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "green_concrete" - } - ] - }, - "slab": { - "palette": [ - { - "block": "mossy_cobblestone_slab" - }, - { - "weight": 3, - "block": "air" - } - ], - "style": { - "style": "STATIC" - } - } -} \ No newline at end of file diff --git a/biomes/mosaic-lith-purple.json b/biomes/mosaic-lith-purple.json deleted file mode 100644 index 8b93fe36..00000000 --- a/biomes/mosaic-lith-purple.json +++ /dev/null @@ -1,283 +0,0 @@ -{ - "vanillaDerivative": "STONE_SHORE", - "entitySpawnOverrides": [ - { - "entity": "brian", - "trigger": "GHAST", - "cancelSourceSpawn": true - }, - { - "entity": "brian", - "trigger": "MAGMA_CUBE", - "cancelSourceSpawn": true - } - ], - "decorators": [ - { - "chance": 0.0045, - "stackMax": 4, - "palette": [ - { - "block": "crimson_fence" - } - ], - "stackMin": 1 - }, - { - "chance": 0.0175, - "palette": [ - { - "data": { - "waterlogged": false - }, - "block": "bubble_coral" - }, - { - "data": { - "waterlogged": false - }, - "block": "bubble_coral_fan" - } - ] - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, - { - "chance": 0.06, - "edit": [ - { - "find": [ - { - "block": "blue_terracotta" - } - ], - "replace": { - "palette": [ - { - "block": "purple_concrete" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "crystal/crystal-1", - "crystal/crystal-2", - "crystal/crystal-3", - "crystal/crystal-4", - "crystal/crystal-5", - "crystal/crystal-6", - "crystal/crystal-7", - "crystal/crystal-8", - "crystal/crystal-9", - "crystal/crystal-10" - ], - "translate": { - "yRandom": 25, - "x": 0, - "y": 9, - "z": 0 - } - } - ], - "name": "Purple Mosaic", - "layers": [ - { - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 1.1, - "palette": [ - { - "weight": 2, - "block": "purple_concrete" - }, - { - "weight": 2, - "block": "purple_concrete_powder" - }, - { - "weight": 2, - "block": "purple_terracotta" - }, - { - "weight": 2, - "block": "purple_concrete" - }, - { - "weight": 2, - "block": "purple_concrete_powder" - }, - { - "weight": 2, - "block": "purple_concrete" - }, - { - "weight": 2, - "block": "purple_concrete_powder" - } - ] - }, - { - "minHeight": 12, - "maxHeight": 16, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - } - ], - "generators": [ - { - "min": 42, - "max": 96, - "generator": "mountain" - } - ], - "derivative": "BASALT_DELTAS", - "carvingBiome": "mosaic-lith-cyan", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "purple_concrete" - } - ] - }, - "slab": { - "palette": [ - { - "block": "crimson_slab" - }, - { - "weight": 3, - "block": "air" - } - ], - "style": { - "style": "STATIC" - } - } -} \ No newline at end of file diff --git a/biomes/mosaic-lith-red.json b/biomes/mosaic-lith-red.json deleted file mode 100644 index d0cf5fcb..00000000 --- a/biomes/mosaic-lith-red.json +++ /dev/null @@ -1,409 +0,0 @@ -{ - "vanillaDerivative": "STONE_SHORE", - "entitySpawnOverrides": [ - { - "entity": "brian", - "trigger": "GHAST", - "cancelSourceSpawn": true - }, - { - "entity": "brian", - "trigger": "MAGMA_CUBE", - "cancelSourceSpawn": true - } - ], - "decorators": [ - { - "chance": 0.0045, - "stackMax": 3, - "palette": [ - { - "block": "red_nether_brick_wall" - }, - { - "block": "nether_brick_wall" - } - ], - "stackMin": 1 - }, - { - "chance": 0.0175, - "palette": [ - { - "data": { - "waterlogged": false - }, - "block": "fire_coral" - }, - { - "data": { - "waterlogged": false - }, - "block": "fire_coral_fan" - } - ] - }, - { - "chance": 0.00035, - "palette": [ - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 6 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 7 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 8 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 9 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 10 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 11 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 12 - }, - "block": "redstone_wire" - }, - { - "data": { - "east": "none", - "south": "none", - "north": "none", - "west": "none", - "power": 13 - }, - "block": "redstone_wire" - } - ] - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, - { - "chance": 0.06, - "edit": [ - { - "find": [ - { - "block": "blue_terracotta" - } - ], - "replace": { - "palette": [ - { - "block": "red_terracotta" - } - ] - } - }, - { - "find": [ - { - "block": "white_stained_glass" - } - ], - "replace": { - "palette": [ - { - "block": "black_stained_glass" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "crystal/crystal-1", - "crystal/crystal-2", - "crystal/crystal-3", - "crystal/crystal-4", - "crystal/crystal-5", - "crystal/crystal-6", - "crystal/crystal-7", - "crystal/crystal-8", - "crystal/crystal-9", - "crystal/crystal-10" - ], - "translate": { - "yRandom": 25, - "x": 0, - "y": 9, - "z": 0 - } - }, - { - "chance": 0.3, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "corrupted/crimsonwood-1", - "corrupted/crimsonwood-2", - "corrupted/crimsonwood-3", - "corrupted/crimsonwood-4", - "corrupted/crimsonwood-5" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - } - ], - "name": "Red Mosaic", - "layers": [ - { - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 1.1, - "palette": [ - { - "weight": 2, - "block": "red_concrete" - }, - { - "weight": 2, - "block": "red_concrete_powder" - }, - { - "weight": 2, - "block": "red_terracotta" - }, - { - "weight": 2, - "block": "red_concrete" - }, - { - "weight": 2, - "block": "red_concrete_powder" - }, - { - "weight": 2, - "block": "red_concrete" - }, - { - "weight": 2, - "block": "red_concrete_powder" - } - ] - }, - { - "minHeight": 12, - "maxHeight": 16, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - } - ], - "generators": [ - { - "min": 25, - "max": 60, - "generator": "plain" - } - ], - "derivative": "CRIMSON_FOREST", - "carvingBiome": "mosaic-lith-green", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "red_concrete" - } - ] - }, - "slab": { - "palette": [ - { - "block": "red_nether_brick_slab" - }, - { - "weight": 4, - "block": "air" - } - ], - "style": { - "style": "STATIC" - } - } -} \ No newline at end of file diff --git a/biomes/mosaic-lith-white.json b/biomes/mosaic-lith-white.json deleted file mode 100644 index d95ed61c..00000000 --- a/biomes/mosaic-lith-white.json +++ /dev/null @@ -1,280 +0,0 @@ -{ - "entitySpawnOverrides": [ - { - "entity": "brian", - "trigger": "GHAST", - "cancelSourceSpawn": true - }, - { - "entity": "brian", - "trigger": "MAGMA_CUBE", - "cancelSourceSpawn": true - } - ], - "decorators": [ - { - "chance": 0.0045, - "stackMax": 3, - "palette": [ - { - "block": "diorite_wall" - } - ], - "stackMin": 1 - } - ], - "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, - { - "chance": 0.06, - "edit": [ - { - "find": [ - { - "block": "blue_terracotta" - } - ], - "replace": { - "palette": [ - { - "block": "light_gray_stained_glass" - } - ] - } - }, - { - "find": [ - { - "block": "white_stained_glass" - } - ], - "replace": { - "palette": [ - { - "block": "white_concrete" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "xAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "zAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "crystal/crystal-1", - "crystal/crystal-2", - "crystal/crystal-3", - "crystal/crystal-4", - "crystal/crystal-5", - "crystal/crystal-6", - "crystal/crystal-7", - "crystal/crystal-8", - "crystal/crystal-9", - "crystal/crystal-10" - ], - "translate": { - "yRandom": 25, - "x": 0, - "y": 9, - "z": 0 - } - } - ], - "name": "White Mosaic", - "layers": [ - { - "style": { - "style": "FRACTAL_WATER" - }, - "zoom": 1.1, - "palette": [ - { - "weight": 2, - "block": "white_concrete" - }, - { - "weight": 2, - "block": "white_concrete_powder" - }, - { - "weight": 2, - "block": "white_terracotta" - }, - { - "weight": 2, - "block": "white_concrete" - }, - { - "weight": 2, - "block": "white_concrete_powder" - }, - { - "weight": 2, - "block": "white_concrete" - }, - { - "weight": 2, - "block": "white_concrete_powder" - } - ] - }, - { - "minHeight": 12, - "maxHeight": 16, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "FLAT" - }, - "palette": [ - { - "block": "blackstone" - } - ] - } - ], - "generators": [ - { - "min": 28, - "max": 41, - "generator": "plain-cliffs" - } - ], - "vanillaDerivative": "STONE_SHORE", - "derivative": "BASALT_DELTAS", - "carvingBiome": "mosaic-lith-black", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "white_concrete" - } - ] - }, - "slab": { - "palette": [ - { - "block": "diorite_slab" - }, - { - "weight": 3, - "block": "air" - } - ], - "style": { - "style": "STATIC" - } - } -} \ No newline at end of file diff --git a/biomes/mountain-beach.json b/biomes/mountain-beach.json index 142be71f..b339f503 100644 --- a/biomes/mountain-beach.json +++ b/biomes/mountain-beach.json @@ -64,7 +64,7 @@ { "min": 0, "max": 2, - "generator": "flat" + "generator": "plain" } ], "loot": { diff --git a/biomes/mountain-cliffs.json b/biomes/mountain-cliffs.json index 0a9d775b..dfe43c19 100644 --- a/biomes/mountain-cliffs.json +++ b/biomes/mountain-cliffs.json @@ -53,7 +53,12 @@ { "min": 11, "max": 32, - "generator": "mountain-plain" + "generator": "mountain" + }, + { + "min": 3, + "max": 5, + "generator": "plain" }, { "min": 12, diff --git a/biomes/mountain-forest-hills.json b/biomes/mountain-forest-hills.json index 2abcc466..5900e42e 100644 --- a/biomes/mountain-forest-hills.json +++ b/biomes/mountain-forest-hills.json @@ -24,7 +24,12 @@ ], "generators": [ { - "generator": "mountain-plain", + "generator": "plain", + "max": 5, + "min": 2 + }, + { + "generator": "mountain", "max": 4, "min": 3 } @@ -285,6 +290,12 @@ "spruce-medium/spruce42", "spruce-medium/spruce43" ], + "edit": [ + { + "find": [{"block": "dark_oak_fence"}, {"block": "dark_oak_fence_gate"}], + "replace": {"palette": [{"block": "spruce_leaves", "data": {"persistent": true}}]} + } + ], "chance": 1, "density": 5, "rotation": { diff --git a/biomes/mountain-forest.json b/biomes/mountain-forest.json index 2abcc466..a0873757 100644 --- a/biomes/mountain-forest.json +++ b/biomes/mountain-forest.json @@ -24,7 +24,12 @@ ], "generators": [ { - "generator": "mountain-plain", + "generator": "plain", + "max": 5, + "min": 2 + }, + { + "generator": "mountain", "max": 4, "min": 3 } @@ -285,6 +290,11 @@ "spruce-medium/spruce42", "spruce-medium/spruce43" ], + "edit": [ + { + "find": [{"block": "dark_oak_fence"}, {"block": "dark_oak_fence_gate"}], + "replace": {"palette": [{"block": "spruce_leaves", "data": {"persistent": true}}]} + }], "chance": 1, "density": 5, "rotation": { diff --git a/biomes/mountain-hills.json b/biomes/mountain-hills.json index 6732457d..13d75bec 100644 --- a/biomes/mountain-hills.json +++ b/biomes/mountain-hills.json @@ -11,7 +11,7 @@ }, "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 23, "min": 5 } diff --git a/biomes/mountain-main.json b/biomes/mountain-main.json index 0e71d563..8d1c44b0 100644 --- a/biomes/mountain-main.json +++ b/biomes/mountain-main.json @@ -20,7 +20,12 @@ { "min": 70, "max": 120, - "generator": "mountain-plain" + "generator": "mountain" + }, + { + "min": 3, + "max": 5, + "generator": "plain" } ], "layers": [ diff --git a/biomes/mountain-middle.json b/biomes/mountain-middle.json index 75ae0d39..723ba6bf 100644 --- a/biomes/mountain-middle.json +++ b/biomes/mountain-middle.json @@ -26,7 +26,7 @@ "min": 0 }, { - "generator": "mountain-plain", + "generator": "plain", "max": 95, "min": 40 } diff --git a/biomes/mountains-plains-hills.json b/biomes/mountain-plain-hills.json similarity index 99% rename from biomes/mountains-plains-hills.json rename to biomes/mountain-plain-hills.json index 63470a49..32d10158 100644 --- a/biomes/mountains-plains-hills.json +++ b/biomes/mountain-plain-hills.json @@ -5,7 +5,7 @@ "rarity": 3, "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 10, "min": 5 }, diff --git a/biomes/mountain-plains.json b/biomes/mountain-plains.json index 7bb82023..f083ca44 100644 --- a/biomes/mountain-plains.json +++ b/biomes/mountain-plains.json @@ -5,6 +5,8 @@ "children": [ "mountain-forest", "mountain-hills", + "mountain-plain-hills", + "mountain-lake", "mountain-forest-hills" ], "childStyle": { @@ -13,7 +15,12 @@ }, "generators": [ { - "generator": "mountain-plain", + "generator": "plain", + "max": 10, + "min": 6 + }, + { + "generator": "mountain", "max": 8, "min": 7 } diff --git a/biomes/mountain-river-soft.json b/biomes/mountain-river-soft.json index 73629e44..91c5debd 100644 --- a/biomes/mountain-river-soft.json +++ b/biomes/mountain-river-soft.json @@ -107,7 +107,7 @@ ], "generators": [ { - "generator": "soft-river", + "generator": "river", "max": -32, "min": -40 } diff --git a/biomes/mountain.json b/biomes/mountain.json index f925ed18..72ae5478 100644 --- a/biomes/mountain.json +++ b/biomes/mountain.json @@ -16,8 +16,14 @@ { "min": 70, "max": 140, - "generator": "mountain-plain" + "generator": "mountain" + }, + { + "min": 3, + "max": 5, + "generator": "plain" } + ], "layers": [ { diff --git a/biomes/mountains-plains.json b/biomes/mountains-plains.json index 1d192bbb..8b6fd5db 100644 --- a/biomes/mountains-plains.json +++ b/biomes/mountains-plains.json @@ -18,7 +18,7 @@ ], "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 5, "min": 4 } @@ -147,89 +147,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "place": [ "tree/oak/1", diff --git a/biomes/mushroom-crimson-forest.json b/biomes/mushroom-crimson-forest.json index 226c750d..bd436489 100644 --- a/biomes/mushroom-crimson-forest.json +++ b/biomes/mushroom-crimson-forest.json @@ -61,89 +61,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.21, "density": 2, diff --git a/biomes/mushroom-lake.json b/biomes/mushroom-lake.json index 7ff8cd93..802bce1e 100644 --- a/biomes/mushroom-lake.json +++ b/biomes/mushroom-lake.json @@ -68,89 +68,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.08, "density": 2, @@ -350,7 +268,7 @@ { "min": -30, "max": -10, - "generator": "soft-river" + "generator": "river" } ], "derivative": "MUSHROOM_FIELDS", diff --git a/biomes/mushroom-ocean-soft.json b/biomes/mushroom-ocean-soft.json deleted file mode 100644 index 20514e30..00000000 --- a/biomes/mushroom-ocean-soft.json +++ /dev/null @@ -1,342 +0,0 @@ -{ - "decorators": [ - { - "chance": 0.06, - "variance": { - "style": "STATIC" - }, - "zoom": 20, - "palette": [ - { - "block": "seagrass" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, - "zoom": 1, - "palette": [ - { - "block": "soul_sand" - }, - { - "block": "magma_block" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.1, - "verticalZoom": 20, - "variance": { - "style": "STATIC" - }, - "stackMax": 9, - "zoom": 1, - "palette": [ - { - "block": "kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "STATIC" - }, - "stackMin": 1 - }, - { - "chance": 0.005, - "variance": { - "style": "STATIC" - }, - "zoom": 1, - "palette": [ - { - "data": { - "waterlogged": true, - "pickles": 1 - }, - "block": "sea_pickle" - }, - { - "data": { - "waterlogged": true, - "pickles": 2 - }, - "block": "sea_pickle" - }, - { - "data": { - "waterlogged": true, - "pickles": 3 - }, - "block": "sea_pickle" - }, - { - "data": { - "waterlogged": true, - "pickles": 4 - }, - "block": "sea_pickle" - } - ], - "style": { - "style": "STATIC" - } - } - ], - "objects": [ - { - "chance": 0.1, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "underwater": true, - "place": [ - "ships/swreck-1", - "ships/usd-ship-1", - "ships/usd-ship-2" - ], - "edit": [ - { - "find": [ - { - "block": "oak_stairs" - } - ], - "replace": { - "palette": [ - { - "block": "oak_planks" - } - ] - } - } - ], - "translate": { - "x": 0, - "y": -4, - "z": 0 - } - }, - { - "chance": 0.3, - "edit": [ - { - "find": [ - { - "block": "shroomlight" - } - ], - "replace": { - "palette": [ - { - "block": "mushroom_stem" - } - ] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "underwater": true, - "place": [ - "lumoshroom/subnauti-1", - "lumoshroom/subnauti-2", - "lumoshroom/subnauti-3", - "lumoshroom/subnauti-4", - "lumoshroom/subnauti-5", - "lumoshroom/subnauti-6", - "lumoshroom/subnauti-7", - "lumoshroom/subnauti-8", - "lumoshroom/subnauti-9", - "lumoshroom/subnauti-10" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.25, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "underwater": true, - "place": [ - "lumoshroom/subnauti-1", - "lumoshroom/subnauti-2", - "lumoshroom/subnauti-3", - "lumoshroom/subnauti-4", - "lumoshroom/subnauti-5", - "lumoshroom/subnauti-6", - "lumoshroom/subnauti-7", - "lumoshroom/subnauti-8", - "lumoshroom/subnauti-9", - "lumoshroom/subnauti-10" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "vanillaDerivative": "OCEAN", - "name": "Mushroom Ocean soft", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "style": { - "style": "STATIC" - }, - "zoom": 0.825, - "palette": [ - { - "block": "clay" - }, - { - "block": "stone" - }, - { - "block": "cobblestone" - }, - { - "block": "andesite" - }, - { - "block": "gravel" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "weight": 2, - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - } - ], - "generators": [ - { - "min": -31, - "max": -7, - "generator": "soft-river" - } - ], - "loot": { - "tables": [ - "ocean-clutter" - ] - }, - "features": [ - { - "rarity": 48, - "zone": { - "convergeToHeight": 70, - "strength": 0.85, - "blockRadius": 32, - "interpolationRadius": 16, - "interpolator": "BILINEAR_STARCAST_9" - } - } - ], - "derivative": "OCEAN", - "wall": { - "style": { - "style": "IRIS" - }, - "palette": [ - { - "block": "clay" - }, - { - "block": "smooth_sandstone" - }, - { - "block": "red_sand" - }, - { - "block": "smooth_red_sandstone" - }, - { - "block": "smooth_sandstone" - }, - { - "block": "sand" - }, - { - "block": "smooth_red_sandstone" - } - ] - }, - "slab": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "data": { - "waterlogged": false, - "type": "bottom" - }, - "block": "stone_slab" - }, - { - "data": { - "waterlogged": false, - "type": "bottom" - }, - "block": "andesite_slab" - }, - { - "weight": 1, - "block": "air" - } - ] - } -} \ No newline at end of file diff --git a/biomes/mushroom-ocean.json b/biomes/mushroom-ocean.json index 0cb8fa28..15dbb815 100644 --- a/biomes/mushroom-ocean.json +++ b/biomes/mushroom-ocean.json @@ -273,18 +273,6 @@ "ocean-clutter" ] }, - "features": [ - { - "rarity": 48, - "zone": { - "convergeToHeight": 70, - "strength": 0.85, - "blockRadius": 32, - "interpolationRadius": 16, - "interpolator": "BILINEAR_STARCAST_9" - } - } - ], "derivative": "OCEAN", "wall": { "style": { diff --git a/biomes/mushroom-plains.json b/biomes/mushroom-plains.json index e7dee366..6ea94e4a 100644 --- a/biomes/mushroom-plains.json +++ b/biomes/mushroom-plains.json @@ -68,89 +68,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.08, "density": 2, diff --git a/biomes/mushroom-warped-forest.json b/biomes/mushroom-warped-forest.json index 2a69c56f..e8bf5631 100644 --- a/biomes/mushroom-warped-forest.json +++ b/biomes/mushroom-warped-forest.json @@ -78,89 +78,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.21, "density": 2, diff --git a/biomes/ocean-deep.json b/biomes/ocean-deep.json index a2bf7437..7a0ea4e8 100644 --- a/biomes/ocean-deep.json +++ b/biomes/ocean-deep.json @@ -4,7 +4,7 @@ "vanillaDerivative": "DEEP_OCEAN", "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": -25, "min": -50 } @@ -97,7 +97,10 @@ ], "loot": { "tables": [ - "ocean-treasure" + "ocean-clutter", + "global-treasure", + "cold-food", + "tropical-treasure" ] }, "objects": [ diff --git a/biomes/ocean-steep.json b/biomes/ocean-steep.json deleted file mode 100644 index b439d7fa..00000000 --- a/biomes/ocean-steep.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "name": "Ocean Steep", - "derivative": "OCEAN", - "vanillaDerivative": "OCEAN", - "generators": [ - { - "generator": "ocean-steep", - "max": -5, - "min": -25 - } - ], - "layers": [ - { - "minHeight": 2, - "maxHeight": 2, - "slopeCondition": { - "minimumSlope": 0, - "maximumSlope": 3 - }, - "style": { - "style": "FRACTAL_FBM_IRIS" - }, - "zoom": 0.6, - "palette": [ - { - "block": "sand" - }, - { - "block": "clay" - }, - { - "block": "sand" - }, - { - "block": "gravel" - }, - { - "block": "sand" - }, - { - "block": "dirt" - }, - { - "weight": 2, - "block": "sand" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 2, - "palette": [ - { - "block": "gravel" - } - ] - } - ], - "decorators": [ - { - "chance": 0.1, - "palette": [ - { - "block": "kelp_plant" - } - ], - "stackMin": 4, - "stackMax": 10 - }, - { - "chance": 0.05, - "palette": [ - { - "block": "seagrass" - } - ] - }, - { - "chance": 0.05, - "palette": [ - { - "block": "tall_seagrass", - "data": { - "half": "lower" - } - } - ], - "topPalette": [ - { - "block": "tall_seagrass", - "data": { - "half": "upper" - } - } - ] - } - ], - "objects": [ - { - "place": [ - "ships/generic" - ], - "chance": 0.01, - "onwater": true, - "translate": { - "y": -1 - }, - "waterloggable": true - }, - { - "place": [ - "landform/stone/1", - "landform/stone/2", - "landform/stone/3", - "landform/stone/4", - "landform/stone/5" - ], - "chance": 1, - "mode": "FAST_MIN_HEIGHT", - "underwater": true, - "waterloggable": true, - "edit": [ - { - "find": [ - { - "block": "grass_block" - }, - { - "block": "dirt" - } - ], - "replace": { - "palette": [ - { - "block": "clay" - } - ] - } - }, - { - "find": [ - { - "block": "tall_grass" - }, - { - "block": "grass" - } - ], - "replace": { - "palette": [ - { - "block": "seagrass" - } - ] - } - } - ] - }, - { - "place": [ - "landform/underwater/ellipsoid-1" - ], - "chance": 0.5, - "underwater": true, - "mode": "CENTER_HEIGHT", - "edit": [ - { - "find": [ - { - "block": "clay" - } - ], - "replace": { - "style": { - "style": "GLOB", - "zoom": 0.02 - }, - "palette": [ - { - "weight": 2, - "block": "clay" - }, - { - "weight": 1, - "block": "cave_air" - } - ] - } - } - ] - }, - { - "place": [ - "ships/generic" - ], - "chance": 0.005, - "onwater": true, - "translate": { - "y": -1 - }, - "waterloggable": true - } - ] -} \ No newline at end of file diff --git a/biomes/ocean-warm-bottom.json b/biomes/ocean-warm-bottom.json index 0add9b70..2e03e5a3 100644 --- a/biomes/ocean-warm-bottom.json +++ b/biomes/ocean-warm-bottom.json @@ -4,7 +4,7 @@ "vanillaDerivative": "WARM_OCEAN", "generators": [ { - "generator": "ocean-steep", + "generator": "plain", "max": -30, "min": -40 } diff --git a/biomes/ocean-warm.json b/biomes/ocean-warm.json index f0bb023f..86ce8ab8 100644 --- a/biomes/ocean-warm.json +++ b/biomes/ocean-warm.json @@ -13,7 +13,7 @@ "childShrinkFactor": 1.0, "generators": [ { - "generator": "ocean-steep", + "generator": "plain", "max": -10, "min": -19 } diff --git a/biomes/rocky-mountains-cliffs.json b/biomes/rocky-mountain-cliffs.json similarity index 97% rename from biomes/rocky-mountains-cliffs.json rename to biomes/rocky-mountain-cliffs.json index 16e017b7..d3d1b17a 100644 --- a/biomes/rocky-mountains-cliffs.json +++ b/biomes/rocky-mountain-cliffs.json @@ -29,6 +29,10 @@ } } ], + "children": [ + "rocky-mountains", + "rocky-ocean" + ], "vanillaDerivative": "MODIFIED_GRAVELLY_MOUNTAINS", "objects": [ { diff --git a/biomes/rocky-mountains.json b/biomes/rocky-mountains.json index d46d5430..0eec1754 100644 --- a/biomes/rocky-mountains.json +++ b/biomes/rocky-mountains.json @@ -44,7 +44,7 @@ "style": "IRIS" }, "children": [ - "rocky-mountains-cliffs" + "rocky-mountain-cliffs" ], "decorators": [ { diff --git a/biomes/swamp-dark-oak-denmyre.json b/biomes/swamp-dark-oak-denmyre.json index fd3aea18..79b05d56 100644 --- a/biomes/swamp-dark-oak-denmyre.json +++ b/biomes/swamp-dark-oak-denmyre.json @@ -79,89 +79,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "PAINT", "chance": 0.0025, diff --git a/biomes/swamp-lake.json b/biomes/swamp-lake.json index 2b62aec1..1d038337 100644 --- a/biomes/swamp-lake.json +++ b/biomes/swamp-lake.json @@ -84,89 +84,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.35, "density": 2, diff --git a/biomes/swamp-marsh-rotten.json b/biomes/swamp-marsh-rotten.json index a4606cfc..cf143340 100644 --- a/biomes/swamp-marsh-rotten.json +++ b/biomes/swamp-marsh-rotten.json @@ -71,89 +71,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.4, "density": 2, diff --git a/biomes/swamp-marsh.json b/biomes/swamp-marsh.json index 4a7c4be7..1b66d708 100644 --- a/biomes/swamp-marsh.json +++ b/biomes/swamp-marsh.json @@ -84,89 +84,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "place": [ "tree/jungle/1", diff --git a/biomes/swamp-mountain-forest.json b/biomes/swamp-mountain-forest.json index 884e1d41..26a45f76 100644 --- a/biomes/swamp-mountain-forest.json +++ b/biomes/swamp-mountain-forest.json @@ -98,89 +98,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.000256, "rotation": { diff --git a/biomes/swamp-ocean-tree.json b/biomes/swamp-ocean-tree.json index aa320d6b..0524cc31 100644 --- a/biomes/swamp-ocean-tree.json +++ b/biomes/swamp-ocean-tree.json @@ -156,7 +156,7 @@ ], "translate": { "x": 0, - "y": -4, + "y": -6, "z": 0 } }, @@ -244,7 +244,7 @@ } }, "translate": { - "y": -4 + "y": -6 } } ], @@ -302,7 +302,7 @@ { "min": -1, "max": 0, - "generator": "soft-river" + "generator": "river" } ], "loot": { diff --git a/biomes/swamp-ocean.json b/biomes/swamp-ocean.json index 12a5fa66..c782125b 100644 --- a/biomes/swamp-ocean.json +++ b/biomes/swamp-ocean.json @@ -215,7 +215,7 @@ { "min": -2, "max": 0, - "generator": "soft-river" + "generator": "river" } ], "loot": { diff --git a/biomes/swamp-roofed-forest.json b/biomes/swamp-roofed-forest.json index 4053012a..4799bc3d 100644 --- a/biomes/swamp-roofed-forest.json +++ b/biomes/swamp-roofed-forest.json @@ -101,89 +101,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.05, "edit": [ diff --git a/biomes/temperate-beach.json b/biomes/temperate-beach.json index 03d313ce..9357e13b 100644 --- a/biomes/temperate-beach.json +++ b/biomes/temperate-beach.json @@ -82,89 +82,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "PAINT", "chance": 0.0025, diff --git a/biomes/temperate-birch-denmyre.json b/biomes/temperate-birch-denmyre.json index b858a514..c2f11ec3 100644 --- a/biomes/temperate-birch-denmyre.json +++ b/biomes/temperate-birch-denmyre.json @@ -95,89 +95,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "PAINT", "chance": 0.0025, diff --git a/biomes/temperate-birch-forest.json b/biomes/temperate-birch-forest.json index b811c1c0..9d3cece3 100644 --- a/biomes/temperate-birch-forest.json +++ b/biomes/temperate-birch-forest.json @@ -1,4 +1,4 @@ -{ + { "vanillaDerivative": "BIRCH_FOREST", "jigsawStructures": [ { @@ -37,89 +37,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "PAINT", "chance": 0.0025, @@ -378,7 +296,7 @@ { "min": 4, "max": 7, - "generator": "smooth-land" + "generator": "smooth-dunes" } ], "loot": { diff --git a/biomes/temperate-bonsai.json b/biomes/temperate-bonsai.json index e43f6a47..087d7653 100644 --- a/biomes/temperate-bonsai.json +++ b/biomes/temperate-bonsai.json @@ -3,7 +3,7 @@ "derivative": "PLAINS", "vanillaDerivative": "PLAINS", "children": [ - "temperate-plains-hills" + "temperate-plain-hills" ], "biomeScatter": [ "FOREST", @@ -26,7 +26,7 @@ }, "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 14, "min": 3 } @@ -146,89 +146,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.3, "rotation": { diff --git a/biomes/temperate-flower-forest-free.json b/biomes/temperate-flower-forest-free.json deleted file mode 100644 index 72792a32..00000000 --- a/biomes/temperate-flower-forest-free.json +++ /dev/null @@ -1,529 +0,0 @@ -{ - "vanillaDerivative": "Flower Forest", - "entityInitialSpawns": [{ - "entity": "cow", - "maxSpawns": 3, - "minSpawns": 1, - "rarity": 7 - }, - { - "entity": "pig", - "maxSpawns": 3, - "minSpawns": 1, - "rarity": 7 - }, - { - "entity": "chicken", - "maxSpawns": 4, - "minSpawns": 1, - "rarity": 7 - }, - { - "entity": "sheep", - "maxSpawns": 4, - "minSpawns": 1, - "rarity": 7 - } - ], - "objects": [ - { - "chance": 0.01, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "stone-clutt/obelisk-1", - "stone-clutt/obelisk-2", - "stone-clutt/obelisk-3", - "stone-clutt/obelisk-4", - "stone-clutt/obelisk-5", - "stone-clutt/obelisk-6", - "stone-clutt/obelisk-7" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.004, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "sakura/tronco" - ], - "translate": { - "x": 0, - "y": 1, - "z": 0 - } - }, - { - "chance": 0.001, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "garbage/clutter-1", - "garbage/clutter-2", - "garbage/clutter-3", - "garbage/clutter-4" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.4, - "mode": "PAINT", - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "clutter/stone-clutt-1", - "clutter/stone-clutt-2", - "clutter/stone-clutt-3", - "clutter/stone-clutt-4", - "clutter/stone-clutt-5", - "clutter/stone-clutt-6", - "clutter/stone-clutt-7", - "boulder/boulder1", - "boulder/boulder2", - "boulder/boulder4", - "boulder/boulder5", - "boulder/boulder6", - "boulder/boulder7", - "boulder/boulder8" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - }, - { - "chance": 0.2, - "mode": "PAINT", - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "rocks/r1", - "rocks/r3" - ], - "translate": { - "x": 0, - "y": 1, - "z": 0 - } - }, - { - "chance": 0.2, - "mode": "PAINT", - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "rocks/r2", - "rocks/r3", - "rocks/r4" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.00036, - "edit": [{ - "find": [{ - "block": "white_wool" - }], - "replace": { - "palette": [{ - "block": "oak_wood" - }] - } - }, - { - "find": [{ - "block": "black_wool" - }], - "replace": { - "palette": [{ - "block": "oak_wood" - }] - } - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "sm-tree/oakw-oakl" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - } - ], - "derivative": "FLOWER_FOREST", - "biomeStyle": { - "style": "IRIS" - }, - "decorators": [{ - "chance": 0.3, - "variance": { - "style": "CELLULAR", - "zoom": 0.3, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } - } - }, - "style": { - "style": "TRIOCTAVE_SIMPLEX", - "zoom": 0.3, - "fracture": { - "style": "STATIC", - "multiplier": 8 - } - }, - "palette": [{ - "block": "dandelion" - }, - { - "weight": 1, - "block": "grass" - }, - { - "block": "poppy" - }, - { - "block": "blue_orchid" - }, - { - "block": "allium" - }, - { - "block": "azure_bluet" - }, - { - "block": "red_tulip" - }, - { - "block": "orange_tulip" - }, - { - "block": "white_tulip" - }, - { - "block": "pink_tulip" - }, - { - "block": "oxeye_daisy" - }, - { - "block": "cornflower" - }, - { - "block": "lily_of_the_valley" - } - ] - }, - { - "chance": 0.1, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [{ - "weight": 1, - "block": "grass" - }, - { - "block": "grass" - }, - { - "block": "grass" - }, - { - "chance": 0.8, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [{ - "block": "rose_bush" - }], - "style": { - "style": "STATIC" - } - }, - { - "chance": 7, - "block": "grass" - }, { - "block": "dandelion" - }, - { - "block": "poppy" - }, - { - "block": "blue_orchid" - }, - { - "block": "allium" - }, - { - "block": "azure_bluet" - }, - { - "block": "red_tulip" - }, - { - "block": "orange_tulip" - }, - { - "block": "white_tulip" - }, - { - "block": "pink_tulip" - }, - { - "block": "oxeye_daisy" - }, - { - "block": "cornflower" - }, - { - "block": "lily_of_the_valley" - },{ - "block": "dandelion" - }, - { - "block": "poppy" - }, - { - "block": "blue_orchid" - }, - { - "block": "allium" - }, - { - "block": "azure_bluet" - }, - { - "block": "red_tulip" - }, - { - "block": "orange_tulip" - }, - { - "block": "white_tulip" - }, - { - "block": "pink_tulip" - }, - { - "block": "oxeye_daisy" - }, - { - "block": "cornflower" - }, - { - "block": "lily_of_the_valley" - } - ] - }, - { - "chance": 0.04, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [{ - "block": "oak_leaves", - "data": { - "persistent": true - } - }] - }, - { - "chance": 0.02, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [{ - "block": "tall_grass" - }] - }, - { - "chance": 0.5, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [{ - "block": "grass" - }] - }, - { - "chance": 0.03, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [{ - "block": "rose_bush" - }] - }, - { - "chance": 0.03, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [{ - "block": "cobblestone_slab" - }] - } - ], - "name": "Flower Forest free", - "layers": [{ - "style": { - "style": "STATIC" - }, - "zoom": 0.656, - "palette": [{ - "weight": 19, - "block": "grass_block" - }, - { - "block": "gravel" - }, - { - "weight": 26, - "block": "grass_block" - } - ] - }, - { - "palette": [{ - "block": "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" - } - ] - } - ], - "generators": [{ - "min": 3, - "max": 10, - "generator": "plain" - }], - "loot": { - "tables": [ - "forest-food" - ] - }, - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [{ - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - }, - "biomeScatter": [ - "FLOWER_FOREST" - ], - "rarity": 15 -} \ No newline at end of file diff --git a/biomes/temperate-flower-forest.json b/biomes/temperate-flower-forest.json index 101aa7ce..2683123a 100644 --- a/biomes/temperate-flower-forest.json +++ b/biomes/temperate-flower-forest.json @@ -1,5 +1,5 @@ { - "vanillaDerivative": "Flower Forest", + "vanillaDerivative": "FLOWER_FOREST", "entityInitialSpawns": [{ "entity": "cow", "maxSpawns": 3, @@ -510,19 +510,6 @@ { "block": "grass" }, - { - "chance": 0.8, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [{ - "block": "rose_bush" - }], - "style": { - "style": "STATIC" - } - }, { "chance": 7, "block": "grass" diff --git a/biomes/temperate-highlands.json b/biomes/temperate-highlands.json index 95889582..2deab915 100644 --- a/biomes/temperate-highlands.json +++ b/biomes/temperate-highlands.json @@ -119,89 +119,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.35, "density": 2, diff --git a/biomes/temperate-lake.json b/biomes/temperate-lake.json deleted file mode 100644 index da965c14..00000000 --- a/biomes/temperate-lake.json +++ /dev/null @@ -1,212 +0,0 @@ -{ - "name": "lake", - "derivative": "TAIGA_MOUNTAINS"", - "vanillaDerivative": "PLAINS", - "generators": [ - { - "generator": "plain", - "max": -30, - "min": -40 - } - ], - "decorators": [ - { - "chance": 0.19, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "block": "grass" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.02, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "data": { - "age": 7 - }, - "block": "wheat" - } - ], - "style": { - "style": "IRIS", - "zoom": 0.28 - } - }, - { - "chance": 0.2, - "variance": { - "style": "CELLULAR", - "zoom": 0.3, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.2, - "multiplier": 10, - "fracture": { - "style": "STATIC", - "multiplier": 15 - } - } - }, - "style": { - "style": "TRIOCTAVE_SIMPLEX", - "zoom": 0.3, - "fracture": { - "style": "STATIC", - "multiplier": 8 - } - }, - "palette": [ - { - "block": "dandelion" - }, - { - "block": "poppy" - }, - { - "block": "blue_orchid" - }, - { - "block": "allium" - }, - { - "block": "azure_bluet" - }, - { - "block": "red_tulip" - }, - { - "block": "orange_tulip" - }, - { - "block": "white_tulip" - }, - { - "block": "pink_tulip" - }, - { - "block": "oxeye_daisy" - }, - { - "block": "cornflower" - }, - { - "block": "lily_of_the_valley" - } - ] - }, - { - "chance": 0.01, - "palette": [ - { - "block": "tall_grass" - } - ] - }, - { - "chance": 0.5, - "palette": [ - { - "block": "grass" - } - ] - } - ], - "objects": [], - "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" - } - ] - } -} \ No newline at end of file diff --git a/biomes/temperate-longtree-forest.json b/biomes/temperate-longtree-forest.json index 2e877c22..d4b0723e 100644 --- a/biomes/temperate-longtree-forest.json +++ b/biomes/temperate-longtree-forest.json @@ -243,26 +243,11 @@ "block": "grass" }, { - "block": "grass" + "block": "rose_bush" }, { - "block": "grass" + "block": "dandelion" }, - { - "chance": 0.8, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "block": "rose_bush" - } - ], - "style": { - "style": "STATIC" - } - }, { "chance": 7, "block": "grass" @@ -359,89 +344,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.7, "rotation": { @@ -691,7 +594,7 @@ } ], "generators": [{ - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 10, "min": 4 }], diff --git a/biomes/temperate-oak-beach.json b/biomes/temperate-oak-beach.json index cc326688..161089c8 100644 --- a/biomes/temperate-oak-beach.json +++ b/biomes/temperate-oak-beach.json @@ -27,89 +27,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.001, "rotation": { diff --git a/biomes/temperate-oak-denmyre.json b/biomes/temperate-oak-denmyre.json index 4d678901..24aae25f 100644 --- a/biomes/temperate-oak-denmyre.json +++ b/biomes/temperate-oak-denmyre.json @@ -23,29 +23,14 @@ "block": "grass" }, { - "block": "grass" - }, - { - "block": "grass" + "block": "lily_of_the_valley" + }, + { + "block": "allium" }, - { - "chance": 0.8, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "block": "rose_bush" - } - ], - "style": { - "style": "STATIC" - } - }, { "chance": 7, - "block": "grass" + "block": "poppy" } ] }, @@ -64,7 +49,7 @@ } ] }, - { + { "chance": 0.02, "variance": { "style": "STATIC" @@ -76,7 +61,7 @@ } ] }, - { + { "chance": 0.03, "variance": { "style": "STATIC" @@ -88,7 +73,7 @@ } ] }, - { + { "chance": 0.05, "variance": { "style": "STATIC" @@ -101,7 +86,7 @@ } ] }, - { + { "chance": 0.05, "variance": { "style": "STATIC" @@ -113,7 +98,7 @@ "block": "poppy" } ] - }, + }, { "chance": 0.03, "variance": { @@ -153,89 +138,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "PAINT", "chance": 0.00975, diff --git a/biomes/temperate-oak-forest.json b/biomes/temperate-oak-forest.json index 3172bc32..6ff90548 100644 --- a/biomes/temperate-oak-forest.json +++ b/biomes/temperate-oak-forest.json @@ -37,89 +37,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.07, "rotation": { @@ -399,21 +317,6 @@ { "block": "grass" }, - { - "chance": 0.8, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "block": "rose_bush" - } - ], - "style": { - "style": "STATIC" - } - }, { "chance": 7, "block": "grass" diff --git a/biomes/temperate-oak-hills.json b/biomes/temperate-oak-hills.json index e12070f2..a79d3823 100644 --- a/biomes/temperate-oak-hills.json +++ b/biomes/temperate-oak-hills.json @@ -5,7 +5,7 @@ "rarity": 2, "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 30, "min": 3 }, diff --git a/biomes/temperate-oak.json b/biomes/temperate-oak.json index 12035c30..18b43273 100644 --- a/biomes/temperate-oak.json +++ b/biomes/temperate-oak.json @@ -7,7 +7,7 @@ ], "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 4, "min": 3 } @@ -186,89 +186,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "place": [ "boulder/boulder1", diff --git a/biomes/temperate-plains-hills.json b/biomes/temperate-plain-hills.json similarity index 100% rename from biomes/temperate-plains-hills.json rename to biomes/temperate-plain-hills.json diff --git a/biomes/temperate-plains.json b/biomes/temperate-plains.json index 8576b500..dd15926f 100644 --- a/biomes/temperate-plains.json +++ b/biomes/temperate-plains.json @@ -3,7 +3,7 @@ "derivative": "PLAINS", "vanillaDerivative": "PLAINS", "children": [ - "temperate-plains-hills" + "temperate-plain-hills" ], "jigsawStructures": [ { @@ -142,89 +142,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "VACUUM", "chance": 0.00975, diff --git a/biomes/temperate-plateau.json b/biomes/temperate-plateau.json index 43ec5dc6..e28dd9e2 100644 --- a/biomes/temperate-plateau.json +++ b/biomes/temperate-plateau.json @@ -104,7 +104,7 @@ } ] }, - "chance": 0.20 + "chance": 0.2 } ], "mode": "VACUUM", @@ -315,25 +315,31 @@ "biomeStyle": { "style": "IRIS" }, - "decorators": [ - { - "chance": 0.8, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [ - { - "weight": 1, - "block": "grass" - }, - { - "block": "grass" - }, - { - "block": "grass" - }, - { + "decorators": [ + { + "chance": 0.8, + "variance": { + "style": "STATIC" + }, + "zoom": 0.2, + "palette": [ + { + "weight": 1, + "block": "grass" + }, + { + "block": "grass" + }, + { + "block": "grass" + }, + { + "chance": 7, + "block": "grass" + } + ] + }, + { "chance": 0.8, "variance": { "style": "STATIC" @@ -347,90 +353,85 @@ "style": { "style": "STATIC" } + }, + { + "chance": 0.03, + "variance": { + "style": "STATIC" }, - { - "chance": 7, - "block": "grass" - } - ] - }, - { - "chance": 0.03, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [ - { - "block": "oak_leaves", - "data": { + "zoom": 0.2, + "palette": [ + { + "block": "oak_leaves", + "data": { "persistent": true } - } - ] - }, - { - "chance": 0.02, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [ - { + } + ] + }, + { + "chance": 0.02, + "variance": { + "style": "STATIC" + }, + "zoom": 0.2, + "palette": [ + { "block": "tall_grass" - } - ] - }, - { - "chance": 0.03, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [ - { + } + ] + }, + { + "chance": 0.03, + "variance": { + "style": "STATIC" + }, + "zoom": 0.2, + "palette": [ + { "block": "rose_bush" - } - ] - }, - { - "chance": 0.05, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [ - { - "chance": 3, - "block": "red_mushroom" - } - ] - }, - { - "chance": 0.05, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [ - { - "chance": 3, - "block": "poppy" - } - ] - }, - { - "chance": 0.03, - "variance": { - "style": "STATIC" - }, - "zoom": 0.2, - "palette": [ - { + } + ] + }, + { + "chance": 0.05, + "variance": { + "style": "STATIC" + }, + "zoom": 0.2, + "palette": [ + { + "chance": 3, + "block": "red_mushroom" + } + ] + }, + { + "chance": 0.05, + "variance": { + "style": "STATIC" + }, + "zoom": 0.2, + "palette": [ + { + "chance": 3, + "block": "poppy" + } + ] + }, + { + "chance": 0.03, + "variance": { + "style": "STATIC" + }, + "zoom": 0.2, + "palette": [ + { "block": "cobblestone_slab" - } - ] - }], + } + ] + } + ], "name": "temperate plateau", "layers": [ { @@ -485,12 +486,12 @@ { "min": 30, "max": 55, - "generator": "smooth-land-steep" + "generator": "canyon-steep" }, { "min": 2, "max": 3, - "generator": "smooth-land" + "generator": "smooth-dunes" }, { "min": 2, diff --git a/biomes/temperate-river-loud.json b/biomes/temperate-river-loud.json deleted file mode 100644 index d46ceeba..00000000 --- a/biomes/temperate-river-loud.json +++ /dev/null @@ -1,181 +0,0 @@ -{ - "vanillaDerivative": "RIVER", - "decorators": [ - { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, - "zoom": 1, - "palette": [ - { - "block": "soul_sand" - }, - { - "block": "magma_block" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.07, - "variance": { - "style": "STATIC" - }, - "zoom": 5, - "palette": [ - { - "block": "seagrass" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.013, - "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, - "stackMax": 6, - "zoom": 1, - "palette": [ - { - "block": "kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "IRIS" - }, - "stackMin": 2 - }, - { - "chance": 0.001, - "variance": { - "style": "STATIC" - }, - "zoom": 1, - "palette": [ - { - "data": { - "waterlogged": true, - "pickles": 1 - }, - "block": "sea_pickle" - } - ], - "style": { - "style": "STATIC" - } - } - ], - "objects": [ - { - "chance": 0.001, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "stone-clutt/obelisk-1", - "stone-clutt/obelisk-2", - "stone-clutt/obelisk-3", - "stone-clutt/obelisk-4", - "stone-clutt/obelisk-5", - "stone-clutt/obelisk-6", - "stone-clutt/obelisk-7" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "name": "River Loud", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "style": { - "style": "CELLULAR_IRIS_DOUBLE" - }, - "zoom": 0.525, - "palette": [ - { - "block": "sand" - }, - { - "block": "clay" - }, - { - "block": "gravel" - }, - { - "block": "sand" - }, - { - "weight": 2, - "block": "gravel" - }, - { - "block": "sand" - }, - { - "block": "dirt" - }, - { - "block": "dirt" - }, - { - "weight": 2, - "block": "sand" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "weight": 2, - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - } - ], - "generators": [ - { - "generator": "ocean-steep", - "max": -10, - "min": -30 - } - ], - "loot": { - "tables": [ - "ocean-clutter" - ] - }, - "derivative": "DEEP_OCEAN" -} \ No newline at end of file diff --git a/biomes/temperate-soft-river.json b/biomes/temperate-soft-river.json deleted file mode 100644 index 4bfa58a0..00000000 --- a/biomes/temperate-soft-river.json +++ /dev/null @@ -1,181 +0,0 @@ -{ - "vanillaDerivative": "RIVER", - "decorators": [ - { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, - "zoom": 1, - "palette": [ - { - "block": "soul_sand" - }, - { - "block": "magma_block" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.07, - "variance": { - "style": "STATIC" - }, - "zoom": 5, - "palette": [ - { - "block": "seagrass" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.013, - "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, - "stackMax": 6, - "zoom": 1, - "palette": [ - { - "block": "kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "IRIS" - }, - "stackMin": 2 - }, - { - "chance": 0.001, - "variance": { - "style": "STATIC" - }, - "zoom": 1, - "palette": [ - { - "data": { - "waterlogged": true, - "pickles": 1 - }, - "block": "sea_pickle" - } - ], - "style": { - "style": "STATIC" - } - } - ], - "objects": [ - { - "chance": 0.001, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "stone-clutt/obelisk-1", - "stone-clutt/obelisk-2", - "stone-clutt/obelisk-3", - "stone-clutt/obelisk-4", - "stone-clutt/obelisk-5", - "stone-clutt/obelisk-6", - "stone-clutt/obelisk-7" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "name": "Soft River", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "style": { - "style": "CELLULAR_IRIS_DOUBLE" - }, - "zoom": 0.525, - "palette": [ - { - "block": "sand" - }, - { - "block": "clay" - }, - { - "block": "gravel" - }, - { - "block": "sand" - }, - { - "weight": 2, - "block": "gravel" - }, - { - "block": "sand" - }, - { - "block": "dirt" - }, - { - "block": "dirt" - }, - { - "weight": 2, - "block": "sand" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "weight": 2, - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - } - ], - "generators": [ - { - "generator": "soft-river", - "max": -40, - "min": -50 - } - ], - "loot": { - "tables": [ - "ocean-clutter" - ] - }, - "derivative": "DEEP_OCEAN" -} \ No newline at end of file diff --git a/biomes/temperate-wilds.json b/biomes/temperate-wilds.json index 07bb3c4c..d2e47ac4 100644 --- a/biomes/temperate-wilds.json +++ b/biomes/temperate-wilds.json @@ -149,89 +149,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.125, "place": [ diff --git a/biomes/tropical-bamboo-forest.json b/biomes/tropical-bamboo-forest.json index 68b06cae..78cef964 100644 --- a/biomes/tropical-bamboo-forest.json +++ b/biomes/tropical-bamboo-forest.json @@ -3,89 +3,7 @@ "BAMBOO_JUNGLE" ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.5, "rotation": { diff --git a/biomes/tropical-beach.json b/biomes/tropical-beach.json index 139ef404..05b9531d 100644 --- a/biomes/tropical-beach.json +++ b/biomes/tropical-beach.json @@ -82,89 +82,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 1, "edit": [ diff --git a/biomes/tropical-cavern.json b/biomes/tropical-cavern.json index 05801f7a..473ffc54 100644 --- a/biomes/tropical-cavern.json +++ b/biomes/tropical-cavern.json @@ -110,7 +110,9 @@ }, { "block": "jungle_leaves", - "persistent": true + "data": { + "persistent": true + } }, { "weight": 2, diff --git a/biomes/tropical-coral-ocean-cliffs.json b/biomes/tropical-coral-ocean-cliffs.json index 1a920f55..b31a0e81 100644 --- a/biomes/tropical-coral-ocean-cliffs.json +++ b/biomes/tropical-coral-ocean-cliffs.json @@ -1723,18 +1723,6 @@ "ocean-clutter" ] }, - "features": [ - { - "rarity": 33, - "zone": { - "convergeToHeight": 70, - "strength": 0.85, - "blockRadius": 32, - "interpolationRadius": 16, - "interpolator": "BILINEAR_STARCAST_9" - } - } - ], "derivative": "LUKEWARM_OCEAN", "wall": { "palette": [ diff --git a/biomes/tropical-coral-ocean.json b/biomes/tropical-coral-ocean.json index 0efb9408..524d9cb2 100644 --- a/biomes/tropical-coral-ocean.json +++ b/biomes/tropical-coral-ocean.json @@ -1652,18 +1652,6 @@ } } ], - "features": [ - { - "rarity": 38, - "zone": { - "convergeToHeight": 70, - "strength": 0.85, - "blockRadius": 32, - "interpolationRadius": 16, - "interpolator": "BILINEAR_STARCAST_9" - } - } - ], "name": "Coral Ocean", "layers": [ { diff --git a/biomes/tropical-jungle-denmyre.json b/biomes/tropical-jungle-denmyre.json index d2813085..a66fd324 100644 --- a/biomes/tropical-jungle-denmyre.json +++ b/biomes/tropical-jungle-denmyre.json @@ -86,89 +86,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.5, "density": 2, diff --git a/biomes/tropical-lake.json b/biomes/tropical-lake.json deleted file mode 100644 index db5eac54..00000000 --- a/biomes/tropical-lake.json +++ /dev/null @@ -1,150 +0,0 @@ -{ - "name": "Tropical lake", - "derivative": "JUNGLE", - "vanillaDerivative": "JUNGLE", - "children": [ - "tropical-plains-hills" - ], - "childStyle": { - "style": "SIMPLEX", - "zoom": 0.5, - "exponent": 2.0 - }, - "generators": [ - { - "generator": "smooth-land", - "max": -20, - "min": -30 - } - ], - "layers": [ - { - "palette": [ - { - "block": "grass_block" - } - ] - }, - { - "minHeight": 2, - "maxHeight": 2, - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "style": { - "style": "STATIC" - }, - "minHeight": 1, - "maxHeight": 1, - "palette": [ - { - "block": "dirt" - }, - { - "block": "stone" - } - ] - } - ], - "decorators": [ - { - "chance": 0.7, - "palette": [ - { - "weight": 2, - "block": "grass" - }, - { - "weight": 1, - "block": "tall_grass" - } - ] - }, - { - "chance": 0.06, - "variance": { - "style": "STATIC" - }, - "palette": [ - { - "block": "dandelion" - }, - { - "block": "poppy" - }, - { - "block": "blue_orchid" - }, - { - "block": "allium" - }, - { - "block": "azure_bluet" - }, - { - "block": "red_tulip" - }, - { - "block": "orange_tulip" - }, - { - "block": "white_tulip" - }, - { - "block": "pink_tulip" - }, - { - "block": "oxeye_daisy" - }, - { - "block": "cornflower" - }, - { - "block": "lily_of_the_valley" - } - ] - } - ], - "objects": [ - { - "mode": "PAINT", - "place": [ - "bush/small/1", - "bush/small/2", - "bush/small/3" - ], - "chance": 1, - "density": 5 - }, - { - "place": [ - "tree/jungle/1", - "tree/jungle/2", - "tree/jungle/3", - "tree/jungle/4", - "tree/jungle/5", - "tree/jungle/6", - "tree/jungle/7", - "tree/jungle/8", - "tree/jungle/9" - ], - "chance": 1, - "rotation": { - "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } - }, - "translate": { - "y": -2 - } - } - ] -} \ No newline at end of file diff --git a/biomes/tropical-mountains.json b/biomes/tropical-mountain-extreme.json similarity index 99% rename from biomes/tropical-mountains.json rename to biomes/tropical-mountain-extreme.json index 59e9b0b6..5e539f49 100644 --- a/biomes/tropical-mountains.json +++ b/biomes/tropical-mountain-extreme.json @@ -3,7 +3,7 @@ "derivative": "MODIFIED_JUNGLE", "vanillaDerivative": "MODIFIED_JUNGLE", "children": [ - "tropical-mountains-water" + "tropical-mountain-water" ], "childStyle": { "style": "GLOB", diff --git a/biomes/tropical-mountain-middle.json b/biomes/tropical-mountain-middle.json index 09ccfd79..fdae869c 100644 --- a/biomes/tropical-mountain-middle.json +++ b/biomes/tropical-mountain-middle.json @@ -16,12 +16,12 @@ "min": 10 }, { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 55, "min": 20 }, { - "generator": "canyon-steep", + "generator": "plain", "max": 50, "min": 0 } diff --git a/biomes/tropical-mountains-plains.json b/biomes/tropical-mountain-plains.json similarity index 99% rename from biomes/tropical-mountains-plains.json rename to biomes/tropical-mountain-plains.json index ccc315d2..fe5a40e3 100644 --- a/biomes/tropical-mountains-plains.json +++ b/biomes/tropical-mountain-plains.json @@ -3,7 +3,7 @@ "derivative": "MODIFIED_JUNGLE", "vanillaDerivative": "MODIFIED_JUNGLE", "children": [ - "tropical-mountains" + "tropical-mountain-extreme" ], "childStyle": { "style": "GLOB", diff --git a/biomes/tropical-mountains-water.json b/biomes/tropical-mountain-water.json similarity index 100% rename from biomes/tropical-mountains-water.json rename to biomes/tropical-mountain-water.json diff --git a/biomes/tropical-mountain.json b/biomes/tropical-mountain.json index 43556663..d2717642 100644 --- a/biomes/tropical-mountain.json +++ b/biomes/tropical-mountain.json @@ -16,7 +16,7 @@ { "min": 10, "max": 50, - "generator": "smooth-land" + "generator": "smooth-dunes" } ], "layers": [ diff --git a/biomes/tropical-ocean.json b/biomes/tropical-ocean.json index eb641464..8a3b883b 100644 --- a/biomes/tropical-ocean.json +++ b/biomes/tropical-ocean.json @@ -289,18 +289,7 @@ } } ], - "features": [ - { - "rarity": 38, - "zone": { - "convergeToHeight": 70, - "strength": 0.85, - "blockRadius": 32, - "interpolationRadius": 16, - "interpolator": "BILINEAR_STARCAST_9" - } - } - ], + "name": "Tropical Ocean", "layers": [ { @@ -361,7 +350,7 @@ { "min": -38, "max": -20, - "generator": "soft-river" + "generator": "river" } ], "loot": { diff --git a/biomes/tropical-plains-hills.json b/biomes/tropical-plains-hills.json index b1beb7c4..b14f2a3a 100644 --- a/biomes/tropical-plains-hills.json +++ b/biomes/tropical-plains-hills.json @@ -5,7 +5,7 @@ "rarity": 2, "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 15, "min": -10 } diff --git a/biomes/tropical-plains.json b/biomes/tropical-plains.json index 5ce9d1e5..fab2c62c 100644 --- a/biomes/tropical-plains.json +++ b/biomes/tropical-plains.json @@ -12,7 +12,7 @@ }, "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 20, "min": -10 } diff --git a/biomes/tropical-rainforest-island.json b/biomes/tropical-rainforest-island.json index 98b3ff6e..85a9b6c9 100644 --- a/biomes/tropical-rainforest-island.json +++ b/biomes/tropical-rainforest-island.json @@ -124,89 +124,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "PAINT", "chance": 0.0025, diff --git a/biomes/tropical-rainforest-wicked-child.json b/biomes/tropical-rainforest-wicked-child.json index 5a12fa44..c4864001 100644 --- a/biomes/tropical-rainforest-wicked-child.json +++ b/biomes/tropical-rainforest-wicked-child.json @@ -113,89 +113,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "PAINT", "chance": 0.0025, diff --git a/biomes/tropical-rainforest-wicked.json b/biomes/tropical-rainforest-wicked.json index da377084..4e38b263 100644 --- a/biomes/tropical-rainforest-wicked.json +++ b/biomes/tropical-rainforest-wicked.json @@ -119,89 +119,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "PAINT", "chance": 0.0025, diff --git a/biomes/tropical-rainforest.json b/biomes/tropical-rainforest.json index cf23dd13..1eaad210 100644 --- a/biomes/tropical-rainforest.json +++ b/biomes/tropical-rainforest.json @@ -127,89 +127,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "PAINT", "chance": 0.0025, diff --git a/biomes/tropical-submerged-volcanic.json b/biomes/tropical-submerged-volcanic.json index 2b16289e..401b44bd 100644 --- a/biomes/tropical-submerged-volcanic.json +++ b/biomes/tropical-submerged-volcanic.json @@ -86,7 +86,7 @@ { "min": -24, "max": -3, - "generator": "smooth-land-steep" + "generator": "canyon-steep" } ], "loot": { diff --git a/biomes/tropical-volcanic-plains.json b/biomes/tropical-volcanic-plains.json index 6d7ea88e..29b89a3b 100644 --- a/biomes/tropical-volcanic-plains.json +++ b/biomes/tropical-volcanic-plains.json @@ -15,7 +15,7 @@ "generators": [ { "min": 190, - "max": 290, + "max": 256, "generator": "plain" } ], diff --git a/biomes/tundra-bonsai-forest.json b/biomes/tundra-bonsai-forest.json index e1e53a47..dfbadcc4 100644 --- a/biomes/tundra-bonsai-forest.json +++ b/biomes/tundra-bonsai-forest.json @@ -181,89 +181,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.00375, "rotation": { diff --git a/biomes/tundra-forest-cliffs.json b/biomes/tundra-forest-cliffs.json index 7a177553..e3d54ae7 100644 --- a/biomes/tundra-forest-cliffs.json +++ b/biomes/tundra-forest-cliffs.json @@ -347,7 +347,7 @@ ], "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 14, "min": 8 }, diff --git a/biomes/tundra-forest.json b/biomes/tundra-forest.json index 7ca38aea..adce6c7a 100644 --- a/biomes/tundra-forest.json +++ b/biomes/tundra-forest.json @@ -260,7 +260,7 @@ ], "generators": [ { - "generator": "smooth-land", + "generator": "smooth-dunes", "max": 14, "min": 8 } diff --git a/biomes/tundra-lake.json b/biomes/tundra-lake.json index d05c497a..f63fe6d4 100644 --- a/biomes/tundra-lake.json +++ b/biomes/tundra-lake.json @@ -168,89 +168,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "PAINT", "chance": 0.0025, @@ -501,7 +419,7 @@ { "min": -30, "max": -15, - "generator": "soft-river" + "generator": "river" } ], "derivative": "SNOWY_TUNDRA", diff --git a/biomes/tundra-mountains-huge.json b/biomes/tundra-mountains-huge.json deleted file mode 100644 index 2f1b0db4..00000000 --- a/biomes/tundra-mountains-huge.json +++ /dev/null @@ -1,300 +0,0 @@ -{ - "vanillaDerivative": "TAIGA_MOUNTAINS", - "biomeSkyScatter": [ - "SNOWY_TAIGA", - "SNOWY_MOUNTAINS" - ], - "jigsawStructures": [ - { - "rarity": 1000, - "structure": "pillager" - }, - { - "rarity": 650, - "structure": "village-tundra" - } - ], - "entityInitialSpawns": [ - { - "entity": "chicken", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 7 - }, - { - "entity": "sheep", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 7 - }, - { - "entity": "wolf", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 7 - } - ], - "objects": [ - { - "place": [ - "patch/graveldirt1", - "patch/graveldirt2", - "patch/graveldirt3", - "patch/graveldirt4" - ], - "chance": 0.75, - "mode": "PAINT" - }, - { - "chance": 0.8, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "evergreen/fantasy_evergreen_large1", - "evergreen/fantasy_evergreen_large2", - "evergreen/fantasy_evergreen_large1", - "evergreen/fantasy_evergreen_large2", - "evergreen/fantasy_evergreen_large1", - "evergreen/fantasy_evergreen_large2", - "evergreen/fantasy_evergreen_large3", - "evergreen/fantasy_evergreen_large4", - "evergreen/fantasy_evergreen_large5", - "evergreen/fantasy_evergreen_large6", - "evergreen/fantasy_evergreen_medium1", - "evergreen/fantasy_evergreen_medium2", - "evergreen/fantasy_evergreen_medium3" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.005, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "stone-clutt/obelisk-1", - "stone-clutt/obelisk-2", - "stone-clutt/obelisk-3", - "stone-clutt/obelisk-4", - "stone-clutt/obelisk-5", - "stone-clutt/obelisk-6", - "stone-clutt/obelisk-7" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.25, - "place": [ - "pine/pine1", - "pine/pine2", - "pine/pine3", - "pine/pine4", - "pine/pine5", - "pine/pine6", - "pine/pine7", - "pine/pine8", - "pine/pine9", - "pine/pine10", - "pine/pine11", - "pine/pine12" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "biomeZoom": 30, - "derivative": "MOUNTAINS", - "biomeStyle": { - "style": "IRIS" - }, - "decorators": [ - { - "chance": 0.01, - "variance": { - "style": "STATIC" - }, - "zoom": 0.1, - "palette": [ - { - "block": "white_tulip" - }, - { - "block": "blue_orchid" - }, - { - "block": "poppy" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.001, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "data": { - "age": 0 - }, - "block": "sweet_berry_bush" - }, - { - "data": { - "age": 1 - }, - "block": "sweet_berry_bush" - }, - { - "data": { - "age": 2 - }, - "block": "sweet_berry_bush" - }, - { - "data": { - "age": 3 - }, - "block": "sweet_berry_bush" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.2, - "variance": { - "style": "STATIC" - }, - "zoom": 0.3, - "palette": [ - { - "block": "grass" - } - ], - "style": { - "style": "STATIC" - } - } - ], - "name": "Mountains Huge", - "layers": [ - { - "minHeight": 3, - "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 6.9 - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "gravel" - } - ] - }, - { - "minHeight": 3, - "maxHeight": 5, - "slopeCondition": { - "minimumSlope": 5.2 - }, - "palette": [ - { - "block": "dirt" - }, - { - "block": "coarse_dirt" - }, - { - "block": "gravel" - } - ] - }, - { - "palette": [ - { - "block": "grass_block" - } - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - } - ], - "generators": [ - { - "min": 96, - "max": 139, - "generator": "mountain" - } - ], - "childShrinkFactor": 8, - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - }, - "biomeScatter": [ - "MOUNTAINS" - ], - "rarity": 8 -} \ No newline at end of file diff --git a/biomes/tundra-ocean.json b/biomes/tundra-ocean.json deleted file mode 100644 index 111d89c0..00000000 --- a/biomes/tundra-ocean.json +++ /dev/null @@ -1,279 +0,0 @@ -{ - "vanillaDerivative": "COLD_OCEAN", - "children": [ - "rocky-ocean" - ], - "decorators": [ - { - "chance": 0.07, - "variance": { - "style": "STATIC" - }, - "zoom": 20, - "palette": [ - { - "block": "seagrass" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, - "zoom": 1, - "palette": [ - { - "block": "soul_sand" - }, - { - "block": "magma_block" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.013, - "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, - "stackMax": 24, - "zoom": 1, - "palette": [ - { - "block": "kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "IRIS" - }, - "stackMin": 2 - }, - { - "chance": 0.001, - "variance": { - "style": "STATIC" - }, - "zoom": 1, - "palette": [ - { - "data": { - "waterlogged": true, - "pickles": 1 - }, - "block": "sea_pickle" - } - ], - "style": { - "style": "STATIC" - } - } - ], - "objects": [ - { - "chance": 0.01, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "underwater": true, - "place": [ - "ships/swreck-1", - "ships/usd-ship-1", - "ships/usd-ship-2" - ], - "edit": [ - { - "find": [ - { - "block": "oak_stairs" - } - ], - "replace": { - "palette": [ - { - "block": "oak_planks" - } - ] - } - } - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - }, - { - "chance": 0.004, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "underwater": true, - "place": [ - "ships/gall-1", - "ships/gall-2", - "ships/gall-3" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - }, - { - "chance": 0.2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "underwater": true, - "place": [ - "statue/sub-stat-1", - "statue/sub-stat-2", - "statue/sub-stat-3", - "statue/sub-stat-4", - "statue/sub-stat-5" - ], - "translate": { - "x": 0, - "y": -4, - "z": 0 - } - } - ], - "name": "Cold Ocean", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "zoom": 0.825, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "sand" - }, - { - "block": "clay" - }, - { - "block": "sand" - }, - { - "block": "gravel" - }, - { - "block": "sand" - }, - { - "block": "dirt" - }, - { - "weight": 2, - "block": "sand" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "weight": 2, - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - } - ], - "generators": [ - { - "min": -33, - "max": -7, - "generator": "plain" - } - ], - "loot": { - "tables": [ - "ocean-clutter" - ] - }, - "derivative": "COLD_OCEAN", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - }, - "slab": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "data": { - "waterlogged": false, - "type": "bottom" - }, - "block": "sandstone_slab" - }, - { - "data": { - "waterlogged": false, - "type": "bottom" - }, - "block": "smooth_sandstone_slab" - }, - { - "weight": 2, - "block": "air" - } - ] - } -} \ No newline at end of file diff --git a/biomes/tundra-redwoods-forest.json b/biomes/tundra-redwoods-forest.json index e10a6363..266f3842 100644 --- a/biomes/tundra-redwoods-forest.json +++ b/biomes/tundra-redwoods-forest.json @@ -21,7 +21,7 @@ { "min": 4, "max": 10, - "generator": "smooth-land" + "generator": "smooth-dunes" } ], "derivative": "TAIGA", @@ -163,89 +163,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "PAINT", "place": [ diff --git a/biomes/tundra-river-loud.json b/biomes/tundra-river-loud.json deleted file mode 100644 index f419886d..00000000 --- a/biomes/tundra-river-loud.json +++ /dev/null @@ -1,240 +0,0 @@ -{ - "vanillaDerivative": "RIVER", - "children": [ - "rocky-ocean" - ], - "decorators": [ - { - "chance": 0.07, - "variance": { - "style": "STATIC" - }, - "zoom": 20, - "palette": [ - { - "block": "seagrass" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.0006, - "variance": { - "style": "STATIC" - }, - "zoom": 1, - "palette": [ - { - "block": "soul_sand" - }, - { - "block": "magma_block" - } - ], - "style": { - "style": "STATIC" - } - }, - { - "chance": 0.013, - "verticalZoom": 88, - "variance": { - "style": "STATIC" - }, - "stackMax": 24, - "zoom": 1, - "palette": [ - { - "block": "kelp_plant" - } - ], - "style": { - "style": "STATIC" - }, - "heightVariance": { - "style": "IRIS" - }, - "stackMin": 2 - }, - { - "chance": 0.001, - "variance": { - "style": "STATIC" - }, - "zoom": 1, - "palette": [ - { - "data": { - "waterlogged": true, - "pickles": 1 - }, - "block": "sea_pickle" - } - ], - "style": { - "style": "STATIC" - } - } - ], - "objects": [ - { - "chance": 0.01, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "underwater": true, - "place": [ - "ships/swreck-1", - "ships/usd-ship-1", - "ships/usd-ship-2" - ], - "translate": { - "x": 0, - "y": -3, - "z": 0 - } - }, - { - "chance": 0.1, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "underwater": true, - "place": [ - "statue/sub-stat-1", - "statue/sub-stat-2", - "statue/sub-stat-3", - "statue/sub-stat-4", - "statue/sub-stat-5" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - } - ], - "name": "Cold River", - "layers": [ - { - "minHeight": 2, - "maxHeight": 3, - "zoom": 0.825, - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "sand" - }, - { - "block": "clay" - }, - { - "block": "sand" - }, - { - "block": "gravel" - }, - { - "block": "sand" - }, - { - "block": "dirt" - }, - { - "weight": 2, - "block": "sand" - } - ] - }, - { - "palette": [ - { - "block": "dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - { - "weight": 2, - "block": "dirt" - }, - { - "block": "coarse_dirt" - } - ] - } - ], - "generators": [ - { - "generator": "loud-river", - "max": -15, - "min": -20 - } - ], - "loot": { - "tables": [ - "ocean-clutter" - ] - }, - "derivative": "COLD_OCEAN", - "wall": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "block": "stone" - }, - { - "block": "andesite" - }, - { - "block": "stone" - } - ] - }, - "slab": { - "style": { - "style": "STATIC" - }, - "palette": [ - { - "data": { - "waterlogged": false, - "type": "bottom" - }, - "block": "sandstone_slab" - }, - { - "data": { - "waterlogged": false, - "type": "bottom" - }, - "block": "smooth_sandstone_slab" - }, - { - "weight": 2, - "block": "air" - } - ] - } -} \ No newline at end of file diff --git a/biomes/tundra-river.json b/biomes/tundra-river.json index 236771c9..70fbf99f 100644 --- a/biomes/tundra-river.json +++ b/biomes/tundra-river.json @@ -185,7 +185,7 @@ ], "generators": [ { - "generator": "soft-river", + "generator": "river", "max": -10, "min": -27 } diff --git a/biomes/tundra-sequia-redwoods.json b/biomes/tundra-sequia-redwoods.json index c7b7ecb9..0293aa65 100644 --- a/biomes/tundra-sequia-redwoods.json +++ b/biomes/tundra-sequia-redwoods.json @@ -181,89 +181,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "place": [ "patch/graveldirt1", diff --git a/biomes/tundra-spruce-denmyre.json b/biomes/tundra-spruce-denmyre.json index 2a29bb00..1d791d06 100644 --- a/biomes/tundra-spruce-denmyre.json +++ b/biomes/tundra-spruce-denmyre.json @@ -168,89 +168,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "mode": "PAINT", "chance": 0.0025, diff --git a/biomes/tundra-taiga.json b/biomes/tundra-taiga.json index b65b4937..9293f077 100644 --- a/biomes/tundra-taiga.json +++ b/biomes/tundra-taiga.json @@ -154,89 +154,7 @@ } ], "objects": [ - { - "name": "standard-surface-portals", - "chance": 0.00505, - "place": [ - "ruined_portal/giant_portal_1", - "ruined_portal/giant_portal_2", - "ruined_portal/giant_portal_3", - "ruined_portal/portal_1", - "ruined_portal/portal_2", - "ruined_portal/portal_3", - "ruined_portal/portal_4", - "ruined_portal/portal_5", - "ruined_portal/portal_6", - "ruined_portal/portal_7", - "ruined_portal/portal_8", - "ruined_portal/portal_9", - "ruined_portal/portal_10" - ], - "edit": [ - { - "find": [ - { - "block": "gold_block" - } - ], - "replace": { - "palette": [ - { - "block": "air" - } - ] - }, - "chance": 0.1 - }, - { - "find": [ - { - "block": "netherrack" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.07 - }, - { - "find": [ - { - "block": "obsidian" - } - ], - "replace": { - "palette": [ - { - "block": "crying_obsidian" - } - ] - }, - "chance": 0.15 - }, - { - "find": [ - { - "block": "lava" - } - ], - "replace": { - "palette": [ - { - "block": "magma_block" - } - ] - }, - "chance": 0.20 - } - ], - "mode": "VACUUM", - "carvingSupport": "SURFACE_ONLY" - }, + { "chance": 0.00256, "rotation": { diff --git a/generators/canyon-steep.json b/generators/canyon-steep.json index 912444e8..b6697e31 100644 --- a/generators/canyon-steep.json +++ b/generators/canyon-steep.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "BILINEAR_STARCAST_9", + "function": "BILINEAR_STARCAST_6", "horizontalScale": 3 }, "seed": 530, diff --git a/generators/cracked-cliffs.json b/generators/cracked-cliffs.json index 43451395..d3bb0b8f 100644 --- a/generators/cracked-cliffs.json +++ b/generators/cracked-cliffs.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "BILINEAR_STARCAST_9", + "function": "BILINEAR_STARCAST_6", "horizontalScale": 4 }, "seed": 7246661, diff --git a/generators/dunes.json b/generators/dunes.json deleted file mode 100644 index 277b75ee..00000000 --- a/generators/dunes.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 20 - }, - "seed": 54654, - "composite": [ - { - "seed": 2343, - "exponent": 5, - "negative": true, - "style": { - "style": "BIOCTAVE_FRACTAL_CUBIC", - "zoom": 2.2, - "fracture": { - "style": "IRIS_THICK", - "zoom": 0.8, - "exponent": 0.2, - "multiplier": 10 - } - } - } - ] -} \ No newline at end of file diff --git a/generators/flat.json b/generators/flat.json deleted file mode 100644 index 95f43f1e..00000000 --- a/generators/flat.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "interpolator": { - "function": "BILINEAR_STARCAST_12", - "horizontalScale": 40 - }, - "seed": 41240, - "composite": [ - { - "seed": 2343, - "style": { - "style": "FLAT" - } - } - ] -} diff --git a/generators/loud-river.json b/generators/loud-river.json deleted file mode 100644 index 676c92ca..00000000 --- a/generators/loud-river.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 1 - }, - "seed": 2133, - "composite": [ - { - "seed": 12323, - "style": { - "style": "IRIS", - "zoom": 0.9 - } - } - ] -} diff --git a/generators/mountain-cracked-cliffs.json b/generators/mountain-cracked-cliffs.json deleted file mode 100644 index 43451395..00000000 --- a/generators/mountain-cracked-cliffs.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 4 - }, - "seed": 7246661, - "composite": [ - { - "style": { - "style": "GLOB", - "zoom": 0.4, - "exponent": 0.7, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.1, - "multiplier": 5 - } - }, - "negative": true, - "seed": 10056 - } - ], - - "cliffHeightMax": 80, - "cliffHeightMin": 35, - "cliffHeightGenerator": { - "seed": 2348, - "style": { - "style": "CELLULAR_HEIGHT" - }, - "zoom": 0.4 - } -} \ No newline at end of file diff --git a/generators/mountain-gen.json b/generators/mountain-gen.json deleted file mode 100644 index 86c44143..00000000 --- a/generators/mountain-gen.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 18 - }, - "seed": 530530, - "composite": [ - { - "seed": 5346, - "style": { - "style": "TRIOCTAVE_FRACTAL_CUBIC", - "zoom": 1.7, - "fracture": { - "style": "IRIS_THICK", - "zoom": 0.8, - "exponent": 1.2, - "multiplier": 55 - } - }, - "exponent": 4, - "negative": true - }, - { - "seed": 1714, - "style": { - "style": "IRIS_THICK", - "zoom": 0.6, - "exponent": 0.7, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.8, - "exponent": 0.7, - "multiplier": 50 - } - }, - "negative": true, - "opacity": 0.1 - } - ] -} \ No newline at end of file diff --git a/generators/mountain-land.json b/generators/mountain-land.json deleted file mode 100644 index 819783b8..00000000 --- a/generators/mountain-land.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "interpolator": { - "function": "HERMITE_STARCAST_12", - "horizontalScale": 15 - }, - "seed": 9875476, - "composite": [ - { - "seed": 5644, - "style": { - "style": "IRIS", - "zoom": 1.9, - "fracture": { - "style": "PERLIN_IRIS_DOUBLE", - "zoom": 0.8, - "multiplier": 30, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.2, - "multiplier": 10 - } - } - } - } - ] -} \ No newline at end of file diff --git a/generators/mountain-plain.json b/generators/mountain-plain.json deleted file mode 100644 index cfa6184b..00000000 --- a/generators/mountain-plain.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 90 - }, - "seed": 7246661, - "composite": [ - { - "style": { - "style": "SIMPLEX", - "zoom": 0.87, - "fracture": { - "style": "IRIS_THICK", - "zoom": 0.195, - "multiplier": 18 - } - }, - "seed": 10056, - "bezier": true - } - ] -} \ No newline at end of file diff --git a/generators/mountain.json b/generators/mountain.json index 42bac646..9a0c2486 100644 --- a/generators/mountain.json +++ b/generators/mountain.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "BILINEAR_STARCAST_9", + "function": "BILINEAR_STARCAST_6", "horizontalScale": 30 }, "seed": 530530, diff --git a/generators/mountainous.json b/generators/mountainous.json deleted file mode 100644 index e15f85c6..00000000 --- a/generators/mountainous.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 10 - }, - "seed": 133434, - "composite": [ - { - "seed": 2343, - "style": { - "style": "BIOCTAVE_FRACTAL_CUBIC", - "zoom": 1.7, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.8, - "exponent": 0.2, - "multiplier": 50 - } - }, - "exponent": 4, - "negative": true - }, - { - "seed": 1714, - "style": { - "style": "BIOCTAVE_FRACTAL_BILLOW_SIMPLEX", - "zoom": 0.6, - "exponent": 0.7, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.8, - "exponent": 0.2, - "multiplier": 50 - } - }, - "negative": true, - "opacity": 0.1 - } - ] -} \ No newline at end of file diff --git a/generators/ocean-steep.json b/generators/ocean-steep.json deleted file mode 100644 index 3de946fe..00000000 --- a/generators/ocean-steep.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 6 - }, - "seed": 2133, - "composite": [ - { - "seed": 12323, - "style": { - "style": "IRIS", - "zoom": 0.9 - } - } - ] -} \ No newline at end of file diff --git a/generators/ocean-steep.json.bak b/generators/ocean-steep.json.bak deleted file mode 100644 index 3de946fe..00000000 --- a/generators/ocean-steep.json.bak +++ /dev/null @@ -1,16 +0,0 @@ -{ - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 6 - }, - "seed": 2133, - "composite": [ - { - "seed": 12323, - "style": { - "style": "IRIS", - "zoom": 0.9 - } - } - ] -} \ No newline at end of file diff --git a/generators/ocean.json b/generators/ocean.json index 6ccb63fe..a3717589 100644 --- a/generators/ocean.json +++ b/generators/ocean.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "BILINEAR_STARCAST_9", + "function": "BILINEAR_STARCAST_6", "horizontalScale": 65 }, "seed": 9246661, diff --git a/generators/plain-cliffs.json b/generators/plain-cliffs.json index 51a5805d..e525c95c 100644 --- a/generators/plain-cliffs.json +++ b/generators/plain-cliffs.json @@ -16,7 +16,7 @@ } ], "interpolator":{ - "function":"BILINEAR_STARCAST_9", + "function":"BILINEAR_STARCAST_6", "horizontalScale":39 }, "seed":7246661, diff --git a/generators/plain.json b/generators/plain.json index 445c5578..07f8c11a 100644 --- a/generators/plain.json +++ b/generators/plain.json @@ -1,6 +1,6 @@ { "interpolator":{ - "function":"BILINEAR_STARCAST_9", + "function":"BILINEAR_STARCAST_6", "horizontalScale":33 }, "seed":7246661, diff --git a/generators/river.json b/generators/river.json index 572d0881..94a014a5 100644 --- a/generators/river.json +++ b/generators/river.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "BILINEAR_STARCAST_9", + "function": "BILINEAR_STARCAST_3", "horizontalScale": 4 }, "exponent": 1.125, diff --git a/generators/small-cliffs.json b/generators/small-cliffs.json index d77c87c0..0e870600 100644 --- a/generators/small-cliffs.json +++ b/generators/small-cliffs.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "BILINEAR_STARCAST_9", + "function": "BILINEAR_STARCAST_6", "horizontalScale": 4 }, "seed": 2343, diff --git a/generators/desert-dunes.json b/generators/smooth-dunes.json similarity index 56% rename from generators/desert-dunes.json rename to generators/smooth-dunes.json index 0c31afa3..76f417bb 100644 --- a/generators/desert-dunes.json +++ b/generators/smooth-dunes.json @@ -1,6 +1,6 @@ { "interpolator": { - "function": "BILINEAR_STARCAST_9", + "function": "BILINEAR_STARCAST_6", "horizontalScale": 15 }, "seed": 133434, @@ -9,17 +9,7 @@ "seed": 2343, "style": { "style": "SIMPLEX", - "zoom": 2.2, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.4, - "multiplier": 10, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.2, - "multiplier": 10 - } - } + "zoom": 2.2 }, "exponent": 0.5, "opacity": 1.0 diff --git a/generators/smooth-land-steep.json b/generators/smooth-land-steep.json deleted file mode 100644 index 3f164635..00000000 --- a/generators/smooth-land-steep.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 5 - }, - "seed": 133434, - "composite": [ - { - "seed": 2343, - "style": { - "style": "SIMPLEX", - "zoom": 1.9, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.8, - "multiplier": 30, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.2, - "multiplier": 10 - } - } - } - } - ] -} \ No newline at end of file diff --git a/generators/smooth-land.json b/generators/smooth-land.json deleted file mode 100644 index a3ff7f8e..00000000 --- a/generators/smooth-land.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "interpolator": { - "function": "HERMITE_STARCAST_9", - "horizontalScale": 6 - }, - "seed": 133434, - "composite": [ - { - "seed": 2343, - "style": { - "style": "SIMPLEX", - "zoom": 1.9, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.8, - "multiplier": 30, - "fracture": { - "style": "SIMPLEX", - "zoom": 0.2, - "multiplier": 10 - } - } - } - } - ] -} \ No newline at end of file diff --git a/generators/soft-river.json b/generators/soft-river.json deleted file mode 100644 index 5e8138b1..00000000 --- a/generators/soft-river.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "interpolator": { - "function": "BILINEAR_STARCAST_9", - "horizontalScale": 30 - }, - "seed": 2133, - "exponent": 1.125, - "composite": [ - { - "seed": 12323, - "style": { - "style": "IRIS", - "zoom": 0.9 - } - } - ] -} \ No newline at end of file diff --git a/objects/tree/jungle/1.iob b/objects/tree/jungle/1.iob index 2cf16228..3412b5b5 100644 Binary files a/objects/tree/jungle/1.iob and b/objects/tree/jungle/1.iob differ diff --git a/objects/tree/jungle/2.iob b/objects/tree/jungle/2.iob index 5a54bd8e..19df8ab0 100644 Binary files a/objects/tree/jungle/2.iob and b/objects/tree/jungle/2.iob differ diff --git a/objects/tree/jungle/3.iob b/objects/tree/jungle/3.iob index bd6616c5..9ff29f23 100644 Binary files a/objects/tree/jungle/3.iob and b/objects/tree/jungle/3.iob differ diff --git a/objects/tree/jungle/4.iob b/objects/tree/jungle/4.iob index 5baabecf..6836479b 100644 Binary files a/objects/tree/jungle/4.iob and b/objects/tree/jungle/4.iob differ diff --git a/objects/tree/jungle/5.iob b/objects/tree/jungle/5.iob index 6e24dd6d..be679749 100644 Binary files a/objects/tree/jungle/5.iob and b/objects/tree/jungle/5.iob differ diff --git a/objects/tree/jungle/6.iob b/objects/tree/jungle/6.iob index 2f7b3f5f..16006da7 100644 Binary files a/objects/tree/jungle/6.iob and b/objects/tree/jungle/6.iob differ diff --git a/objects/tree/jungle/7.iob b/objects/tree/jungle/7.iob index 8b5bc749..e3089b74 100644 Binary files a/objects/tree/jungle/7.iob and b/objects/tree/jungle/7.iob differ diff --git a/objects/tree/jungle/8.iob b/objects/tree/jungle/8.iob index 504bee84..b54d26a2 100644 Binary files a/objects/tree/jungle/8.iob and b/objects/tree/jungle/8.iob differ diff --git a/objects/tree/jungle/9.iob b/objects/tree/jungle/9.iob index 04ad5c72..aa2cfe25 100644 Binary files a/objects/tree/jungle/9.iob and b/objects/tree/jungle/9.iob differ diff --git a/regions/frozen.json b/regions/frozen.json index 348da1dc..2d98c871 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -86,6 +86,91 @@ "frozen-clutter" ] }, + "objects": [ + { + "name": "standard-surface-portals", + "chance": 0.001, + "place": [ + "ruined_portal/giant_portal_1", + "ruined_portal/giant_portal_2", + "ruined_portal/giant_portal_3", + "ruined_portal/portal_1", + "ruined_portal/portal_2", + "ruined_portal/portal_3", + "ruined_portal/portal_4", + "ruined_portal/portal_5", + "ruined_portal/portal_6", + "ruined_portal/portal_7", + "ruined_portal/portal_8", + "ruined_portal/portal_9", + "ruined_portal/portal_10" + ], + "edit": [ + { + "find": [ + { + "block": "gold_block" + } + ], + "replace": { + "palette": [ + { + "block": "air" + } + ] + }, + "chance": 0.1 + }, + { + "find": [ + { + "block": "netherrack" + } + ], + "replace": { + "palette": [ + { + "block": "magma_block" + } + ] + }, + "chance": 0.07 + }, + { + "find": [ + { + "block": "obsidian" + } + ], + "replace": { + "palette": [ + { + "block": "crying_obsidian" + } + ] + }, + "chance": 0.15 + }, + { + "find": [ + { + "block": "lava" + } + ], + "replace": { + "palette": [ + { + "block": "magma_block" + } + ] + }, + "chance": 0.20 + } + ], + "mode": "VACUUM", + "carvingSupport": "SURFACE_ONLY" + } + ], "shoreHeightZoom": 1.14, "riverThickness": 0.006, "rarity": 8 diff --git a/regions/hot-red-desert.json b/regions/hot-red-desert.json deleted file mode 100644 index 5759ff5e..00000000 --- a/regions/hot-red-desert.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "riverBiomes": [ - "hot-river" - ], - "structures": [ - { - "tileset": "soul-temple", - "height": 26, - "rarity": 3, - "ratio": 0.9, - "zoom": 1 - } - ], - "spotBiomes": [ - { - "biome": "hot-ocean", - "scale": 5, - "type": "SEA", - "shuffle": 328, - "rarity": 36 - } - ], - "landBiomes": [ - "hot-mountain-plains", - "hot-mountain", - "hot-mountain-plains" - - - ], - "biomeImplosionRatio": 0.25, - "seaBiomes": [ - "hot-river" - ], - "riverStyle": { - "style": "VASCULAR", - "zoom": 4.77, - "fracture": { - "multiplier": 240, - "style": "IRIS", - "zoom": 5 - } - }, - "deposits": [ - { - "minHeight": 8, - "maxPerChunk": 12, - "maxHeight": 57, - "minPerChunk": 7, - "minSize": 12, - "maxSize": 22, - "palette": [ - { - "block": "blackstone" - } - ], - "varience": 4 - } - ], - "riverRarity": 1, - "landBiomeZoom": 1.25, - "shoreHeightMin": 1.2, - "shoreBiomes": [ - "hot-beach" - ], - "name": "Red desert", - "shoreHeightMax": 2.2, - "shoreHeightZoom": 1.14, - "riverThickness": 0.006, - "rarity": 8 -} \ No newline at end of file diff --git a/regions/hot.json b/regions/hot.json index 233e34a3..86359ba2 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -58,7 +58,6 @@ "hot-desert-red", "hot-desert", "hot-desert-dunes", - "hot-volcanic", "hot-desert-red", "hot-desert", "hot-desert-dunes-red", @@ -154,6 +153,92 @@ "particleCount": 0 } ], + "objects": [ + { + "name": "standard-surface-portals", + "chance": 0.001, + "place": [ + "ruined_portal/giant_portal_1", + "ruined_portal/giant_portal_2", + "ruined_portal/giant_portal_3", + "ruined_portal/portal_1", + "ruined_portal/portal_2", + "ruined_portal/portal_3", + "ruined_portal/portal_4", + "ruined_portal/portal_5", + "ruined_portal/portal_6", + "ruined_portal/portal_7", + "ruined_portal/portal_8", + "ruined_portal/portal_9", + "ruined_portal/portal_10" + ], + "edit": [ + { + "find": [ + { + "block": "gold_block" + } + ], + "replace": { + "palette": [ + { + "block": "air" + } + ] + }, + "chance": 0.1 + }, + { + "find": [ + { + "block": "netherrack" + } + ], + "replace": { + "palette": [ + { + "block": "magma_block" + } + ] + }, + "chance": 0.07 + }, + { + "find": [ + { + "block": "obsidian" + } + ], + "replace": { + "palette": [ + { + "block": "crying_obsidian" + } + ] + }, + "chance": 0.15 + }, + { + "find": [ + { + "block": "lava" + } + ], + "replace": { + "palette": [ + { + "block": "magma_block" + } + ] + }, + "chance": 0.20 + } + ], + "mode": "VACUUM", + "carvingSupport": "SURFACE_ONLY" + } + ], + "shoreHeightMin": 3.2, "shoreBiomes": [ "hot-beach-grass", diff --git a/regions/mosaic.json b/regions/mosaic.json deleted file mode 100644 index 0de06ae9..00000000 --- a/regions/mosaic.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "landBiomes": [ - "mosaic-lith-black", - "mosaic-lith-green", - "mosaic-lith-purple", - "mosaic-lith-red", - "mosaic-lith-white", - "mosaic-lith-cyan" - ], - "biomeImplosionRatio": 0.25, - "seaBiomes": [ - "hot-ocean" - ], - "deposits": [ - { - "minHeight": 25, - "maxPerChunk": 3, - "maxHeight": 50, - "minPerChunk": 1, - "minSize": 3, - "maxSize": 5, - "palette": [ - { - "block": "gold_ore" - } - ], - "varience": 5 - }, - { - "minHeight": 15, - "maxPerChunk": 2, - "maxHeight": 30, - "minPerChunk": 1, - "minSize": 3, - "maxSize": 5, - "palette": [ - { - "block": "lapis_ore" - } - ], - "varience": 5 - }, - { - "minHeight": 11, - "maxPerChunk": 15, - "maxHeight": 99, - "minPerChunk": 5, - "minSize": 14, - "maxSize": 21, - "palette": [ - { - "data": { - "axis": "x" - }, - "block": "basalt" - }, - { - "data": { - "axis": "y" - }, - "block": "basalt" - }, - { - "data": { - "axis": "z" - }, - "block": "basalt" - } - ], - "varience": 5 - } - ], - "caveBiomes": [ - "hot-sandy-cave" - ], - "landBiomeZoom": 1.25, - "effects": [ - { - "particleAltX": 0.001, - "particleAltY": 0.00885, - "particleAltZ": 0.001, - "chance": 2, - "particleEffect": "CAMPFIRE_SIGNAL_SMOKE", - "particleOffset": 0, - "interval": 1350, - "particleCount": 0 - } - ], - "shoreHeightMin": 3.2, - "shoreBiomes": [ - "hot-beach" - ], - "name": "The Mosaics", - "shoreHeightMax": 6.2, - "loot": { - "tables": [ - "hot-food", - "hot-treasure" - ] - }, - "shoreHeightZoom": 1.14, - "rarity": 150 -} \ No newline at end of file diff --git a/regions/mountain.json b/regions/mountain.json index 6ee48fe7..fcab7695 100644 --- a/regions/mountain.json +++ b/regions/mountain.json @@ -20,9 +20,11 @@ ], "landBiomes": [ "mountain", + "mountain-hills", + "mountain-forest-hills", + "mountain-forest", "mountain-plains", - "mountain-plains", - "mountain-plains", + "mountain-cliffs", "mountain" ], "biomeImplosionRatio": 0.25, diff --git a/regions/mountains.json b/regions/mountains.json deleted file mode 100644 index 09f94e5f..00000000 --- a/regions/mountains.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Mountains", - "landBiomes": [ - "mountains-plains", - "mountain-main", - "temperate-lake" - ], - "seaBiomes": [ - "temperate-soft-river", - "temperate-river-loud" - ], - "biomeImplosionRatio": 0.7, - "shoreBiomes": [ - "mountain-beach" - ], - "caveBiomes": [ - "tundra-spiked-cavern", - "temperate-lit-cavern" - ], - "riverStyle": { - "style": "VASCULAR", - "zoom": 4.77, - "fracture": { - "multiplier": 240, - "style": "IRIS", - "zoom": 5 - } - } -} diff --git a/regions/mushroom.json b/regions/mushroom.json index e4496e83..9cdf1e48 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -42,20 +42,20 @@ "scale": 0.78, "type": "LAND", "shuffle": 44, - "rarity": 262 + "rarity": 52 }, { "biome": "mushroom-warped-forest", "scale": 0.77, "type": "LAND", "shuffle": 44, - "rarity": 261 + "rarity": 31 } ], "landBiomes": [ "mushroom-forest", - "mushroom-plains", - "mushroom-warped-forest" + "mushroom-forest-hills", + "mushroom-plains" ], "biomeImplosionRatio": 0.25, "seaBiomes": [ diff --git a/regions/savanna.json b/regions/savanna.json index 71b7642e..25f15003 100644 --- a/regions/savanna.json +++ b/regions/savanna.json @@ -58,6 +58,10 @@ "hot-savanna", "hot-dry-forest", "hot-savanna", + "hot-savanna", + "hot-dry-forest", + "hot-savanna", + "hot-mountain", "hot-savanna-plateau", "hot-acacia-denmyre" ], diff --git a/regions/swamp.json b/regions/swamp.json index 53852594..c1cfadba 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -37,6 +37,7 @@ "swamp-willow-forest", "swamp-lake", "swamp-roofed-wayward", + "swamp-mountain-forest", "swamp-marsh" ], "biomeImplosionRatio": 0.26, @@ -61,7 +62,8 @@ } ], "caveBiomes": [ - "swamp-murky-cavern" + "swamp-murky-cavern", + "swamp-murky-cavern-gleaming" ], "landBiomeZoom": 1.25, "shoreHeightMin": 0.02, diff --git a/regions/temperate.json b/regions/temperate.json index 6710ede1..01628d9c 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -13,6 +13,7 @@ ], "landBiomes": [ "temperate-plateau", + "temperate-wilds", "temperate-flower-forest", "temperate-longtree-forest", "temperate-oak", @@ -20,7 +21,7 @@ "temperate-oak-forest", "temperate-plains", "temperate-birch-forest" - + ], "biomeImplosionRatio": 0.25, "seaBiomes": [ @@ -45,11 +46,96 @@ "varience": 4 } ], + "objects": [ + { + "name": "standard-surface-portals", + "chance": 0.001, + "place": [ + "ruined_portal/giant_portal_1", + "ruined_portal/giant_portal_2", + "ruined_portal/giant_portal_3", + "ruined_portal/portal_1", + "ruined_portal/portal_2", + "ruined_portal/portal_3", + "ruined_portal/portal_4", + "ruined_portal/portal_5", + "ruined_portal/portal_6", + "ruined_portal/portal_7", + "ruined_portal/portal_8", + "ruined_portal/portal_9", + "ruined_portal/portal_10" + ], + "edit": [ + { + "find": [ + { + "block": "gold_block" + } + ], + "replace": { + "palette": [ + { + "block": "air" + } + ] + }, + "chance": 0.1 + }, + { + "find": [ + { + "block": "netherrack" + } + ], + "replace": { + "palette": [ + { + "block": "magma_block" + } + ] + }, + "chance": 0.07 + }, + { + "find": [ + { + "block": "obsidian" + } + ], + "replace": { + "palette": [ + { + "block": "crying_obsidian" + } + ] + }, + "chance": 0.15 + }, + { + "find": [ + { + "block": "lava" + } + ], + "replace": { + "palette": [ + { + "block": "magma_block" + } + ] + }, + "chance": 0.20 + } + ], + "mode": "VACUUM", + "carvingSupport": "SURFACE_ONLY" + } + ], "riverRarity": 1, "caveBiomes": [ "temperate-old-cavern", "temperate-cracked-cavern", - "temperate-cracked-cavern" + "temperate-lit-cavern" ], "landBiomeZoom": 1.25, "riverStyle": { @@ -62,10 +148,6 @@ "temperate-oak-beach", "temperate-oak-beach", "temperate-oak-beach", - "temperate-oak-beach", - "temperate-oak-beach", - "temperate-oak-beach", - "temperate-oak-beach", "temperate-beach", "temperate-oak-beach" ], diff --git a/regions/tropical-mountain.json b/regions/tropical-mountain.json index df4b161c..0679d6fd 100644 --- a/regions/tropical-mountain.json +++ b/regions/tropical-mountain.json @@ -23,12 +23,11 @@ "landBiomes": [ "tropical-plains", "tropical-mountain", - "tropical-plains", - "tropical-plains", "temperate-wilds", - "tropical-mountains", + "tropical-plains", + "tropical-mountain-extreme", "temperate-wilds", - "tropical-plains" + "tropical-plains-hills" ], "biomeImplosionRatio": 0.25, "seaBiomes": [ diff --git a/regions/tropical.json b/regions/tropical.json index f5a75b08..77416669 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -69,9 +69,9 @@ "landBiomeZoom": 1.25, "shoreHeightMin": 3.2, "shoreBiomes": [ + "tropical-island-beach", "tropical-beach", - "tropical-beach", - "tropical-beach", + "tropical-beach-charred", "tropical-beach-bamboo" ], "name": "Tropical", @@ -81,6 +81,91 @@ "global-tools" ] }, + "objects": [ + { + "name": "standard-surface-portals", + "chance": 0.001, + "place": [ + "ruined_portal/giant_portal_1", + "ruined_portal/giant_portal_2", + "ruined_portal/giant_portal_3", + "ruined_portal/portal_1", + "ruined_portal/portal_2", + "ruined_portal/portal_3", + "ruined_portal/portal_4", + "ruined_portal/portal_5", + "ruined_portal/portal_6", + "ruined_portal/portal_7", + "ruined_portal/portal_8", + "ruined_portal/portal_9", + "ruined_portal/portal_10" + ], + "edit": [ + { + "find": [ + { + "block": "gold_block" + } + ], + "replace": { + "palette": [ + { + "block": "air" + } + ] + }, + "chance": 0.1 + }, + { + "find": [ + { + "block": "netherrack" + } + ], + "replace": { + "palette": [ + { + "block": "magma_block" + } + ] + }, + "chance": 0.07 + }, + { + "find": [ + { + "block": "obsidian" + } + ], + "replace": { + "palette": [ + { + "block": "crying_obsidian" + } + ] + }, + "chance": 0.15 + }, + { + "find": [ + { + "block": "lava" + } + ], + "replace": { + "palette": [ + { + "block": "magma_block" + } + ] + }, + "chance": 0.20 + } + ], + "mode": "VACUUM", + "carvingSupport": "SURFACE_ONLY" + } + ], "shoreHeightZoom": 2.14, "rarity": 4 } \ No newline at end of file diff --git a/regions/tundra.json b/regions/tundra.json index a53ea29d..b67347c5 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -7,7 +7,6 @@ "tundra-redwoods-forest", "tundra-sequia-redwoods", "tundra-forest", - "tundra-bonsai-forest", "tundra-spruce-denmyre", "tundra-lake", "tundra-mountains",