diff --git a/locales/en.json b/locales/en.json index e9ec0fd..672bd5c 100644 --- a/locales/en.json +++ b/locales/en.json @@ -10,6 +10,7 @@ "settings.mc_version.mc1_20_4": "Minecraft 1.20.4", "settings.mc_version.mc1_20_6": "Minecraft 1.20.6", "settings.mc_version.mc1_21": "Minecraft 1.21", + "settings.mc_version.mc1_21_2": "Minecraft 1.21.2", "settings.dev_mode.label": "Developer Mode:", "settings.dev_mode.aria-label": "Developer Mode", "settings.world_preset.label": "World Preset:", @@ -67,6 +68,7 @@ "dropdown.add.folder": "Open Folder", "dropdown.add.built_in.update_1_20": "Update 1.20", "dropdown.add.built_in.update_1_21": "Update 1.21", + "dropdown.add.built_in.winter_drop": "Winter Drop", "dropdown.add.built_in.title": "Built-in Datapacks", "dropdown.add.recents.title": "Recently used", "dropdown.add.recents.not_found": "Pack not Found. Removing from recently used list.", diff --git a/scripts/createVanillaZips.py b/scripts/createVanillaZips.py index 77f6a93..1d061f1 100644 --- a/scripts/createVanillaZips.py +++ b/scripts/createVanillaZips.py @@ -63,13 +63,15 @@ REQUIRED_PATHS = [ "pack.mcmeta", "data/minecraft/datapacks/update_1_20/pack.mcmeta", - "data/minecraft/datapacks/update_1_21/pack.mcmeta" + "data/minecraft/datapacks/update_1_21/pack.mcmeta", + "data/minecraft/datapacks/winter_drop/pack.mcmeta" ] for path in REQUIRED_DATA_TYPES: REQUIRED_PATHS.append(f'data/minecraft/{path}') REQUIRED_PATHS.append(f'data/minecraft/datapacks/update_1_20/data/minecraft/{path}') REQUIRED_PATHS.append(f'data/minecraft/datapacks/update_1_21/data/minecraft/{path}') + REQUIRED_PATHS.append(f'data/minecraft/datapacks/winter_drop/data/minecraft/{path}') for path in REQUIRED_ASSETS_TYPES: REQUIRED_PATHS.append("assets/minecraft/" + path) @@ -120,4 +122,4 @@ def emptyTmp(): main('tags/1.20.4-', "update_1_21", "_1_20_4") main('tags/1.20.6-', "update_1_21", "_1_20_6") main('tags/1.21-', "", "_1_21") -# main('heads/', "", "_1_21_next") + main('heads/', "winter_drop", "_1_21_2") diff --git a/src/BuildIn/MultiNoiseBiomeParameterList.ts b/src/BuildIn/MultiNoiseBiomeParameterList.ts index eab4745..1554787 100644 --- a/src/BuildIn/MultiNoiseBiomeParameterList.ts +++ b/src/BuildIn/MultiNoiseBiomeParameterList.ts @@ -9,6 +9,8 @@ export function getPreset(key: string, mc_version: string){ return OVERWORLD_PRESET(() => "minecraft:meadow") } else if (key === "minecraft:overworld" || key === "minecraft:overworld_update_1_20") { return OVERWORLD_PRESET(() => "minecraft:cherry_grove") + } else if (key === "minecraft:overworld_winter_drop") { + return OVERWORLD_PRESET(() => "minecraft:cherry_grove", () => "minecraft:pale_garden") } else { return [] } @@ -77,6 +79,42757 @@ const NETHER_PRESET = [ } ] -function OVERWORLD_PRESET(cherry_grove: () => string){ - return [{"parameters":{"weirdness":[-1,1],"continentalness":[-1.2,-1.05],"erosion":[-1,1],"temperature":[-1,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:mushroom_fields"},{"parameters":{"weirdness":[-1,1],"continentalness":[-1.05,-0.455],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:deep_frozen_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-1.05,-0.455],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:deep_cold_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-1.05,-0.455],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:deep_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-1.05,-0.455],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:deep_lukewarm_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-1.05,-0.19],"erosion":[-1,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:warm_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-0.455,-0.19],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:frozen_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-0.455,-0.19],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:cold_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-0.455,-0.19],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-0.455,-0.19],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:lukewarm_ocean"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"temperature":[-1,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:stony_shore"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,1],"erosion":[-0.2225,0.05],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,1],"erosion":[-0.2225,0.05],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,1],"erosion":[-0.2225,0.05],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,1],"erosion":[-0.2225,0.05],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,1],"erosion":[-0.2225,0.05],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,1],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[-0.19,-0.11],"erosion":[0.05,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_beach"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[-0.19,-0.11],"erosion":[0.05,1],"temperature":[-0.45,0.55],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:beach"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[-0.11,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[-0.11,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.375,0.55],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,0.2],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:swamp"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:mangrove_swamp"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.05],"temperature":[0.55,1],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.05],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.55],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-1,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_gravelly_hills"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-1,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-1,0.2],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.15,0.2],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-1,0.2],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jagged_peaks"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:stony_peaks"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,0.2],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-0.15,0.2],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[0.05,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[0.05,1],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[-1,-0.78],"temperature":[-1,0.2],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jagged_peaks"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:stony_peaks"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,0.03],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,0.03],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.375,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-1,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_gravelly_hills"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-1,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-1,0.2],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_forest"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.45,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,0.2],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jagged_peaks"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:stony_peaks"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-0.56666666,-0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.56666666,-0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.56666666,-0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.56666666,-0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.56666666,-0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.56666666,-0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.56666666,-0.05],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.56666666,-0.05],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.56666666,-0.05],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.56666666,-0.05],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.56666666,-0.05],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[0.03,1],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[0.03,1],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"temperature":[-1,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:stony_shore"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.19,-0.11],"erosion":[0.05,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_beach"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.19,-0.11],"erosion":[0.05,1],"temperature":[-0.45,0.55],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:beach"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.4,0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,0.2],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:swamp"},{"parameters":{"weirdness":[-0.4,0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:mangrove_swamp"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.15,0.2],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_beach"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,0.55],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:beach"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[0.03,1],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[0.03,1],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[0.03,1],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[0.3,1],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[-0.19,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:frozen_river"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:river"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[-0.11,0.03],"erosion":[-1,0.55],"temperature":[-0.45,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:river"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[-0.05,1],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:eroded_badlands"},{"parameters":{"weirdness":[-0.05,1],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[-0.05,1],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:frozen_river"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.55],"temperature":[-0.45,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:river"},{"parameters":{"weirdness":[0.05,0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"temperature":[-1,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:stony_shore"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_beach"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,0.45],"temperature":[-0.45,0.55],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:beach"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.45],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-0.15,1],"humidity":[-1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_savanna"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,1],"temperature":[0.55,1],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_beach"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.45,0.55],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:beach"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.11,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:eroded_badlands"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.11,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.11,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,0.45],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.11,1],"erosion":[0.45,0.55],"temperature":[0.55,1],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.05,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.05,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[-0.375,0.05],"temperature":[0.55,1],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:eroded_badlands"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[-0.375,0.05],"temperature":[0.55,1],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[-0.375,0.05],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[0.05,0.55],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.45],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.45],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.45],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-1,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_gravelly_hills"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-1,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-1,0.2],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[-1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.45,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.45,-0.15],"humidity":[-0.35,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.3,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-1,0.2],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:frozen_peaks"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:stony_peaks"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,0.2],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-0.45,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-0.45,-0.15],"humidity":[-0.35,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.2225,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-0.45,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-0.45,-0.15],"humidity":[-0.35,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[0.05,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[0.05,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[0.05,1],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[0.05,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[-1,-0.78],"temperature":[-1,0.2],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:frozen_peaks"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:stony_peaks"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:eroded_badlands"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,0.03],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,0.03],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.45],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-1,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_gravelly_hills"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-1,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-1,-0.15],"humidity":[0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_forest"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:windswept_forest"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,0.2],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:frozen_peaks"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:stony_peaks"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.55,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"temperature":[-1,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:stony_shore"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,0.2],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:swamp"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,1],"humidity":[-1,1],"depth":[0,0],"offset":0},"biome":"minecraft:mangrove_swamp"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[0,0],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.45,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.45,-0.15],"humidity":[-0.35,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[0,0],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[0,0],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[0,0],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[0,0],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[0,0],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[-1,1],"continentalness":[-1.2,0.8],"erosion":[-1,1],"temperature":[-1,1],"humidity":[0.7,1],"depth":[0.2,0.9],"offset":0},"biome":"minecraft:lush_caves"},{"parameters":{"weirdness":[-1,1],"continentalness":[0.8,1],"erosion":[-1,1],"temperature":[-1,1],"humidity":[-1,1],"depth":[0.2,0.9],"offset":0},"biome":"minecraft:dripstone_caves"},{"parameters":{"weirdness":[-1,1],"continentalness":[-1.2,-1.05],"erosion":[-1,1],"temperature":[-1,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:mushroom_fields"},{"parameters":{"weirdness":[-1,1],"continentalness":[-1.05,-0.455],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:deep_frozen_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-1.05,-0.455],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:deep_cold_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-1.05,-0.455],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:deep_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-1.05,-0.455],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:deep_lukewarm_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-1.05,-0.19],"erosion":[-1,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:warm_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-0.455,-0.19],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:frozen_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-0.455,-0.19],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:cold_ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-0.455,-0.19],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:ocean"},{"parameters":{"weirdness":[-1,1],"continentalness":[-0.455,-0.19],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:lukewarm_ocean"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"temperature":[-1,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:stony_shore"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,1],"erosion":[-0.2225,0.05],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,1],"erosion":[-0.2225,0.05],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,1],"erosion":[-0.2225,0.05],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,1],"erosion":[-0.2225,0.05],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,1],"erosion":[-0.2225,0.05],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,1],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[-0.19,-0.11],"erosion":[0.05,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_beach"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[-0.19,-0.11],"erosion":[0.05,1],"temperature":[-0.45,0.55],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:beach"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[-0.11,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[-0.11,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.375,0.55],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,0.2],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:swamp"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:mangrove_swamp"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.05],"temperature":[0.55,1],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.05],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.55],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-1,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_gravelly_hills"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-1,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-1,0.2],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-1,-0.05],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.15,0.2],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-1,-0.7666667],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.26666668],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-1,-0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-1,0.2],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jagged_peaks"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:stony_peaks"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,0.2],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.93333334,-0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-0.15,0.2],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.93333334,-0.05],"continentalness":[0.03,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[0.05,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.03,1],"erosion":[0.05,1],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.93333334,-0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[-1,-0.78],"temperature":[-1,0.2],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jagged_peaks"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:stony_peaks"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,0.03],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,0.03],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,0.03],"erosion":[-0.375,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-1,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_gravelly_hills"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-1,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-1,0.2],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_forest"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.45,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,0.2],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jagged_peaks"},{"parameters":{"weirdness":[-0.7666667,-0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:stony_peaks"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.7666667,-0.4],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[-0.56666666,-0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.56666666,-0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.56666666,-0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.56666666,-0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.56666666,-0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.56666666,-0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.56666666,-0.05],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.56666666,-0.05],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.56666666,-0.05],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.56666666,-0.05],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.56666666,-0.05],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[0.03,1],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.56666666,-0.4],"continentalness":[0.03,1],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"temperature":[-1,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:stony_shore"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.19,-0.11],"erosion":[0.05,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_beach"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.19,-0.11],"erosion":[0.05,1],"temperature":[-0.45,0.55],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:beach"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.4,0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,0.2],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:swamp"},{"parameters":{"weirdness":[-0.4,0.4],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:mangrove_swamp"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.03,0.3],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.15,0.2],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[-0.4,-0.26666668],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.4,-0.05],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_beach"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,0.55],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:beach"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_spruce_taiga"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:flower_forest"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[0.03,1],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[0.03,1],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[0.03,1],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.26666668,-0.05],"continentalness":[0.3,1],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[-0.19,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:frozen_river"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:river"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[-0.11,0.03],"erosion":[-1,0.55],"temperature":[-0.45,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:river"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[-0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[-0.05,1],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:eroded_badlands"},{"parameters":{"weirdness":[-0.05,1],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[-0.05,1],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:frozen_river"},{"parameters":{"weirdness":[-0.05,0.05],"continentalness":[0.03,1],"erosion":[-0.375,0.55],"temperature":[-0.45,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:river"},{"parameters":{"weirdness":[0.05,0.4],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"temperature":[-1,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:stony_shore"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_beach"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,0.45],"temperature":[-0.45,0.55],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:beach"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,0.45],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-0.15,1],"humidity":[-1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_savanna"},{"parameters":{"weirdness":[0.05,0.56666666],"continentalness":[-0.19,0.03],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.19,-0.11],"erosion":[0.45,1],"temperature":[0.55,1],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_beach"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.45,0.55],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:beach"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,0.03],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[-0.11,1],"erosion":[-1,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.11,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:eroded_badlands"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.11,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.11,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,0.45],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.05,1],"continentalness":[-0.11,1],"erosion":[0.45,0.55],"temperature":[0.55,1],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.05,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.05,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[-0.375,0.05],"temperature":[0.55,1],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:eroded_badlands"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[-0.375,0.05],"temperature":[0.55,1],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[-0.375,0.05],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[0.05,0.55],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.05,0.26666668],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.05,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.45],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.45],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,0.3],"erosion":[-0.2225,0.45],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.45],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.03,0.3],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-1,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_gravelly_hills"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-1,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-1,0.2],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_forest"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[-1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.03,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.45,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.45,-0.15],"humidity":[-0.35,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.56666666],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.3,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,1],"continentalness":[0.3,1],"erosion":[-0.375,-0.2225],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.26666668,0.4],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-1,0.2],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:frozen_peaks"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:stony_peaks"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,0.2],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,0.56666666],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-0.45,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-0.45,-0.15],"humidity":[-0.35,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,1],"erosion":[-0.375,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.03,0.3],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.03,0.3],"erosion":[-0.2225,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-1,-0.45],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-0.45,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-0.45,-0.15],"humidity":[-0.35,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[-0.2225,0.05],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,1],"continentalness":[0.3,1],"erosion":[0.05,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[0.05,1],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[0.05,1],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[0.05,1],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.4,0.93333334],"continentalness":[0.3,1],"erosion":[0.05,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[-1,-0.78],"temperature":[-1,0.2],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:frozen_peaks"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:stony_peaks"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:eroded_badlands"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:badlands"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[-1,-0.375],"temperature":[0.55,1],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:wooded_badlands"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,0.03],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,0.03],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,0.45],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.78,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,1],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[-0.19,0.03],"erosion":[-0.375,0.45],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-1,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_gravelly_hills"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-1,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_hills"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-1,-0.15],"humidity":[0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_forest"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[-0.19,1],"erosion":[0.45,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:windswept_forest"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,1],"erosion":[0.55,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.56666666,1],"continentalness":[-0.19,-0.11],"erosion":[0.55,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,0.2],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:frozen_peaks"},{"parameters":{"weirdness":[0.56666666,0.7666667],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[0.2,0.55],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:stony_peaks"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.56666666,0.93333334],"continentalness":[0.03,1],"erosion":[-0.375,-0.2225],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,1],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.19,-0.11],"erosion":[-1,0.45],"temperature":[0.55,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:desert"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[-0.11,0.03],"erosion":[0.45,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.7666667,1],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,-0.375],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.7666667,0.93333334],"continentalness":[0.03,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,-0.11],"erosion":[-1,-0.2225],"temperature":[-1,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:stony_shore"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,0.03],"erosion":[-0.2225,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.19,-0.11],"erosion":[-0.2225,1],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.78,0.55],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:ice_spikes"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,0.03],"erosion":[-0.375,1],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[-0.45,0.2],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:swamp"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[-0.11,1],"erosion":[0.55,1],"temperature":[0.2,1],"humidity":[-1,1],"depth":[1,1],"offset":0},"biome":"minecraft:mangrove_swamp"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.375],"temperature":[-1,-0.45],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_slopes"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[-0.45,0.2],"humidity":[-0.1,1],"depth":[1,1],"offset":0},"biome":"minecraft:grove"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-1,-0.78],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.45,-0.15],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_pine_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,1],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:dark_forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.78,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.03,0.3],"erosion":[-0.375,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.45,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.45,-0.15],"humidity":[-0.35,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:meadow"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":cherry_grove()},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,0.45],"temperature":[-0.15,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:birch_forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna_plateau"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.78,-0.2225],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:jungle"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[-0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:snowy_taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-1,-0.45],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,0.2],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.45,-0.15],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:taiga"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-1,-0.35],"depth":[1,1],"offset":0},"biome":"minecraft:sunflower_plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[-0.35,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.45],"temperature":[-0.15,0.2],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:old_growth_birch_forest"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[-1,-0.1],"depth":[1,1],"offset":0},"biome":"minecraft:savanna"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[-0.1,0.1],"depth":[1,1],"offset":0},"biome":"minecraft:plains"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[0.1,0.3],"depth":[1,1],"offset":0},"biome":"minecraft:sparse_jungle"},{"parameters":{"weirdness":[0.93333334,1],"continentalness":[0.3,1],"erosion":[-0.2225,0.55],"temperature":[0.2,0.55],"humidity":[0.3,1],"depth":[1,1],"offset":0},"biome":"minecraft:bamboo_jungle"},{"parameters":{"weirdness":[-1,1],"continentalness":[-1.2,1],"erosion":[-1,-0.375],"temperature":[-1,1],"humidity":[-1,1],"depth":[1.1,1.1],"offset":0},"biome":"minecraft:deep_dark"}] +function OVERWORLD_PRESET(cherry_grove: () => string, pale_garden: () => string = () => "minecraft:dark_forest"){ + return [ + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.2, + -1.05 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:mushroom_fields" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:deep_frozen_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:deep_cold_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:deep_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:deep_lukewarm_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:warm_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:frozen_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:cold_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:lukewarm_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:stony_shore" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_beach" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:beach" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.55 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:swamp" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:mangrove_swamp" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.55 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_gravelly_hills" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jagged_peaks" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:stony_peaks" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jagged_peaks" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:stony_peaks" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_gravelly_hills" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jagged_peaks" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:stony_peaks" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:stony_shore" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_beach" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:beach" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + 0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:swamp" + }, + { + "parameters": { + "weirdness": [ + -0.4, + 0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:mangrove_swamp" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_beach" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:beach" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:frozen_river" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:river" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:river" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:eroded_badlands" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:frozen_river" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.55 + ], + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:river" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:stony_shore" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_beach" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:beach" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 1 + ], + "humidity": [ + -1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_savanna" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_beach" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:beach" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:eroded_badlands" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:eroded_badlands" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.55 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_gravelly_hills" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": pale_garden() + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:frozen_peaks" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:stony_peaks" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": pale_garden() + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": pale_garden() + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:frozen_peaks" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:stony_peaks" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:eroded_badlands" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_gravelly_hills" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.15 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:frozen_peaks" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:stony_peaks" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:stony_shore" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:swamp" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:mangrove_swamp" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": pale_garden() + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 0, + 0 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.2, + 0.8 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + 1 + ], + "humidity": [ + 0.7, + 1 + ], + "depth": [ + 0.2, + 0.9 + ], + "offset": 0 + }, + "biome": "minecraft:lush_caves" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + 0.8, + 1 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 0.2, + 0.9 + ], + "offset": 0 + }, + "biome": "minecraft:dripstone_caves" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.2, + -1.05 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:mushroom_fields" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:deep_frozen_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:deep_cold_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:deep_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:deep_lukewarm_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:warm_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:frozen_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:cold_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:lukewarm_ocean" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:stony_shore" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_beach" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:beach" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.55 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:swamp" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:mangrove_swamp" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.55 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_gravelly_hills" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.7666667 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.26666668 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -1, + -0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jagged_peaks" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:stony_peaks" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.93333334, + -0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jagged_peaks" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:stony_peaks" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_gravelly_hills" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jagged_peaks" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:stony_peaks" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.7666667, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.56666666, + -0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:stony_shore" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_beach" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:beach" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + 0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:swamp" + }, + { + "parameters": { + "weirdness": [ + -0.4, + 0.4 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:mangrove_swamp" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.26666668 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.4, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_beach" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:beach" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_spruce_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:flower_forest" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.26666668, + -0.05 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:frozen_river" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:river" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:river" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:eroded_badlands" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:frozen_river" + }, + { + "parameters": { + "weirdness": [ + -0.05, + 0.05 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.55 + ], + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:river" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.4 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:stony_shore" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_beach" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:beach" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 1 + ], + "humidity": [ + -1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_savanna" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_beach" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:beach" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:eroded_badlands" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:eroded_badlands" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.05, + 0.55 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 0.26666668 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.05, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_gravelly_hills" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": pale_garden() + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.56666666 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.26666668, + 0.4 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:frozen_peaks" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:stony_peaks" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.56666666 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": pale_garden() + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": pale_garden() + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.4, + 0.93333334 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + 0.05, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:frozen_peaks" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:stony_peaks" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:eroded_badlands" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:badlands" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:wooded_badlands" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.78, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_gravelly_hills" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_hills" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -1, + -0.15 + ], + "humidity": [ + 0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:windswept_forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:frozen_peaks" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.7666667 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:stony_peaks" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.56666666, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 1 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + 0.45 + ], + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:desert" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.375 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.7666667, + 0.93333334 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:stony_shore" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 1 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:ice_spikes" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 1 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:swamp" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:mangrove_swamp" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_slopes" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:grove" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.78 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_pine_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.78, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:meadow" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": cherry_grove() + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": pale_garden() + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna_plateau" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.78, + -0.2225 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:jungle" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:snowy_taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:taiga" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sunflower_plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:old_growth_birch_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:dark_forest" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:savanna" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:plains" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:sparse_jungle" + }, + { + "parameters": { + "weirdness": [ + 0.93333334, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.55 + ], + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "depth": [ + 1, + 1 + ], + "offset": 0 + }, + "biome": "minecraft:bamboo_jungle" + }, + { + "parameters": { + "weirdness": [ + -1, + 1 + ], + "continentalness": [ + -1.2, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "depth": [ + 1.1, + 1.1 + ], + "offset": 0 + }, + "biome": "minecraft:deep_dark" + } + ] } diff --git a/src/components/SettingsPanel.vue b/src/components/SettingsPanel.vue index d36ef06..d903624 100644 --- a/src/components/SettingsPanel.vue +++ b/src/components/SettingsPanel.vue @@ -3,6 +3,7 @@ import { Identifier, XoroshiroRandom } from 'deepslate'; import { ref } from 'vue'; import { useDatapackStore } from '../stores/useDatapackStore'; import { useSettingsStore } from '../stores/useSettingsStore'; +import { versionMetadata } from '../util' const MAX_LONG = BigInt("0x8000000000000000") // 2^63 @@ -47,12 +48,7 @@ function parseSeed(input: string): bigint {
{{ $t('settings.mc_version.label') }}
diff --git a/src/components/dropdown/OpenDropdown.vue b/src/components/dropdown/OpenDropdown.vue index 4507858..a2c5941 100644 --- a/src/components/dropdown/OpenDropdown.vue +++ b/src/components/dropdown/OpenDropdown.vue @@ -10,6 +10,8 @@ import { useSettingsStore } from '../../stores/useSettingsStore'; import { versionMetadata } from '../../util'; import { EventTracker } from '../../util/EventTracker'; +type Preset = {id: string, image: string, message_key: string, url: string } + const i18n = useI18n() const settingsStore = useSettingsStore() @@ -47,8 +49,9 @@ async function loadHandle(handle: FileSystemHandle) { emit('close') } -async function loadUrl(url: string) { - const datapack = Datapack.fromZipUrl(url, versionMetadata[settingsStore.mc_version].datapackFormat) +async function loadPreset(preset: Preset) { + EventTracker.track(`add_datapack/built_in/${preset.id}`) + const datapack = Datapack.fromZipUrl(preset.url, versionMetadata[settingsStore.mc_version].datapackFormat) datapackStore.addDatapack(datapack) emit('close') } @@ -142,9 +145,9 @@ async function loadFolder(event: MouseEvent) { } const PRESET_DATAPACKS = computed(() => { - const presets: {image: string, message_key: string, url: string }[] = [] + const presets: Preset[] = [] versionMetadata[settingsStore.mc_version].experimentalDatapacks.forEach(ed => { - presets.push({ image: UNKOWN_PACK, message_key: ed.translation_key, url: `vanilla_datapacks/vanilla_${ed.url}`}) + presets.push({id: ed.url, image: UNKOWN_PACK, message_key: ed.translation_key, url: `vanilla_datapacks/vanilla_${ed.url}.zip`}) }) return presets @@ -160,8 +163,8 @@ const PRESET_DATAPACKS = computed(() => { $t('dropdown.add.folder') }}
{{ $t('dropdown.add.built_in.title') }}
- {{ $t(preset.message_key) }} + {{ $t(preset.message_key) }}
{{ $t('dropdown.add.recents.title') }}