diff --git a/biomes/frozen/fzn-beach.json b/biomes/frozen/fzn-beach.json index 4f27d4ea..4d8920b6 100644 --- a/biomes/frozen/fzn-beach.json +++ b/biomes/frozen/fzn-beach.json @@ -1,5 +1,7 @@ { "name": "Frozen Beach", + "color": "#73B6FF", + "rarity": 1, "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_BEACH", "layers": [ diff --git a/biomes/frozen/fzn-hills.json b/biomes/frozen/fzn-hills.json index 407dc2e6..3aed1a2e 100644 --- a/biomes/frozen/fzn-hills.json +++ b/biomes/frozen/fzn-hills.json @@ -1,5 +1,7 @@ { "name": "Frozen Hills", + "color": "#7598EF", + "rarity": 1, "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", "layers": [ diff --git a/biomes/frozen/fzn-mountain-cliffs.json b/biomes/frozen/fzn-mountain-cliffs.json index a002d4dd..24f5457f 100644 --- a/biomes/frozen/fzn-mountain-cliffs.json +++ b/biomes/frozen/fzn-mountain-cliffs.json @@ -1,8 +1,9 @@ { "name": "Frozen Mountain Cliffs", "derivative": "SNOWY_MOUNTAINS", + "rarity": 1, "vanillaDerivative": "SNOWY_MOUNTAINS", - + "color": "#447AFF", "layers": [ { "minHeight": 0, diff --git a/biomes/frozen/fzn-mountain-middle.json b/biomes/frozen/fzn-mountain-middle.json index 7a58bcd8..9e4c520e 100644 --- a/biomes/frozen/fzn-mountain-middle.json +++ b/biomes/frozen/fzn-mountain-middle.json @@ -1,6 +1,8 @@ { "name": "Frozen Mountain Middle", + "color": "#537BDF", "derivative": "SNOWY_MOUNTAINS", + "rarity": 1, "vanillaDerivative": "SNOWY_MOUNTAINS", "generators": [ { diff --git a/biomes/frozen/fzn-mountain.json b/biomes/frozen/fzn-mountain.json index 5555b050..fec33cc2 100644 --- a/biomes/frozen/fzn-mountain.json +++ b/biomes/frozen/fzn-mountain.json @@ -1,6 +1,8 @@ { "name": "Frozen Mountains", "derivative": "SNOWY_MOUNTAINS", + "color": "#717E9F", + "rarity": 1, "vanillaDerivative": "SNOWY_MOUNTAINS", "children": [ "frozen/fzn-mountain-middle", diff --git a/biomes/frozen/fzn-mountains.json b/biomes/frozen/fzn-mountains.json index c27ed4dc..a2776555 100644 --- a/biomes/frozen/fzn-mountains.json +++ b/biomes/frozen/fzn-mountains.json @@ -1,5 +1,7 @@ { "name": "Frozen Mountains", + "color": "#BABFE9", + "rarity": 1, "derivative": "SNOWY_MOUNTAINS", "vanillaDerivative": "SNOWY_MOUNTAINS", "children": [ diff --git a/biomes/frozen/fzn-peak.json b/biomes/frozen/fzn-peak.json index cae626b7..2f098f54 100644 --- a/biomes/frozen/fzn-peak.json +++ b/biomes/frozen/fzn-peak.json @@ -1,6 +1,7 @@ { "name": "Frozen Peak", "derivative": "SNOWY_TAIGA_MOUNTAINS", + "color": "#48ADEA", "vanillaDerivative": "SNOWY_TAIGA_MOUNTAINS", "customDerivitives": [{ "id": "fznpeak", diff --git a/biomes/frozen/fzn-pine-hills.json b/biomes/frozen/fzn-pine-hills.json index ba0bd59c..b6f209cc 100644 --- a/biomes/frozen/fzn-pine-hills.json +++ b/biomes/frozen/fzn-pine-hills.json @@ -1,5 +1,7 @@ { "name": "Frozen Pine Hills", + "color": "#498EB7", + "rarity": 1, "derivative": "SNOWY_TAIGA", "vanillaDerivative": "SNOWY_TAIGA", "layers": [ diff --git a/biomes/frozen/fzn-pine-plains.json b/biomes/frozen/fzn-pine-plains.json index a62324ed..b7c771f5 100644 --- a/biomes/frozen/fzn-pine-plains.json +++ b/biomes/frozen/fzn-pine-plains.json @@ -1,6 +1,8 @@ { "name": "Frozen Pine Plains", "derivative": "SNOWY_TAIGA", + "color": "#164898", + "rarity": 1, "vanillaDerivative": "SNOWY_TAIGA", "children": ["frozen/fzn-pine-hills"], "generators": [ diff --git a/biomes/frozen/fzn-pines.json b/biomes/frozen/fzn-pines.json index bcc45865..258b8236 100644 --- a/biomes/frozen/fzn-pines.json +++ b/biomes/frozen/fzn-pines.json @@ -1,6 +1,8 @@ { "name": "Frozen Pines", "derivative": "SNOWY_TAIGA", + "color": "#305692", + "rarity": 1, "vanillaDerivative": "SNOWY_TAIGA", "layers": [ { diff --git a/biomes/frozen/fzn-plains.json b/biomes/frozen/fzn-plains.json index 5b88c729..a3f3d923 100644 --- a/biomes/frozen/fzn-plains.json +++ b/biomes/frozen/fzn-plains.json @@ -1,6 +1,8 @@ { "name": "Frozen Plains", "derivative": "SNOWY_TAIGA", + "color": "#3E5D8F", + "rarity": 1, "vanillaDerivative": "SNOWY_TAIGA", "children": ["frozen/fzn-hills"], "generators": [ diff --git a/biomes/frozen/fzn-redwood-forest.json b/biomes/frozen/fzn-redwood-forest.json index 5bcf8923..e3c688b3 100644 --- a/biomes/frozen/fzn-redwood-forest.json +++ b/biomes/frozen/fzn-redwood-forest.json @@ -1,6 +1,8 @@ { "name": "Frozen Redwood Forest", "derivative": "SNOWY_TAIGA", + "color": "#586B89", + "rarity": 1, "vanillaDerivative": "SNOWY_TAIGA", "generators": [ { diff --git a/biomes/frozen/fzn-spruce-hills.json b/biomes/frozen/fzn-spruce-hills.json index 01d979f3..f6d52461 100644 --- a/biomes/frozen/fzn-spruce-hills.json +++ b/biomes/frozen/fzn-spruce-hills.json @@ -1,6 +1,8 @@ { "name": "Frozen Spruce Hills", "derivative": "SNOWY_TAIGA", + "color": "#586B89", + "rarity": 1, "vanillaDerivative": "SNOWY_TAIGA", "layers": [ { diff --git a/biomes/frozen/fzn-spruce-plains.json b/biomes/frozen/fzn-spruce-plains.json index 242ebb83..eed415a3 100644 --- a/biomes/frozen/fzn-spruce-plains.json +++ b/biomes/frozen/fzn-spruce-plains.json @@ -1,6 +1,8 @@ { "name": "Frozen Spruce Plains", "derivative": "SNOWY_TAIGA", + "color": "#237695", + "rarity": 1, "vanillaDerivative": "SNOWY_TAIGA", "children": ["frozen/fzn-spruce-hills"], "layers": [ diff --git a/biomes/frozen/fzn-vander.json b/biomes/frozen/fzn-vander.json index c7b58e7a..0419e45d 100644 --- a/biomes/frozen/fzn-vander.json +++ b/biomes/frozen/fzn-vander.json @@ -1,6 +1,8 @@ { "name": "Frozen Vander", "derivative": "SNOWY_MOUNTAINS", + "color": "#587C89", + "rarity": 4, "vanillaDerivative": "SNOWY_MOUNTAINS", "layers": [ { diff --git a/biomes/hot/hot-beach-grass.json b/biomes/hot/hot-beach-grass.json index 878f834e..18fcb427 100644 --- a/biomes/hot/hot-beach-grass.json +++ b/biomes/hot/hot-beach-grass.json @@ -1,6 +1,7 @@ { "name": "Hot Beach Grass", "derivative": "FOREST", + "rarity": 1, "vanillaDerivative": "DESERT_LAKES", "layers": [ { diff --git a/biomes/hot/hot-beach.json b/biomes/hot/hot-beach.json index 22a2f18d..110d2d1a 100644 --- a/biomes/hot/hot-beach.json +++ b/biomes/hot/hot-beach.json @@ -1,5 +1,6 @@ { "name": "Hot Beach", + "rarity": 1, "derivative": "WARM_OCEAN", "vanillaDerivative": "DESERT_LAKES", "layers": [ diff --git a/biomes/hot/hot-desert-dunes-red.json b/biomes/hot/hot-desert-dunes-red.json index 1426c506..99d84ce6 100644 --- a/biomes/hot/hot-desert-dunes-red.json +++ b/biomes/hot/hot-desert-dunes-red.json @@ -1,5 +1,6 @@ { "name": "Hot Desert Dunes Red", + "rarity": 1, "derivative": "DESERT", "vanillaDerivative": "DESERT", "generators": [{ diff --git a/biomes/hot/hot-desert-dunes.json b/biomes/hot/hot-desert-dunes.json index d42a70d1..337ec58d 100644 --- a/biomes/hot/hot-desert-dunes.json +++ b/biomes/hot/hot-desert-dunes.json @@ -1,6 +1,7 @@ { "name": "Hot Desert Dunes", "derivative": "DESERT", + "rarity": 1, "vanillaDerivative": "DESERT", "generators": [{ "generator": "smooth-dunes", diff --git a/biomes/hot/hot-mountain-cliffs.json b/biomes/hot/hot-mountain-cliffs.json index 3de7263c..a6f344e3 100644 --- a/biomes/hot/hot-mountain-cliffs.json +++ b/biomes/hot/hot-mountain-cliffs.json @@ -1,6 +1,7 @@ { "name": "Hot Mountain Cliffs", "derivative": "DESERT", + "rarity": 1, "vanillaDerivative": "DESERT", "generators": [ { diff --git a/biomes/hot/hot-mountain-middle.json b/biomes/hot/hot-mountain-middle.json index 604d321a..3cf3a828 100644 --- a/biomes/hot/hot-mountain-middle.json +++ b/biomes/hot/hot-mountain-middle.json @@ -1,8 +1,8 @@ { "name": "Hot Mountain Middle", "derivative": "DESERT", + "rarity": 1, "vanillaDerivative": "DESERT", - "children": ["hot/hot-cliffs"], "generators": [ { "generator": "mountain", diff --git a/biomes/hot/hot-mountain-plains.json b/biomes/hot/hot-mountain-plains.json index e33b313a..764e871d 100644 --- a/biomes/hot/hot-mountain-plains.json +++ b/biomes/hot/hot-mountain-plains.json @@ -1,6 +1,7 @@ { "name": "Hot Mountain Plains", "derivative": "DESERT", + "rarity": 1, "vanillaDerivative": "DESERT", "generators": [{ "generator": "smooth-dunes", diff --git a/biomes/hot/hot-mountain.json b/biomes/hot/hot-mountain.json index ec975edc..689dde36 100644 --- a/biomes/hot/hot-mountain.json +++ b/biomes/hot/hot-mountain.json @@ -1,8 +1,8 @@ { "name": "Hot Mountains", "derivative": "DESERT", + "rarity": 1, "vanillaDerivative": "DESERT", - "children": ["hot/hot-middle"], "generators": [{ "min": 90, "max": 140, diff --git a/biomes/hot/hot-oasis.json b/biomes/hot/hot-oasis.json index caf4d880..217df19f 100644 --- a/biomes/hot/hot-oasis.json +++ b/biomes/hot/hot-oasis.json @@ -1,6 +1,7 @@ { "name": "Hot Oasis", "derivative": "DESERT", + "rarity": 1, "vanillaDerivative": "DESERT", "generators": [{ "generator": "plain", diff --git a/biomes/hot/sav-acacia-denmyre.json b/biomes/hot/sav-acacia-denmyre.json index a88f49c8..5a9f4466 100644 --- a/biomes/hot/sav-acacia-denmyre.json +++ b/biomes/hot/sav-acacia-denmyre.json @@ -1,6 +1,7 @@ { "name": "Savanna Acacia Denmyre", "derivative": "DESERT", + "rarity": 1, "vanillaDerivative": "SAVANNA", "customDerivitives": [{ "id": "savdenmyre", diff --git a/biomes/hot/sav-beach.json b/biomes/hot/sav-beach.json index 97fb9687..04061e91 100644 --- a/biomes/hot/sav-beach.json +++ b/biomes/hot/sav-beach.json @@ -1,6 +1,7 @@ { "name": "Savanna Beach", "derivative": "SAVANNA", + "rarity": 1, "vanillaDerivative": "SAVANNA", "customDerivitives": [{ "id": "savbeach", diff --git a/biomes/hot/sav-cliff.json b/biomes/hot/sav-cliff.json index eec7a6f4..a39fb32f 100644 --- a/biomes/hot/sav-cliff.json +++ b/biomes/hot/sav-cliff.json @@ -1,6 +1,7 @@ { "name": "Savanna Cliffs", "derivative": "SAVANNA", + "rarity": 1, "vanillaDerivative": "SAVANNA", "children": ["hot/sav-acacia-denmyre"], "customDerivitives": [{ diff --git a/biomes/hot/sav-forest.json b/biomes/hot/sav-forest.json index 3a3bf3a1..00f94bfd 100644 --- a/biomes/hot/sav-forest.json +++ b/biomes/hot/sav-forest.json @@ -1,5 +1,6 @@ { "name": "Savanna Forest", + "rarity": 1, "derivative": "SAVANNA", "vanillaDerivative": "SAVANNA", "customDerivitives": [{ diff --git a/biomes/hot/sav-plateau.json b/biomes/hot/sav-plateau.json index 1fa80693..491598b1 100644 --- a/biomes/hot/sav-plateau.json +++ b/biomes/hot/sav-plateau.json @@ -1,6 +1,7 @@ { "name": "Savanna Plateau", "derivative": "SAVANNA_PLATEAU", + "rarity": 1, "vanillaDerivative": "SAVANNA", "customDerivitives": [{ "id": "savplateau", diff --git a/biomes/hot/sav-savanna.json b/biomes/hot/sav-savanna.json index 3d3512c7..99d29db8 100644 --- a/biomes/hot/sav-savanna.json +++ b/biomes/hot/sav-savanna.json @@ -1,6 +1,7 @@ { "name": "Savanna", "derivative": "SAVANNA", + "rarity": 1, "vanillaDerivative": "SAVANNA", "children": ["hot/sav-cliff"], "customDerivitives": [{ diff --git a/biomes/mesa/msa-beach.json b/biomes/mesa/msa-beach.json index 704525e8..65345a37 100644 --- a/biomes/mesa/msa-beach.json +++ b/biomes/mesa/msa-beach.json @@ -1,5 +1,6 @@ { "name": "Mesa beach", + "rarity": 1, "derivative": "DESERT_LAKES", "vanillaDerivative": "DESERT_LAKES", "generators": [{ diff --git a/biomes/mesa/msa-blue.json b/biomes/mesa/msa-blue.json index 0c418d6a..cff70bdb 100644 --- a/biomes/mesa/msa-blue.json +++ b/biomes/mesa/msa-blue.json @@ -1,5 +1,6 @@ { "name": "Mesa Blue", + "rarity": 1, "derivative": "SHATTERED_SAVANNA", "vanillaDerivative": "BADLANDS", "generators": [ diff --git a/biomes/mesa/msa-cliffs.json b/biomes/mesa/msa-cliffs.json index bcd25302..0a964867 100644 --- a/biomes/mesa/msa-cliffs.json +++ b/biomes/mesa/msa-cliffs.json @@ -1,5 +1,6 @@ { "name": "Mesa Cliffs", + "rarity": 1, "derivative": "SHATTERED_SAVANNA_PLATEAU", "vanillaDerivative": "BADLANDS_PLATEAU", "generators": [ diff --git a/biomes/mesa/msa-dark.json b/biomes/mesa/msa-dark.json index 55ac29cf..9bcc9555 100644 --- a/biomes/mesa/msa-dark.json +++ b/biomes/mesa/msa-dark.json @@ -1,5 +1,6 @@ { "name": "Mesa Dark", + "rarity": 1, "derivative": "SHATTERED_SAVANNA", "vanillaDerivative": "ERODED_BADLANDS", "children": [ diff --git a/biomes/mesa/msa-green.json b/biomes/mesa/msa-green.json index ce5c2b8f..4bf6a3c4 100644 --- a/biomes/mesa/msa-green.json +++ b/biomes/mesa/msa-green.json @@ -1,5 +1,6 @@ { "name": "Mesa Green", + "rarity": 1, "vanillaDerivative": "BADLANDS", "derivative": "SHATTERED_SAVANNA", "generators": [ diff --git a/biomes/mesa/msa-mesa.json b/biomes/mesa/msa-mesa.json index 685e1e7d..90007f15 100644 --- a/biomes/mesa/msa-mesa.json +++ b/biomes/mesa/msa-mesa.json @@ -1,5 +1,6 @@ { "name": "Mesa", + "rarity": 1, "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", "biomeScatter": [ diff --git a/biomes/mesa/msa-plateau-dirt-high.json b/biomes/mesa/msa-plateau-dirt-high.json index 98d02e08..cc6404fe 100644 --- a/biomes/mesa/msa-plateau-dirt-high.json +++ b/biomes/mesa/msa-plateau-dirt-high.json @@ -1,5 +1,6 @@ { "name": "Mesa Plateau Dirt high", + "rarity": 1, "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", "biomeScatter": ["BADLANDS"], diff --git a/biomes/mesa/msa-plateau-dirt.json b/biomes/mesa/msa-plateau-dirt.json index fc26ba22..26f752da 100644 --- a/biomes/mesa/msa-plateau-dirt.json +++ b/biomes/mesa/msa-plateau-dirt.json @@ -1,5 +1,6 @@ { "name": "Mesa Plateau Dirt", + "rarity": 1, "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", "biomeScatter": ["BADLANDS"], diff --git a/biomes/mesa/msa-plateau-high.json b/biomes/mesa/msa-plateau-high.json index bc815d7b..0491adc1 100644 --- a/biomes/mesa/msa-plateau-high.json +++ b/biomes/mesa/msa-plateau-high.json @@ -1,5 +1,6 @@ { "name": "Mesa Plateau High", + "rarity": 1, "derivative": "BADLANDS", "vanillaDerivative": "BADLANDS", "biomeScatter": [ diff --git a/biomes/mesa/msa-plateau.json b/biomes/mesa/msa-plateau.json index 42623462..90497fda 100644 --- a/biomes/mesa/msa-plateau.json +++ b/biomes/mesa/msa-plateau.json @@ -1,6 +1,7 @@ { "name": "Mesa Plateau", "derivative": "BADLANDS", + "rarity": 1, "vanillaDerivative": "BADLANDS", "biomeScatter": [ "BADLANDS", diff --git a/biomes/mesa/msa-red.json b/biomes/mesa/msa-red.json index 18f8590b..14829a40 100644 --- a/biomes/mesa/msa-red.json +++ b/biomes/mesa/msa-red.json @@ -1,5 +1,6 @@ { "name": "Mesa Red", + "rarity": 1, "vanillaDerivative": "BADLANDS", "derivative": "SHATTERED_SAVANNA", "generators": [ diff --git a/biomes/mesa/msa-valleys.json b/biomes/mesa/msa-valleys.json index cdd8ba90..1a11fcf1 100644 --- a/biomes/mesa/msa-valleys.json +++ b/biomes/mesa/msa-valleys.json @@ -1,6 +1,7 @@ { "name": "Mesa Valley", "derivative": "SAVANNA", + "rarity": 1, "vanillaDerivative": "BADLANDS", "generators": [{ "min": 5, diff --git a/biomes/mesa/msa-yellow.json b/biomes/mesa/msa-yellow.json index 7a5f8c4e..a064c2fe 100644 --- a/biomes/mesa/msa-yellow.json +++ b/biomes/mesa/msa-yellow.json @@ -1,6 +1,7 @@ { "name": "Mesa Yellow", "derivative": "SHATTERED_SAVANNA", + "rarity": 1, "vanillaDerivative": "BADLANDS", "children": ["mesa/msa-dark"], "generators": [ @@ -134,6 +135,5 @@ {"block": "gray_terracotta"}, {"block": "yellow_terracotta"} ] - }, - "rarity": 4 + } } diff --git a/biomes/mountain/mtn-beach.json b/biomes/mountain/mtn-beach.json index 0086d7a8..db593754 100644 --- a/biomes/mountain/mtn-beach.json +++ b/biomes/mountain/mtn-beach.json @@ -1,6 +1,7 @@ { "name": "Mountain Beach", "derivative": "TAIGA_MOUNTAINS", + "rarity": 1, "vanillaDerivative": "TAIGA_MOUNTAINS", "generators": [{ "min": 0, diff --git a/biomes/mountain/mtn-cliffs.json b/biomes/mountain/mtn-cliffs.json index 03b0e953..e5fd0e48 100644 --- a/biomes/mountain/mtn-cliffs.json +++ b/biomes/mountain/mtn-cliffs.json @@ -1,5 +1,6 @@ { "name": "Mountain Cliffs", + "rarity": 1, "vanillaDerivative": "TAIGA_MOUNTAINS", "derivative": "TAIGA_MOUNTAINS", "generators": [ @@ -57,6 +58,5 @@ {"block": "gravel"}, {"block": "cyan_terracotta"} ] - }, - "rarity": 19 + } } diff --git a/biomes/mountain/mtn-forest-hills.json b/biomes/mountain/mtn-forest-hills.json index a68ded85..4c32d388 100644 --- a/biomes/mountain/mtn-forest-hills.json +++ b/biomes/mountain/mtn-forest-hills.json @@ -1,5 +1,6 @@ { "name": "Mountain Forest Hills", + "rarity": 1, "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", "generators": [ diff --git a/biomes/mountain/mtn-forest.json b/biomes/mountain/mtn-forest.json index da80aa8d..b8fef8ab 100644 --- a/biomes/mountain/mtn-forest.json +++ b/biomes/mountain/mtn-forest.json @@ -1,5 +1,6 @@ { "name": "Mountain Forest", + "rarity": 1, "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", "generators": [ diff --git a/biomes/mountain/mtn-hills.json b/biomes/mountain/mtn-hills.json index d0a740ed..1083a333 100644 --- a/biomes/mountain/mtn-hills.json +++ b/biomes/mountain/mtn-hills.json @@ -1,6 +1,7 @@ { "name": "Mountain Hills", "derivative": "TAIGA_MOUNTAINS", + "rarity": 1, "vanillaDerivative": "TAIGA_MOUNTAINS", "children": ["mountain/mtn-forest"], "generators": [{ diff --git a/biomes/mountain/mtn-main.json b/biomes/mountain/mtn-main.json index 2fce80ee..0d6b11da 100644 --- a/biomes/mountain/mtn-main.json +++ b/biomes/mountain/mtn-main.json @@ -1,6 +1,7 @@ { "name": "Mountain Main", "derivative": "PLAINS", + "rarity": 1, "vanillaDerivative": "PLAINS", "children": ["mountain/mtn-middle"], "generators": [ diff --git a/biomes/mountain/mtn-mountain.json b/biomes/mountain/mtn-mountain.json index 6ace125c..c7049287 100644 --- a/biomes/mountain/mtn-mountain.json +++ b/biomes/mountain/mtn-mountain.json @@ -1,6 +1,7 @@ { "name": "Mountain", "derivative": "MOUNTAIN_EDGE", + "rarity": 1, "vanillaDerivative": "MOUNTAIN_EDGE", "children": ["mountain/mtn-middle"], "generators": [ diff --git a/biomes/mountain/mtn-plain-hills.json b/biomes/mountain/mtn-plain-hills.json index 7cfca373..12e1ee50 100644 --- a/biomes/mountain/mtn-plain-hills.json +++ b/biomes/mountain/mtn-plain-hills.json @@ -1,6 +1,7 @@ { "name": "Mountain Plains Hills", "derivative": "PLAINS", + "rarity": 1, "vanillaDerivative": "PLAINS", "generators": [ { diff --git a/biomes/mountain/mtn-plains.json b/biomes/mountain/mtn-plains.json index deae11dc..9e449939 100644 --- a/biomes/mountain/mtn-plains.json +++ b/biomes/mountain/mtn-plains.json @@ -1,5 +1,6 @@ { "name": "Mountain Plains", + "rarity": 1, "derivative": "TAIGA_MOUNTAINS", "vanillaDerivative": "TAIGA_MOUNTAINS", "jigsawStructures": [ diff --git a/biomes/mushroom/mus-beach.json b/biomes/mushroom/mus-beach.json index 433cf116..b4e33d4b 100644 --- a/biomes/mushroom/mus-beach.json +++ b/biomes/mushroom/mus-beach.json @@ -1,6 +1,7 @@ { "name": "Mushroom Beach", "derivative": "MUSHROOM_FIELDS", + "rarity": 1, "vanillaDerivative": "MUSHROOM_FIELD_SHORE", "generators": [{ "min": -5, diff --git a/biomes/mushroom/mus-crimson-forest.json b/biomes/mushroom/mus-crimson-forest.json index 486278b1..30571b91 100644 --- a/biomes/mushroom/mus-crimson-forest.json +++ b/biomes/mushroom/mus-crimson-forest.json @@ -1,6 +1,7 @@ { "name": "Crimson Mushroom Swamp", "derivative": "CRIMSON_FOREST", + "rarity": 1, "vanillaDerivative": "MUSHROOM_FIELDS", "layers": [ { diff --git a/biomes/mushroom/mus-forest-hills.json b/biomes/mushroom/mus-forest-hills.json index eef4d11e..0d08c454 100644 --- a/biomes/mushroom/mus-forest-hills.json +++ b/biomes/mushroom/mus-forest-hills.json @@ -1,5 +1,6 @@ { "name": "Mushroom Forest Hills", + "rarity": 1, "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS", "generators": [{ diff --git a/biomes/mushroom/mus-forest.json b/biomes/mushroom/mus-forest.json index 9c5f55b2..6615636d 100644 --- a/biomes/mushroom/mus-forest.json +++ b/biomes/mushroom/mus-forest.json @@ -1,6 +1,7 @@ { "name": "Mushroom Forest", "derivative": "MUSHROOM_FIELDS", + "rarity": 1, "vanillaDerivative": "MUSHROOM_FIELDS", "children": ["mushroom/mus-forest-hills"], "customDerivitives": [{ diff --git a/biomes/mushroom/mus-plains.json b/biomes/mushroom/mus-plains.json index 40e2fe71..993533b1 100644 --- a/biomes/mushroom/mus-plains.json +++ b/biomes/mushroom/mus-plains.json @@ -1,5 +1,6 @@ { "name": "Mushroom Plains", + "rarity": 1, "derivative": "MUSHROOM_FIELDS", "vanillaDerivative": "MUSHROOM_FIELDS", "customDerivitives": [{ diff --git a/biomes/mushroom/mus-warped-forest.json b/biomes/mushroom/mus-warped-forest.json index d29092c7..432aaec9 100644 --- a/biomes/mushroom/mus-warped-forest.json +++ b/biomes/mushroom/mus-warped-forest.json @@ -1,5 +1,6 @@ { "name": "Mushroom Warped Forest", + "rarity": 1, "derivative": "WARPED_FOREST", "vanillaDerivative": "MUSHROOM_FIELDS", "generators": [{ diff --git a/biomes/swamp/swa-beach.json b/biomes/swamp/swa-beach.json index d5fa2e2d..c0ede428 100644 --- a/biomes/swamp/swa-beach.json +++ b/biomes/swamp/swa-beach.json @@ -1,6 +1,7 @@ { "name": "Swamp Beach", "derivative": "SWAMP", + "rarity": 1, "vanillaDerivative": "BEACH", "generators": [{ "min": 1, diff --git a/biomes/swamp/swa-denmyre.json b/biomes/swamp/swa-denmyre.json index 4e797e64..31637aa9 100644 --- a/biomes/swamp/swa-denmyre.json +++ b/biomes/swamp/swa-denmyre.json @@ -1,5 +1,6 @@ { "name": "Swamp Denmyre", + "rarity": 1, "derivative": "SWAMP", "vanillaDerivative": "DARK_FOREST", "generators": [{ @@ -258,6 +259,5 @@ {"block": "andesite"}, {"block": "stone"} ] - }, - "rarity": 2 + } } diff --git a/biomes/swamp/swa-lake.json b/biomes/swamp/swa-lake.json index 2ef22312..e2071845 100644 --- a/biomes/swamp/swa-lake.json +++ b/biomes/swamp/swa-lake.json @@ -1,5 +1,6 @@ { "name": "Swampy Marsh", + "rarity": 1, "derivative": "SWAMP", "vanillaDerivative": "SWAMP", "children": ["swamp/swa-marsh"], diff --git a/biomes/swamp/swa-marsh-rotten.json b/biomes/swamp/swa-marsh-rotten.json index c2b536c3..5cdb7c13 100644 --- a/biomes/swamp/swa-marsh-rotten.json +++ b/biomes/swamp/swa-marsh-rotten.json @@ -1,5 +1,6 @@ { "name": "Swamp Marsh Rotten", + "rarity": 1, "derivative": "SWAMP_HILLS", "vanillaDerivative": "SWAMP", "generators": [{ diff --git a/biomes/swamp/swa-marsh.json b/biomes/swamp/swa-marsh.json index 67715bfe..e582885e 100644 --- a/biomes/swamp/swa-marsh.json +++ b/biomes/swamp/swa-marsh.json @@ -1,6 +1,7 @@ { "name": "Swamp Marsh", "derivative": "SWAMP", + "rarity": 1, "vanillaDerivative": "SWAMP", "children": ["swamp/swa-marsh-rotten"], "generators": [{ diff --git a/biomes/swamp/swa-roofed-forest.json b/biomes/swamp/swa-roofed-forest.json index bc025139..f9929599 100644 --- a/biomes/swamp/swa-roofed-forest.json +++ b/biomes/swamp/swa-roofed-forest.json @@ -1,6 +1,7 @@ { "name": "Swamp Roofed Forest", "derivative": "SWAMP", + "rarity": 1, "vanillaDerivative": "DARK_FOREST", "children": ["swamp/swa-lake"], "generators": [{ diff --git a/biomes/swamp/swa-roofed-wayward.json b/biomes/swamp/swa-roofed-wayward.json index a2086119..f40a2a10 100644 --- a/biomes/swamp/swa-roofed-wayward.json +++ b/biomes/swamp/swa-roofed-wayward.json @@ -1,6 +1,7 @@ { "name": "Swamp Roofed Wayward", "derivative": "SWAMP", + "rarity": 1, "vanillaDerivative": "DARK_FOREST", "children": ["swamp/swa-lake"], "generators": [{ diff --git a/biomes/swamp/swa-sleepy/sleepy-klarus-b.json b/biomes/swamp/swa-sleepy/sleepy-klarus-b.json deleted file mode 100644 index 14fa3272..00000000 --- a/biomes/swamp/swa-sleepy/sleepy-klarus-b.json +++ /dev/null @@ -1,219 +0,0 @@ -{ - "name": "Sleepy Klarus Deep", - "derivative": "SWAMP_HILLS", - "vanillaDerivative": "SWAMP", - "generators": [{ - "min": 1, - "max": 2, - "generator": "plain" - }], - "layers": [ - { - "zoom": 0.5, - "style": {"style": "IRIS"}, - "palette": [ - { - "weight": 5, - "block": "grass_block" - }, - { - "weight": 2, - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - {"block": "dirt"}, - {"block": "coarse_dirt"} - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": {"style": "STATIC"}, - "palette": [ - {"block": "stone"}, - {"block": "andesite"}, - {"block": "stone"} - ] - } - ], - "decorators": [ - { - "chance": 0.005, - "variance": {"style": "STATIC"}, - "zoom": 0.02, - "palette": [ - {"block": "brown_mushroom"}, - {"block": "red_mushroom"} - ], - "style": {"style": "STATIC"} - }, - { - "chance": 0.13, - "variance": {"style": "STATIC"}, - "zoom": 0.2, - "palette": [ - {"block": "large_fern"}, - {"block": "tall_grass"} - ], - "style": {"style": "STATIC"} - }, - { - "chance": 0.15, - "variance": {"style": "STATIC"}, - "zoom": 0.3, - "palette": [ - {"block": "dead_bush"}, - {"block": "fern"} - ], - "style": {"style": "STATIC"} - } - ], - "entityInitialSpawns": [ - { - "entity": "cow", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 - }, - { - "entity": "pig", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 - } - ], - "objects": [ - { - "chance": 0.6, - "edit": [ - { - "find": [{"block": "oak_log"}], - "replace": {"palette": [{"block": "dark_oak_log"}]} - }, - { - "find": [{"block": "oak_wood"}], - "replace": {"palette": [{"block": "dark_oak_wood"}]} - }, - { - "find": [{"block": "oak_fence"}], - "replace": {"palette": [{"block": "dark_oak_fence"}]} - }, - { - "find": [{"block": "dark_oak_planks"}], - "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]} - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "clutter/oak-clutt-1", - "clutter/oak-clutt-2", - "clutter/oak-clutt-3", - "clutter/oak-clutt-4", - "clutter/oak-clutt-5" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.8, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "creepy-oak/FantasyOak1", - "creepy-oak/FantasyOak2", - "creepy-oak/FantasyOak3", - "creepy-oak/FantasyOak4" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - }, - "edit": [ - { - "find": [{"block": "oak_leaves"}], - "replace": {"palette": [ - { - "block": "oak_leaves", - "data": {"persistent": true} - }, - { - "block": "spruce_leaves", - "data": {"persistent": true} - } - ]} - }, - { - "find": [{"block": "oak_log"}], - "replace": {"palette": [ - {"block": "dark_oak_wood"}, - { - "block": "spruce_leaves", - "data": {"persistent": true} - } - ]} - } - ] - }, - { - "chance": 0.1, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "wasteland/stone-1", - "wasteland/stone-2", - "wasteland/stone-3", - "wasteland/stone-4", - "wasteland/stone-5", - "wasteland/stone-6", - "wasteland/stone-7" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], - "biomeZoom": 9, - "biomeStyle": {"style": "IRIS"}, - "wall": { - "style": {"style": "STATIC"}, - "palette": [ - {"block": "stone"}, - {"block": "andesite"}, - {"block": "stone"} - ] - } -} diff --git a/biomes/swamp/swa-sleepy/swa-sleepy-klarus-b.json b/biomes/swamp/swa-sleepy/swa-sleepy-klarus-b.json deleted file mode 100644 index 14fa3272..00000000 --- a/biomes/swamp/swa-sleepy/swa-sleepy-klarus-b.json +++ /dev/null @@ -1,219 +0,0 @@ -{ - "name": "Sleepy Klarus Deep", - "derivative": "SWAMP_HILLS", - "vanillaDerivative": "SWAMP", - "generators": [{ - "min": 1, - "max": 2, - "generator": "plain" - }], - "layers": [ - { - "zoom": 0.5, - "style": {"style": "IRIS"}, - "palette": [ - { - "weight": 5, - "block": "grass_block" - }, - { - "weight": 2, - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - {"block": "dirt"}, - {"block": "coarse_dirt"} - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": {"style": "STATIC"}, - "palette": [ - {"block": "stone"}, - {"block": "andesite"}, - {"block": "stone"} - ] - } - ], - "decorators": [ - { - "chance": 0.005, - "variance": {"style": "STATIC"}, - "zoom": 0.02, - "palette": [ - {"block": "brown_mushroom"}, - {"block": "red_mushroom"} - ], - "style": {"style": "STATIC"} - }, - { - "chance": 0.13, - "variance": {"style": "STATIC"}, - "zoom": 0.2, - "palette": [ - {"block": "large_fern"}, - {"block": "tall_grass"} - ], - "style": {"style": "STATIC"} - }, - { - "chance": 0.15, - "variance": {"style": "STATIC"}, - "zoom": 0.3, - "palette": [ - {"block": "dead_bush"}, - {"block": "fern"} - ], - "style": {"style": "STATIC"} - } - ], - "entityInitialSpawns": [ - { - "entity": "cow", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 - }, - { - "entity": "pig", - "maxSpawns": 1, - "minSpawns": 1, - "rarity": 6 - } - ], - "objects": [ - { - "chance": 0.6, - "edit": [ - { - "find": [{"block": "oak_log"}], - "replace": {"palette": [{"block": "dark_oak_log"}]} - }, - { - "find": [{"block": "oak_wood"}], - "replace": {"palette": [{"block": "dark_oak_wood"}]} - }, - { - "find": [{"block": "oak_fence"}], - "replace": {"palette": [{"block": "dark_oak_fence"}]} - }, - { - "find": [{"block": "dark_oak_planks"}], - "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]} - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "clutter/oak-clutt-1", - "clutter/oak-clutt-2", - "clutter/oak-clutt-3", - "clutter/oak-clutt-4", - "clutter/oak-clutt-5" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.8, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "creepy-oak/FantasyOak1", - "creepy-oak/FantasyOak2", - "creepy-oak/FantasyOak3", - "creepy-oak/FantasyOak4" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - }, - "edit": [ - { - "find": [{"block": "oak_leaves"}], - "replace": {"palette": [ - { - "block": "oak_leaves", - "data": {"persistent": true} - }, - { - "block": "spruce_leaves", - "data": {"persistent": true} - } - ]} - }, - { - "find": [{"block": "oak_log"}], - "replace": {"palette": [ - {"block": "dark_oak_wood"}, - { - "block": "spruce_leaves", - "data": {"persistent": true} - } - ]} - } - ] - }, - { - "chance": 0.1, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "wasteland/stone-1", - "wasteland/stone-2", - "wasteland/stone-3", - "wasteland/stone-4", - "wasteland/stone-5", - "wasteland/stone-6", - "wasteland/stone-7" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], - "biomeZoom": 9, - "biomeStyle": {"style": "IRIS"}, - "wall": { - "style": {"style": "STATIC"}, - "palette": [ - {"block": "stone"}, - {"block": "andesite"}, - {"block": "stone"} - ] - } -} diff --git a/biomes/swamp/swa-sleepy/swa-sleepy-klarus-path.json b/biomes/swamp/swa-sleepy/swa-sleepy-klarus-path.json deleted file mode 100644 index 4db9f5b7..00000000 --- a/biomes/swamp/swa-sleepy/swa-sleepy-klarus-path.json +++ /dev/null @@ -1,184 +0,0 @@ -{ - "name": "Sleepy Klarus Pathway", - "derivative": "SWAMP_HILLS", - "vanillaDerivative": "SWAMP", - "childStyle": { - "style": "VASCULAR", - "zoom": 0.5 - }, - "children": [ - "swamp/swa-sleepy/sleepy-klarus", - "swamp/swa-sleepy/sleepy-klarus-b", - "swamp/swa-sleepy/sleepy-klarus-b" - ], - "generators": [{ - "generator": "plain", - "max": 9, - "min": 12 - }], - "layers": [ - { - "minHeight": 1, - "maxHeight": 3, - "palette": [{"block": "podzol"}] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": {"style": "STATIC"}, - "palette": [ - {"block": "stone"}, - {"block": "andesite"}, - {"block": "stone"} - ] - } - ], - "decorators": [ - { - "chance": 0.005, - "variance": {"style": "STATIC"}, - "zoom": 0.02, - "palette": [ - {"block": "brown_mushroom"}, - {"block": "red_mushroom"} - ], - "style": {"style": "STATIC"} - }, - { - "chance": 0.13, - "variance": {"style": "STATIC"}, - "zoom": 0.2, - "palette": [ - {"block": "large_fern"}, - {"block": "tall_grass"} - ], - "style": {"style": "STATIC"} - }, - { - "chance": 0.15, - "variance": {"style": "STATIC"}, - "zoom": 0.3, - "palette": [ - {"block": "dead_bush"}, - {"block": "fern"} - ], - "style": {"style": "STATIC"} - } - ], - "objects": [ - { - "chance": 0.6, - "edit": [ - { - "find": [{"block": "oak_log"}], - "replace": {"palette": [{"block": "dark_oak_log"}]} - }, - { - "find": [{"block": "oak_wood"}], - "replace": {"palette": [{"block": "dark_oak_wood"}]} - }, - { - "find": [{"block": "oak_fence"}], - "replace": {"palette": [{"block": "dark_oak_fence"}]} - }, - { - "find": [{"block": "dark_oak_planks"}], - "replace": {"palette": [{"block": "stripped_dark_oak_wood"}]} - } - ], - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "clutter/oak-clutt-1", - "clutter/oak-clutt-2", - "clutter/oak-clutt-3", - "clutter/oak-clutt-4", - "clutter/oak-clutt-5" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 0.08, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "misc/shrub-1", - "misc/shrub-2", - "misc/shrub-3", - "misc/shrub-4", - "misc/shrub-5", - "misc/shrub-6" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.05, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "wasteland/stone-1", - "wasteland/stone-2", - "wasteland/stone-3", - "wasteland/stone-4", - "wasteland/stone-5", - "wasteland/stone-6", - "wasteland/stone-7" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], - "slab": { - "style": {"style": "FLAT"}, - "palette": [{ - "data": { - "waterlogged": false, - "type": "bottom" - }, - "block": "cobblestone_slab" - }] - }, - "biomeZoom": 9, - "biomeStyle": {"style": "IRIS"}, - "wall": { - "style": {"style": "STATIC"}, - "palette": [ - {"block": "stone"}, - {"block": "andesite"}, - {"block": "stone"} - ] - } -} diff --git a/biomes/swamp/swa-sleepy/swa-sleepy-klarus.json b/biomes/swamp/swa-sleepy/swa-sleepy-klarus.json deleted file mode 100644 index 00f00611..00000000 --- a/biomes/swamp/swa-sleepy/swa-sleepy-klarus.json +++ /dev/null @@ -1,189 +0,0 @@ -{ - "name": "Sleepy Klarus Dense", - "derivative": "SWAMP_HILLS", - "vanillaDerivative": "SWAMP", - "generators": [{ - "min": 1, - "max": 2, - "generator": "plain" - }], - "layers": [ - { - "zoom": 0.5, - "style": {"style": "IRIS"}, - "palette": [ - { - "weight": 5, - "block": "grass_block" - }, - { - "weight": 2, - "block": "coarse_dirt" - } - ] - }, - { - "minHeight": 1, - "maxHeight": 3, - "palette": [ - {"block": "dirt"}, - {"block": "coarse_dirt"} - ] - }, - { - "minHeight": 6, - "maxHeight": 18, - "style": {"style": "STATIC"}, - "palette": [ - {"block": "stone"}, - {"block": "andesite"}, - {"block": "stone"} - ] - } - ], - "decorators": [ - { - "chance": 0.005, - "variance": {"style": "STATIC"}, - "zoom": 0.02, - "palette": [ - {"block": "brown_mushroom"}, - {"block": "red_mushroom"} - ], - "style": {"style": "STATIC"} - }, - { - "chance": 0.13, - "variance": {"style": "STATIC"}, - "zoom": 0.2, - "palette": [ - {"block": "large_fern"}, - {"block": "tall_grass"} - ], - "style": {"style": "STATIC"} - }, - { - "chance": 0.15, - "variance": {"style": "STATIC"}, - "zoom": 0.3, - "palette": [ - {"block": "dead_bush"}, - {"block": "fern"} - ], - "style": {"style": "STATIC"} - } - ], - "objects": [ - { - "chance": 0.8, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "creepy-oak/FantasyOak1", - "creepy-oak/FantasyOak2", - "creepy-oak/FantasyOak3", - "creepy-oak/FantasyOak4" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - }, - "edit": [ - { - "find": [{"block": "oak_leaves"}], - "replace": {"palette": [ - { - "block": "oak_leaves", - "data": {"persistent": true} - }, - { - "block": "spruce_leaves", - "data": {"persistent": true} - } - ]} - }, - { - "find": [{"block": "oak_log"}], - "replace": {"palette": [ - {"block": "dark_oak_wood"}, - { - "block": "spruce_leaves", - "data": {"persistent": true} - } - ]} - } - ] - }, - { - "chance": 0.08, - "density": 2, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "misc/shrub-1", - "misc/shrub-2", - "misc/shrub-3", - "misc/shrub-4", - "misc/shrub-5", - "misc/shrub-6" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - }, - { - "chance": 0.05, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "wasteland/stone-1", - "wasteland/stone-2", - "wasteland/stone-3", - "wasteland/stone-4", - "wasteland/stone-5", - "wasteland/stone-6", - "wasteland/stone-7" - ], - "translate": { - "x": 0, - "y": -2, - "z": 0 - } - } - ], - "biomeZoom": 9, - "biomeStyle": {"style": "IRIS"}, - "wall": { - "style": {"style": "STATIC"}, - "palette": [ - {"block": "stone"}, - {"block": "andesite"}, - {"block": "stone"} - ] - } -} diff --git a/biomes/swamp/swa-willow-forest.json b/biomes/swamp/swa-willow-forest.json index 5cab5289..817d3d86 100644 --- a/biomes/swamp/swa-willow-forest.json +++ b/biomes/swamp/swa-willow-forest.json @@ -1,6 +1,7 @@ { "name": "Swamp Willow Forest", "derivative": "SWAMP", + "rarity": 1, "vanillaDerivative": "DARK_FOREST", "children": [ "swamp/swa-denmyre", diff --git a/biomes/temperate/tem-beach.json b/biomes/temperate/tem-beach.json index 06cfda82..f0cc8167 100644 --- a/biomes/temperate/tem-beach.json +++ b/biomes/temperate/tem-beach.json @@ -1,6 +1,7 @@ { "name": "Temperate Beach", "derivative": "BEACH", + "rarity": 1, "vanillaDerivative": "BEACH", "generators": [{ "min": -5, diff --git a/biomes/temperate/tem-birch-denmyre.json b/biomes/temperate/tem-birch-denmyre.json index 7be1c8bf..44abf951 100644 --- a/biomes/temperate/tem-birch-denmyre.json +++ b/biomes/temperate/tem-birch-denmyre.json @@ -1,6 +1,7 @@ { "name": "Temperate Birch Denmyre", "derivative": "FOREST", + "rarity": 1, "vanillaDerivative": "BIRCH_FOREST", "generators": [{ "min": 4, diff --git a/biomes/temperate/tem-birch-forest.json b/biomes/temperate/tem-birch-forest.json index 5b12fa92..f0ff50a4 100644 --- a/biomes/temperate/tem-birch-forest.json +++ b/biomes/temperate/tem-birch-forest.json @@ -1,6 +1,7 @@ { "name": "Temperate Birch Forest", "derivative": "PLAINS", + "rarity": 1, "vanillaDerivative": "BIRCH_FOREST", "children": ["temperate/tem-birch-denmyre"], "generators": [{ diff --git a/biomes/temperate/tem-bonsai.json b/biomes/temperate/tem-bonsai.json deleted file mode 100644 index 1f23c4aa..00000000 --- a/biomes/temperate/tem-bonsai.json +++ /dev/null @@ -1,259 +0,0 @@ -{ - "name": "Temperate Bonsai", - "derivative": "PLAINS", - "vanillaDerivative": "PLAINS", - "children": ["temperate/tem-plain-hills"], - "generators": [{ - "generator": "smooth-dunes", - "max": 14, - "min": 3 - }], - "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"} - ] - } - ], - "biomeScatter": [ - "FOREST", - "PLAINS" - ], - "childStyle": { - "style": "SIMPLEX", - "zoom": 0.5, - "exponent": 2 - }, - "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 - } - }, - "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": [ - { - "chance": 0.3, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "bonsai-normal/bbonsai-1", - "bonsai-normal/bbonsai-2", - "bonsai-normal/bbonsai-3", - "bonsai-normal/bbonsai-4", - "bonsai-normal/bbonsai-5", - "bonsai-normal/bbonsai-6", - "bonsai-normal/bbonsai-7", - "bonsai-normal/bbonsai-8", - "bonsai-normal/bbonsai-9", - "bonsai-normal/bbonsai-10", - "bonsai-normal/bbonsai-11" - ], - "translate": { - "x": 0, - "y": -1, - "z": 0 - } - }, - { - "chance": 0.09, - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": [ - "bush/small/1", - "bush/small/2" - ], - "translate": { - "x": 0, - "y": 0, - "z": 0 - } - }, - { - "chance": 1.0E-4, - "mode": "VACUUM", - "rotation": { - "yAxis": { - "min": 0, - "max": 0, - "interval": 90, - "enabled": true - }, - "enabled": true - }, - "place": ["ruins/ruin1"], - "translate": { - "x": 0, - "y": 0, - "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 - } - }, - { - "place": [ - "landform/stone/1", - "landform/stone/2", - "landform/stone/3", - "landform/stone/4", - "landform/stone/5" - ], - "chance": 0.04, - "mode": "MIN_HEIGHT", - "rotation": { - "enabled": true, - "yAxis": { - "enabled": true, - "interval": 90, - "min": -360, - "max": 360 - } - } - } - ], - "entityInitialSpawns": [ - { - "entity": "cow", - "maxSpawns": 3, - "minSpawns": 1, - "rarity": 7 - }, - { - "entity": "pig", - "maxSpawns": 3, - "minSpawns": 1, - "rarity": 7 - }, - { - "entity": "chicken", - "maxSpawns": 3, - "minSpawns": 1, - "rarity": 7 - }, - { - "entity": "sheep", - "maxSpawns": 3, - "minSpawns": 1, - "rarity": 7 - } - ], - "biomeZoom": 60, - "biomeStyle": {"style": "IRIS"}, - "wall": {"palette": [ - {"block": "stone"}, - {"block": "andesite"} - ]} -} diff --git a/biomes/temperate/tem-flower-forest.json b/biomes/temperate/tem-flower-forest.json index 75c865ed..44e112de 100644 --- a/biomes/temperate/tem-flower-forest.json +++ b/biomes/temperate/tem-flower-forest.json @@ -1,6 +1,7 @@ { "name": "Temperate Flower Forest", "derivative": "FLOWER_FOREST", + "rarity": 1, "vanillaDerivative": "FLOWER_FOREST", "generators": [{ "min": 4, diff --git a/biomes/temperate/tem-highlands.json b/biomes/temperate/tem-highlands.json index f7acce5f..1d8d1be8 100644 --- a/biomes/temperate/tem-highlands.json +++ b/biomes/temperate/tem-highlands.json @@ -1,6 +1,7 @@ { "name": "Temperate Highlands", "derivative": "FOREST", + "rarity": 1, "vanillaDerivative": "PLAINS", "generators": [{ "min": 15, diff --git a/biomes/temperate/tem-island.json b/biomes/temperate/tem-island.json index 2600949e..d309ad99 100644 --- a/biomes/temperate/tem-island.json +++ b/biomes/temperate/tem-island.json @@ -1,6 +1,7 @@ { "name": "Temperate Island", "derivative": "PLAINS", + "rarity": 1, "vanillaDerivative": "PLAINS", "children": ["temperate/tem-wilds"], "generators": [{ diff --git a/biomes/temperate/tem-longtree-forest.json b/biomes/temperate/tem-longtree-forest.json index 401fd5d6..6d4021d0 100644 --- a/biomes/temperate/tem-longtree-forest.json +++ b/biomes/temperate/tem-longtree-forest.json @@ -1,5 +1,6 @@ { "vanillaDerivative": "FOREST", + "rarity": 1, "name": "Long tree forest", "effects": [{ "particleAltX": 0.301, @@ -494,6 +495,5 @@ } ], "style": {"style": "STATIC"} - }, - "rarity": 90 + } } diff --git a/biomes/temperate/tem-oak-beach.json b/biomes/temperate/tem-oak-beach.json index 6a1764f7..0a787202 100644 --- a/biomes/temperate/tem-oak-beach.json +++ b/biomes/temperate/tem-oak-beach.json @@ -1,5 +1,6 @@ { "name": "Temperate Oak Beach", + "rarity": 1, "derivative": "DEEP_LUKEWARM_OCEAN", "vanillaDerivative": "FOREST", "generators": [{ diff --git a/biomes/temperate/tem-oak-denmyre.json b/biomes/temperate/tem-oak-denmyre.json index a1ed0aea..27735f19 100644 --- a/biomes/temperate/tem-oak-denmyre.json +++ b/biomes/temperate/tem-oak-denmyre.json @@ -1,5 +1,6 @@ { "name": "Temperate Oak Denmyre", + "rarity": 1, "derivative": "FOREST", "vanillaDerivative": "FOREST", "generators": [{ diff --git a/biomes/temperate/tem-oak-forest.json b/biomes/temperate/tem-oak-forest.json index a094367e..0f7b1288 100644 --- a/biomes/temperate/tem-oak-forest.json +++ b/biomes/temperate/tem-oak-forest.json @@ -1,6 +1,7 @@ { "name": "Temperate Oak Forest", "derivative": "DEEP_LUKEWARM_OCEAN", + "rarity": 1, "vanillaDerivative": "FOREST", "children": ["temperate/tem-oak-denmyre"], "customDerivitives": [{ diff --git a/biomes/temperate/tem-oak-hills.json b/biomes/temperate/tem-oak-hills.json index 166c3eca..18966f37 100644 --- a/biomes/temperate/tem-oak-hills.json +++ b/biomes/temperate/tem-oak-hills.json @@ -1,5 +1,6 @@ { "name": "Temperate Oak Hills", + "rarity": 1, "derivative": "FOREST", "vanillaDerivative": "FOREST", "customDerivitives": [{ diff --git a/biomes/temperate/tem-oak.json b/biomes/temperate/tem-oak.json index 93b36154..3ecbbf57 100644 --- a/biomes/temperate/tem-oak.json +++ b/biomes/temperate/tem-oak.json @@ -1,6 +1,7 @@ { "name": "Temperate Oak", "derivative": "FOREST", + "rarity": 1, "vanillaDerivative": "FOREST", "children": ["temperate/tem-oak-hills"], "generators": [{ diff --git a/biomes/temperate/tem-plain-hills.json b/biomes/temperate/tem-plain-hills.json index 2c5b4b5e..3c87a67a 100644 --- a/biomes/temperate/tem-plain-hills.json +++ b/biomes/temperate/tem-plain-hills.json @@ -1,6 +1,7 @@ { "name": "Temperate Plains Hills", "derivative": "PLAINS", + "rarity": 1, "vanillaDerivative": "PLAINS", "customDerivitives": [{ "id": "templainhills", diff --git a/biomes/temperate/tem-plains.json b/biomes/temperate/tem-plains.json index ade2dd58..14032f52 100644 --- a/biomes/temperate/tem-plains.json +++ b/biomes/temperate/tem-plains.json @@ -1,6 +1,7 @@ { "name": "Temperate Plains", "derivative": "PLAINS", + "rarity": 1, "vanillaDerivative": "PLAINS", "children": [ "temperate/tem-plain-hills", diff --git a/biomes/temperate/tem-plateau.json b/biomes/temperate/tem-plateau.json index f662b80b..09ab5235 100644 --- a/biomes/temperate/tem-plateau.json +++ b/biomes/temperate/tem-plateau.json @@ -1,6 +1,7 @@ { "name": "Temperate Plateau", "derivative": "DEEP_LUKEWARM_OCEAN", + "rarity": 1, "vanillaDerivative": "FOREST", "customDerivitives": [{ "id": "templateau", diff --git a/biomes/temperate/tem-sakura-pink-child.json b/biomes/temperate/tem-sakura-pink-child.json index f4233206..373e636b 100644 --- a/biomes/temperate/tem-sakura-pink-child.json +++ b/biomes/temperate/tem-sakura-pink-child.json @@ -1,5 +1,6 @@ { "name": "Temperate Sakura Child Forest", + "rarity": 1, "derivative": "FLOWER_FOREST", "vanillaDerivative": "FOREST", "customDerivitives": [{ diff --git a/biomes/temperate/tem-sakura-pink-forest.json b/biomes/temperate/tem-sakura-pink-forest.json index e3a61b14..0f15d12a 100644 --- a/biomes/temperate/tem-sakura-pink-forest.json +++ b/biomes/temperate/tem-sakura-pink-forest.json @@ -1,6 +1,7 @@ { "name": "Temperate Sakura Pink Forest", "derivative": "FLOWER_FOREST", + "rarity": 1, "vanillaDerivative": "FOREST", "children": ["temperate/tem-sakura-pink-child"], "childStyle": { diff --git a/biomes/temperate/tem-stranged-plains.json b/biomes/temperate/tem-stranged-plains.json index bebff0fe..424ccbea 100644 --- a/biomes/temperate/tem-stranged-plains.json +++ b/biomes/temperate/tem-stranged-plains.json @@ -1,5 +1,6 @@ { "name": "Stranged Plains", + "rarity": 1, "derivative": "PLAINS", "vanillaDerivative": "PLAINS", "childStyle": { diff --git a/biomes/temperate/tem-wilds.json b/biomes/temperate/tem-wilds.json index ed817708..cfccd533 100644 --- a/biomes/temperate/tem-wilds.json +++ b/biomes/temperate/tem-wilds.json @@ -1,6 +1,7 @@ { "name": "Temperate Wilds", "derivative": "PLAINS", + "rarity": 1, "vanillaDerivative": "PLAINS", "children": ["temperate/tem-highlands"], "customDerivitives": [{ diff --git a/biomes/tropical/tro-bamboo-forest.json b/biomes/tropical/tro-bamboo-forest.json index b284d2f4..da6464aa 100644 --- a/biomes/tropical/tro-bamboo-forest.json +++ b/biomes/tropical/tro-bamboo-forest.json @@ -1,6 +1,7 @@ { "name": "Tropical Bamboo Forest", "derivative": "DESERT", + "rarity": 1, "vanillaDerivative": "BAMBOO_JUNGLE", "children": ["tropical/tro-wilds"], "generators": [{ diff --git a/biomes/tropical/tro-beach-bamboo.json b/biomes/tropical/tro-beach-bamboo.json index d449ebb1..cae956ce 100644 --- a/biomes/tropical/tro-beach-bamboo.json +++ b/biomes/tropical/tro-beach-bamboo.json @@ -1,6 +1,7 @@ { "name": "Tropical Beach Bamboo", "derivative": "JUNGLE", + "rarity": 1, "vanillaDerivative": "BEACH", "generators": [{ "min": -5, diff --git a/biomes/tropical/tro-beach-charred.json b/biomes/tropical/tro-beach-charred.json index b7ef7998..ffd6dd23 100644 --- a/biomes/tropical/tro-beach-charred.json +++ b/biomes/tropical/tro-beach-charred.json @@ -1,6 +1,7 @@ { "name": "Tropical Beach Charred", "derivative": "DESERT_LAKES", + "rarity": 1, "vanillaDerivative": "BEACH", "generators": [{ "min": -3, diff --git a/biomes/tropical/tro-beach.json b/biomes/tropical/tro-beach.json index 6595c641..8164928f 100644 --- a/biomes/tropical/tro-beach.json +++ b/biomes/tropical/tro-beach.json @@ -1,6 +1,7 @@ { "name": "Tropical Beach", "derivative": "JUNGLE", + "rarity": 1, "vanillaDerivative": "JUNGLE", "generators": [{ "min": -3, diff --git a/biomes/tropical/tro-highlands.json b/biomes/tropical/tro-highlands.json index 922a7e39..c2b23135 100644 --- a/biomes/tropical/tro-highlands.json +++ b/biomes/tropical/tro-highlands.json @@ -2,6 +2,7 @@ "name": "Tropical Highlands", "derivative": "JUNGLE", "vanillaDerivative": "PLAINS", + "rarity": 1, "generators": [{ "min": 42, "max": 64, diff --git a/biomes/tropical/tro-island-beach.json b/biomes/tropical/tro-island-beach.json index 7e85722b..568ab713 100644 --- a/biomes/tropical/tro-island-beach.json +++ b/biomes/tropical/tro-island-beach.json @@ -1,6 +1,7 @@ { "name": "Tropical Island Beach", "derivative": "JUNGLE", + "rarity": 1, "vanillaDerivative": "BEACH", "generators": [{ "min": -7, diff --git a/biomes/tropical/tro-jungle-denmyre.json b/biomes/tropical/tro-jungle-denmyre.json index c73edb6a..d43f2e39 100644 --- a/biomes/tropical/tro-jungle-denmyre.json +++ b/biomes/tropical/tro-jungle-denmyre.json @@ -1,6 +1,7 @@ { "name": "Tropical Jungle Denmyre", "derivative": "JUNGLE", + "rarity": 1, "vanillaDerivative": "JUNGLE", "generators": [{ "min": 4, diff --git a/biomes/tropical/tro-mountain-extreme.json b/biomes/tropical/tro-mountain-extreme.json index de47d5d6..c9536558 100644 --- a/biomes/tropical/tro-mountain-extreme.json +++ b/biomes/tropical/tro-mountain-extreme.json @@ -1,6 +1,7 @@ { "name": "Tropical Mountain Extreme", "derivative": "MODIFIED_JUNGLE", + "rarity": 1, "vanillaDerivative": "MODIFIED_JUNGLE", "children": ["tropical/tro-mountain-water"], "generators": [{ diff --git a/biomes/tropical/tro-mountain-middle.json b/biomes/tropical/tro-mountain-middle.json index 50692dec..885c191d 100644 --- a/biomes/tropical/tro-mountain-middle.json +++ b/biomes/tropical/tro-mountain-middle.json @@ -1,6 +1,7 @@ { "name": "Tropical Mountain Middle", "derivative": "JUNGLE_HILLS", + "rarity": 1, "vanillaDerivative": "JUNGLE_HILLS", "children": ["tropical/tro-plains"], "generators": [ diff --git a/biomes/tropical/tro-mountain-plains.json b/biomes/tropical/tro-mountain-plains.json index 9b542044..bcbf28ca 100644 --- a/biomes/tropical/tro-mountain-plains.json +++ b/biomes/tropical/tro-mountain-plains.json @@ -1,6 +1,7 @@ { "name": "Tropical Mountain Plains", "derivative": "MODIFIED_JUNGLE", + "rarity": 1, "vanillaDerivative": "MODIFIED_JUNGLE", "generators": [{ "min": 55, diff --git a/biomes/tropical/tro-mountain.json b/biomes/tropical/tro-mountain.json index 7892f731..abcd18e1 100644 --- a/biomes/tropical/tro-mountain.json +++ b/biomes/tropical/tro-mountain.json @@ -1,6 +1,7 @@ { "name": "Extreme mountains", "derivative": "JUNGLE_HILLS", + "rarity": 1, "vanillaDerivative": "JUNGLE_HILLS", "children": ["tropical/tro-mountain-middle"], "generators": [{ diff --git a/biomes/tropical/tro-plains-hills.json b/biomes/tropical/tro-plains-hills.json index 556ff1f1..6a1223df 100644 --- a/biomes/tropical/tro-plains-hills.json +++ b/biomes/tropical/tro-plains-hills.json @@ -1,6 +1,7 @@ { "name": "Tropical Plains Hills", "derivative": "JUNGLE_HILLS", + "rarity": 1, "vanillaDerivative": "JUNGLE_HILLS", "generators": [{ "generator": "smooth-dunes", diff --git a/biomes/tropical/tro-plains.json b/biomes/tropical/tro-plains.json index 125c05cc..fc7c318c 100644 --- a/biomes/tropical/tro-plains.json +++ b/biomes/tropical/tro-plains.json @@ -1,6 +1,7 @@ { "name": "Tropical Plains", "derivative": "JUNGLE", + "rarity": 1, "vanillaDerivative": "JUNGLE", "children": ["tropical/tro-plains-hills"], "generators": [{ diff --git a/biomes/tropical/tro-rainforest-hills.json b/biomes/tropical/tro-rainforest-hills.json index 593a3594..0c0f855e 100644 --- a/biomes/tropical/tro-rainforest-hills.json +++ b/biomes/tropical/tro-rainforest-hills.json @@ -1,6 +1,7 @@ { "name": "Rainforest Hills", "derivative": "JUNGLE", + "rarity": 1, "vanillaDerivative": "JUNGLE_HILLS", "generators": [{ "min": 32, diff --git a/biomes/tropical/tro-rainforest-island.json b/biomes/tropical/tro-rainforest-island.json index 2988f7c4..b6e779c3 100644 --- a/biomes/tropical/tro-rainforest-island.json +++ b/biomes/tropical/tro-rainforest-island.json @@ -1,6 +1,7 @@ { "name": "Tropical Rainforest Island", "derivative": "JUNGLE", + "rarity": 1, "vanillaDerivative": "MODIFIED_JUNGLE_EDGE", "generators": [{ "min": 49, diff --git a/biomes/tropical/tro-rainforest-wicked-child.json b/biomes/tropical/tro-rainforest-wicked-child.json index 18710148..da41c645 100644 --- a/biomes/tropical/tro-rainforest-wicked-child.json +++ b/biomes/tropical/tro-rainforest-wicked-child.json @@ -1,6 +1,7 @@ { "name": "Tropical Rainforest Wicked Child", "derivative": "MODIFIED_JUNGLE", + "rarity": 1, "vanillaDerivative": "MODIFIED_JUNGLE_EDGE", "generators": [{ "min": 3, diff --git a/biomes/tropical/tro-rainforest-wicked-village.json b/biomes/tropical/tro-rainforest-wicked-village.json index 5667e384..e15c55e8 100644 --- a/biomes/tropical/tro-rainforest-wicked-village.json +++ b/biomes/tropical/tro-rainforest-wicked-village.json @@ -1,6 +1,7 @@ { "name": "Tropical Rainforest Wicked Village", "derivative": "MODIFIED_JUNGLE", + "rarity": 1, "vanillaDerivative": "MODIFIED_JUNGLE_EDGE", "generators": [{ "min": 3, diff --git a/biomes/tropical/tro-rainforest-wicked.json b/biomes/tropical/tro-rainforest-wicked.json index d4df44fd..5b361be6 100644 --- a/biomes/tropical/tro-rainforest-wicked.json +++ b/biomes/tropical/tro-rainforest-wicked.json @@ -1,6 +1,7 @@ { "name": "Tropical Rainforest Wicked", "derivative": "MODIFIED_JUNGLE", + "rarity": 1, "vanillaDerivative": "MODIFIED_JUNGLE_EDGE", "children": [ "tropical/tro-rainforest-hills", diff --git a/biomes/tropical/tro-rainforest.json b/biomes/tropical/tro-rainforest.json index 92baa1c4..5286da26 100644 --- a/biomes/tropical/tro-rainforest.json +++ b/biomes/tropical/tro-rainforest.json @@ -2,6 +2,7 @@ "name": "Tropical Rainforest", "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", + "rarity": 1, "children": [ "tropical/tro-rainforest-hills", "tropical/tro-jungle-denmyre" diff --git a/biomes/tropical/tro-submerged-volcanic.json b/biomes/tropical/tro-submerged-volcanic.json index a5bb203d..5824d08e 100644 --- a/biomes/tropical/tro-submerged-volcanic.json +++ b/biomes/tropical/tro-submerged-volcanic.json @@ -1,6 +1,7 @@ { "name": "Tropical Submerged Volcanic", "derivative": "WARM_OCEAN", + "rarity": 1, "vanillaDerivative": "WARM_OCEAN", "generators": [{ "min": -24, diff --git a/biomes/tropical/tro-volcanic-plains.json b/biomes/tropical/tro-volcanic-plains.json index 0d79292c..3aff1e9a 100644 --- a/biomes/tropical/tro-volcanic-plains.json +++ b/biomes/tropical/tro-volcanic-plains.json @@ -1,6 +1,7 @@ { "name": "Tropical Volcanic Plains", "derivative": "THE_VOID", + "rarity": 1, "vanillaDerivative": "THE_VOID", "children": ["tropical/tro-volcanoes"], "generators": [{ diff --git a/biomes/tropical/tro-volcanoes-lava.json b/biomes/tropical/tro-volcanoes-lava.json index 587062fe..98f83224 100644 --- a/biomes/tropical/tro-volcanoes-lava.json +++ b/biomes/tropical/tro-volcanoes-lava.json @@ -2,6 +2,7 @@ "name": "Tropical Volcanoes Lava", "derivative": "THE_VOID", "vanillaDerivative": "THE_VOID", + "rarity": 1, "generators": [ { "generator": "mountain", diff --git a/biomes/tropical/tro-volcanoes.json b/biomes/tropical/tro-volcanoes.json index f212a1ce..2bdae922 100644 --- a/biomes/tropical/tro-volcanoes.json +++ b/biomes/tropical/tro-volcanoes.json @@ -2,6 +2,7 @@ "name": "Tropical Volcanoes", "derivative": "THE_VOID", "vanillaDerivative": "THE_VOID", + "rarity": 1, "children": ["tropical/tro-volcanoes-lava"], "generators": [ { diff --git a/biomes/tropical/tro-wilds.json b/biomes/tropical/tro-wilds.json index a6ef1513..abb995bd 100644 --- a/biomes/tropical/tro-wilds.json +++ b/biomes/tropical/tro-wilds.json @@ -2,6 +2,7 @@ "name": "Tropical Wilds", "derivative": "JUNGLE", "vanillaDerivative": "JUNGLE", + "rarity": 1, "children": ["tropical/tro-highlands"], "generators": [{ "min": 10, diff --git a/biomes/tundra/tun-beach.json b/biomes/tundra/tun-beach.json index 703099b4..1be97e95 100644 --- a/biomes/tundra/tun-beach.json +++ b/biomes/tundra/tun-beach.json @@ -1,6 +1,7 @@ { "name": "Tundra Beach", "derivative": "BEACH", + "rarity": 1, "vanillaDerivative": "BEACH", "generators": [{ "min": -5, diff --git a/biomes/tundra/tun-bonsai-forest.json b/biomes/tundra/tun-bonsai-forest.json index 45714b1b..e29cbf3b 100644 --- a/biomes/tundra/tun-bonsai-forest.json +++ b/biomes/tundra/tun-bonsai-forest.json @@ -1,6 +1,7 @@ { "name": "Tundra Bonsai Forest", "derivative": "TAIGA", + "rarity": 1, "vanillaDerivative": "FLOWER_FOREST", "children": [ "tundra/tun-sequia-redwoods", diff --git a/biomes/tundra/tun-forest-cliffs.json b/biomes/tundra/tun-forest-cliffs.json index 60852a09..49bab8d8 100644 --- a/biomes/tundra/tun-forest-cliffs.json +++ b/biomes/tundra/tun-forest-cliffs.json @@ -1,6 +1,7 @@ { "name": "Tundra Forest Cliffs", "derivative": "MOUNTAINS", + "rarity": 1, "vanillaDerivative": "TAIGA_MOUNTAINS", "generators": [ { diff --git a/biomes/tundra/tun-forest.json b/biomes/tundra/tun-forest.json index 5dbcaf13..aa33cfbd 100644 --- a/biomes/tundra/tun-forest.json +++ b/biomes/tundra/tun-forest.json @@ -1,6 +1,7 @@ { "name": "Tundra Forest", "derivative": "MOUNTAINS", + "rarity": 1, "vanillaDerivative": "TAIGA_MOUNTAINS", "children": ["tundra/tun-forest-cliffs"], "generators": [{ diff --git a/biomes/tundra/tun-lake.json b/biomes/tundra/tun-lake.json index 9bd59a5f..825c5739 100644 --- a/biomes/tundra/tun-lake.json +++ b/biomes/tundra/tun-lake.json @@ -1,6 +1,7 @@ { "name": "Tundra Lake", "derivative": "SNOWY_TUNDRA", + "rarity": 1, "vanillaDerivative": "WOODED_HILLS", "generators": [{ "min": -15, diff --git a/biomes/tundra/tun-magic-forest.json b/biomes/tundra/tun-magic-forest.json index 36cbcecf..71a5d822 100644 --- a/biomes/tundra/tun-magic-forest.json +++ b/biomes/tundra/tun-magic-forest.json @@ -1,6 +1,7 @@ { "name": "Tundra Forest", "derivative": "MOUNTAINS", + "rarity": 3, "vanillaDerivative": "TAIGA_MOUNTAINS", "generators": [{ "generator": "smooth-dunes", diff --git a/biomes/tundra/tun-mountains-cliffs.json b/biomes/tundra/tun-mountains-cliffs.json index 514fd54a..0a79a87d 100644 --- a/biomes/tundra/tun-mountains-cliffs.json +++ b/biomes/tundra/tun-mountains-cliffs.json @@ -1,6 +1,7 @@ { "name": "Tundra Magic Forest Cliffs", "derivative": "MOUNTAINS", + "rarity": 1, "vanillaDerivative": "TAIGA_MOUNTAINS", "generators": [ { diff --git a/biomes/tundra/tun-mountains.json b/biomes/tundra/tun-mountains.json index b9884f33..0e06b556 100644 --- a/biomes/tundra/tun-mountains.json +++ b/biomes/tundra/tun-mountains.json @@ -1,6 +1,7 @@ { "name": "Tundra Mountains", "derivative": "MOUNTAINS", + "rarity": 1, "vanillaDerivative": "TAIGA_MOUNTAINS", "children": ["tundra/tun-mountains-cliffs"], "generators": [{ diff --git a/biomes/tundra/tun-redwood-cliffs.json b/biomes/tundra/tun-redwood-cliffs.json index 48f0104c..f86d2daa 100644 --- a/biomes/tundra/tun-redwood-cliffs.json +++ b/biomes/tundra/tun-redwood-cliffs.json @@ -1,6 +1,7 @@ { "name": "Tundra Redwood Cliffs", "derivative": "TAIGA", + "rarity": 1, "vanillaDerivative": "DARK_FOREST", "generators": [ { diff --git a/biomes/tundra/tun-redwood-forest.json b/biomes/tundra/tun-redwood-forest.json index 9bbbebe5..be7c976e 100644 --- a/biomes/tundra/tun-redwood-forest.json +++ b/biomes/tundra/tun-redwood-forest.json @@ -1,6 +1,7 @@ { "name": "Tundra Redwood Forest", "derivative": "TAIGA", + "rarity": 1, "vanillaDerivative": "DARK_FOREST", "children": ["tundra/tun-redwood-cliffs"], "generators": [{ diff --git a/biomes/tundra/tun-sequia-redwoods.json b/biomes/tundra/tun-sequia-redwoods.json index 328864d6..67edf5c1 100644 --- a/biomes/tundra/tun-sequia-redwoods.json +++ b/biomes/tundra/tun-sequia-redwoods.json @@ -1,6 +1,7 @@ { "name": "Tundra Sequoia Redwoods", "derivative": "TAIGA", + "rarity": 1, "vanillaDerivative": "WOODED_HILLS", "generators": [{ "min": 17, diff --git a/biomes/tundra/tun-spruce-denmyre.json b/biomes/tundra/tun-spruce-denmyre.json index 1b646b17..0f4c2ceb 100644 --- a/biomes/tundra/tun-spruce-denmyre.json +++ b/biomes/tundra/tun-spruce-denmyre.json @@ -1,6 +1,7 @@ { "name": "Tundra Spruce Denmyre", "derivative": "SNOWY_TUNDRA", + "rarity": 1, "vanillaDerivative": "WOODED_HILLS", "generators": [{ "min": 4, diff --git a/biomes/tundra/tun-taiga.json b/biomes/tundra/tun-taiga.json index e946ce06..a38e34ff 100644 --- a/biomes/tundra/tun-taiga.json +++ b/biomes/tundra/tun-taiga.json @@ -1,6 +1,7 @@ { "name": "Tundra Taiga", "derivative": "GIANT_TREE_TAIGA", + "rarity": 1, "vanillaDerivative": "TAIGA", "generators": [{ "min": 5, diff --git a/biomes/tundra/tun-tundra-beach-stone.json b/biomes/tundra/tun-tundra-beach-stone.json index 48c9b62d..5716864d 100644 --- a/biomes/tundra/tun-tundra-beach-stone.json +++ b/biomes/tundra/tun-tundra-beach-stone.json @@ -1,6 +1,7 @@ { "name": "Tundra Stone Beach", "derivative": "BEACH", + "rarity": 1, "vanillaDerivative": "BEACH", "generators": [{ "min": -5, diff --git a/regions/frozen.json b/regions/frozen.json index b81c16c1..9b95639d 100644 --- a/regions/frozen.json +++ b/regions/frozen.json @@ -174,5 +174,5 @@ ], "shoreHeightZoom": 1.14, "riverThickness": 0.006, - "rarity": 8 + "rarity": 3 } diff --git a/regions/hot.json b/regions/hot.json index 7ca5f4b1..9abec156 100644 --- a/regions/hot.json +++ b/regions/hot.json @@ -229,5 +229,5 @@ ] }, "shoreHeightZoom": 1.14, - "rarity": 4 + "rarity": 2 } diff --git a/regions/mesa.json b/regions/mesa.json index 198e7790..40d20ab1 100644 --- a/regions/mesa.json +++ b/regions/mesa.json @@ -125,5 +125,5 @@ "shoreHeightMax": 6, "shoreHeightZoom": 1.14, "riverThickness": 0.006, - "rarity": 30 + "rarity": 4 } diff --git a/regions/mountain.json b/regions/mountain.json index 5e19ed66..4b85e789 100644 --- a/regions/mountain.json +++ b/regions/mountain.json @@ -108,5 +108,5 @@ "shoreHeightMax": 1.2, "shoreHeightZoom": 1.14, "riverThickness": 0.5, - "rarity": 4 + "rarity": 3 } diff --git a/regions/mushroom.json b/regions/mushroom.json index 783d732b..44926074 100644 --- a/regions/mushroom.json +++ b/regions/mushroom.json @@ -151,5 +151,5 @@ ] }, "shoreHeightZoom": 1.14, - "rarity": 100 + "rarity": 30 } diff --git a/regions/ocean.json b/regions/ocean.json index 85f9567f..39f50ca4 100644 --- a/regions/ocean.json +++ b/regions/ocean.json @@ -24,7 +24,7 @@ "ocean-clutter", "tropical-treasure" ]}, - "rarity": 2, + "rarity": 3, "effects": [ { "particleAltX": 0.001, diff --git a/regions/swamp.json b/regions/swamp.json index 8aa1d74c..d3495d1f 100644 --- a/regions/swamp.json +++ b/regions/swamp.json @@ -119,5 +119,5 @@ {"block": "tall_grass"} ] }], - "rarity": 40 + "rarity": 3 } diff --git a/regions/temperate.json b/regions/temperate.json index fca8bfbf..ee0b8ae5 100644 --- a/regions/temperate.json +++ b/regions/temperate.json @@ -152,5 +152,5 @@ }, "shoreHeightZoom": 1.14, "riverThickness": 0.025, - "rarity": 4 + "rarity": 1 } diff --git a/regions/tropical-mountain.json b/regions/tropical-mountain.json index 330c852c..49a78416 100644 --- a/regions/tropical-mountain.json +++ b/regions/tropical-mountain.json @@ -117,5 +117,5 @@ "shoreHeightMax": 1.2, "shoreHeightZoom": 1.14, "riverThickness": 0.025, - "rarity": 4 + "rarity": 1 } diff --git a/regions/tropical.json b/regions/tropical.json index c17be03a..cb826d29 100644 --- a/regions/tropical.json +++ b/regions/tropical.json @@ -151,5 +151,5 @@ } ], "shoreHeightZoom": 2.14, - "rarity": 4 + "rarity": 1 } diff --git a/regions/tundra.json b/regions/tundra.json index 4e299932..c63eba32 100644 --- a/regions/tundra.json +++ b/regions/tundra.json @@ -99,5 +99,5 @@ }], "shoreHeightZoom": 1.14, "riverThickness": 0.025, - "rarity": 4 + "rarity": 1 }