diff --git a/config/ad_astra-client.jsonc b/config/ad_astra-client.jsonc new file mode 100644 index 000000000..18d02ca3e --- /dev/null +++ b/config/ad_astra-client.jsonc @@ -0,0 +1,23 @@ +{ + "showOxygenDistributorArea": false, + "showGravityNormalizerArea": false, + "jetSuitEnabled": true, + // Type: Integer + "oxygenBarX": 5, + // Type: Integer + "oxygenBarY": 25, + // Type: Float + "oxygenBarScale": 0.5, + // Type: Integer + "energyBarX": 11, + // Type: Integer + "energyBarY": 95, + // Type: Float + "energyBarScale": 0.5, + "spaceMuffler": true, + "radio": { + // Range: 0 - 100 + "volume": 50, + "favorites": [] + } +} \ No newline at end of file diff --git a/config/ad_astra.jsonc b/config/ad_astra.jsonc new file mode 100644 index 000000000..0d283e6b6 --- /dev/null +++ b/config/ad_astra.jsonc @@ -0,0 +1,77 @@ +{ + // Allow players to set custom flag images for their rockets. + "allowFlagImages": true, + // Allow rockets to be launched from any dimension, even if it's not considered a planet. + "launchAnywhere": false, + /* + * The random tick speed for breaking plants, torches, freezing water, etc. on planets. + * Type: Integer + */ + "planetRandomTickSpeed": 20, + // Always tick every planet chunk for things like freezing water, breaking plants, etc., regardless of whether the chunk can tick randomly or not. This has a small performance impact. + "forcePlanetTick": false, + /* + * The y level where rockets should leave the dimension and enter space. + * Type: Integer + */ + "atmosphereLeave": 600, + // A comma-separated list of planet IDs that should be hidden from the planets screen. e.g. minecraft:overworld,ad_astra:moon,ad_astra:mars,ad_astra:venus,ad_astra:mercury,ad_astra:glacio + "disabledPlanets": "ad_astra:mercury,ad_astra:venus,ad_astra:glacio", + // Disables oxygen damage. + "disableOxygen": false, + // Disables temperature damage. + "disableTemperature": false, + // Uses normal gravity for all planets. + "disableGravity": false, + // An Air Vortex is created when an oxygenated structure breaks its seal, causing every entity inside to rapidly get sucked out. This setting disables that. + "disableAirVortexes": false, + "cryoFreezer": { + // Type: Long + "ironTierMaxEnergyInOut": 100, + // Type: Long + "steelTierMaxEnergyInOut": 150, + // Type: Long + "deshTierMaxEnergyInOut": 250, + // Type: Long + "ostrumTierMaxEnergyInOut": 500, + // Type: Long + "ironTierEnergyCapacity": 10000, + // Type: Long + "steelTierEnergyCapacity": 20000, + // Type: Long + "deshTierEnergyCapacity": 50000, + // Type: Long + "ostrumTierEnergyCapacity": 100000, + // Type: Long + "steelTierFluidCapacity": 3000, + // Type: Long + "deshTierFluidCapacity": 5000, + // Type: Long + "ostrumTierFluidCapacity": 10000, + // Type: Long + "coalGeneratorEnergyGenerationPerTick": 20, + // Type: Long + "etrionicBlastFurnaceBlastingEnergyPerItem": 10, + // Type: Long + "waterPumpEnergyPerTick": 20, + // Type: Long + "waterPumpFluidGenerationPerTick": 50, + // Type: Long + "energizerEnergyCapacity": 2000000, + /* + * The maximum number of blocks that an oxygen distributor and gravity normalizer can distribute to. + * Type: Integer + */ + "maxDistributionBlocks": 6000, + /* + * The tick rate (20 ticks = 1 second) at which the oxygen distributor and gravity normalizer will recalculate the distribution area. + * Type: Integer + */ + "distributionRefreshRate": 100, + /* + * The tick rate (20 ticks = 1 second) at which cables and fluid pipes will recalculate their connections. + * Type: Integer + */ + "pipeRefreshRate": 50 + } +} \ No newline at end of file diff --git a/config/ad_astra_giselle_addon.ver2.jsonc b/config/ad_astra_giselle_addon.ver2.jsonc new file mode 100644 index 000000000..70d50b8de --- /dev/null +++ b/config/ad_astra_giselle_addon.ver2.jsonc @@ -0,0 +1,147 @@ +{ + "items": { + // Type: Integer + "oxygen_chargers_distribution_interval": 20, + // Type: Long + "oxygen_can_fluid_capacity": 1000, + // Type: Long + "oxygen_can_fluid_transfer": 250, + // Type: Long + "netherite_oxygen_can_fluid_capacity": 2000, + // Type: Long + "netherite_oxygen_can_fluid_transfer": 500 + }, + "machines": { + // Type: Long + "fuel_loader_fluid_capacity": 8000, + // Type: Long + "fuel_loader_fluid_transfer": 250, + /* + * Blocks from Fuel Loader to each direction + * Type: Integer + */ + "fuel_loader_working_range": 2, + // Type: Long + "automation_nasa_workbench_energy_capacity": 9600, + // Type: Long + "automation_nasa_workbench_energy_usage": 24, + // Type: Integer + "automation_nasa_workbench_cook_time": 200, + // Type: Long + "gravity_normalizer_energy_capacity": 9600, + /* + * Blocks = x * y * z + * Type: Double + */ + "gravity_normalizer_energy_per_blocks": 0.5, + // Type: Integer + "gravity_normalizer_max_length": 31, + // Type: Integer + "gravity_normalizer_proof_duration": 10, + /* + * Blocks from Rocket Sensor to each direction + * Type: Integer + */ + "rocket_sensor_working_range": 3 + }, + "enchantments": { + // Show tooltip on this mod's enchanted book + "tooltip_enabled": true, + /* + * Tooltip will don't show when 'Enchantment Descriptions' or 'Enchantment Lore' or 'CoFH Core' installed. + * but, if this set 'true' show tooltip with ignore that mods. + */ + "tooltip_ignore": false, + /* + * Energy usage for proof [in every 10 ticks] + * Type: Integer + */ + "space_fire_proof_energy_using": 10, + /* + * Durability usage for proof + * Type: Integer + */ + "space_fire_proof_durability_using": 1, + /* + * Proof duration on using durability [ticks, be multiple of 10] + * Type: Integer + */ + "space_fire_proof_durability_duration": 60, + /* + * Energy usage for proof [in every 10 ticks] + * Type: Integer + */ + "acid_rain_proof_energy_using": 10, + /* + * Durability usage for proof + * Type: Integer + */ + "acid_rain_proof_durability_using": 1, + /* + * Proof duration on using durability [ticks, be multiple of 10] + * Type: Integer + */ + "acid_rain_proof_durability_duration": 60, + /* + * Energy usage for proof [in every 10 ticks] + * Type: Integer + */ + "gravity_normalizing_energy_using": 10, + /* + * Durability usage for proof + * Type: Integer + */ + "gravity_normalizing_durability_using": 1, + /* + * Proof duration on using durability [ticks, be multiple of 10] + * Type: Integer + */ + "gravity_normalizing_durability_duration": 60 + }, + "compats": { + "mekanism": { + /* + * Energy usage per mb when produce Mekanism oxygen to player in water, rain + * Type: Integer + */ + "modules_space_breathing_energy_using_produce": 200, + /* + * Energy usage for proof in every ticks [in every 10 ticks] + * Type: Integer + */ + "modules_space_fire_proof_energy_using": 100, + /* + * Energy usage for proof in every ticks [in every 10 ticks] + * Type: Integer + */ + "modules_acid_rain_proof_energy_using": 100, + /* + * Energy usage for proof in every ticks [in every 10 ticks] + * Type: Integer + */ + "modules_gravity_normalizing_energy_using": 100 + }, + "pneumaticcraft": { + /* + * Air usage for provide oxygen [in every 30 ticks] + * Type: Integer + */ + "upgades_space_breathing_air_using": 150, + /* + * Air usage for proof [in every 10 ticks] + * Type: Integer + */ + "upgades_space_fire_proof_air_using": 50, + /* + * Air usage for proof [in every 10 ticks] + * Type: Integer + */ + "upgades_acid_rain_proof_air_using": 50, + /* + * Air usage for proof [in every 10 ticks] + * Type: Integer + */ + "upgades_gravity_normalizing_air_using": 50 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/lang/en_us.json b/kubejs/assets/ad_astra/lang/en_us.json new file mode 100644 index 000000000..c3cb3d377 --- /dev/null +++ b/kubejs/assets/ad_astra/lang/en_us.json @@ -0,0 +1,20 @@ +{ + "block.ad_astra.moon_sand": "Moon Sand", + "block.ad_astra.moon_cobblestone": "Anorthosite Cobblestone", + "block.ad_astra.moon_cobblestone_slab": "Anorthosite Cobblestone Slab", + "block.ad_astra.moon_cobblestone_stairs": "Anorthosite Cobblestone Stairs", + "block.ad_astra.moon_pillar": "Anorthosite Pillar", + "block.ad_astra.moon_stone_brick_slab": "Anorthosite Brick Slab", + "block.ad_astra.moon_stone_brick_stairs": "Anorthosite Brick Stairs", + "block.ad_astra.moon_stone_brick_wall": "Anorthosite Brick Wall", + "block.ad_astra.moon_stone_bricks": "Anorthosite Bricks", + "block.ad_astra.moon_stone_slab": "Anorthosite Slab", + "block.ad_astra.moon_stone_stairs": "Anorthosite Stairs", + "block.ad_astra.chiseled_moon_stone_bricks": "Chiseled Anorthosite Bricks", + "block.ad_astra.chiseled_moon_stone_slab": "Chiseled Anorthosite Slab", + "block.ad_astra.chiseled_moon_stone_stairs": "Chiseled Anorthosite Stairs", + "block.ad_astra.cracked_moon_stone_bricks": "Cracked Anorthosite Bricks", + "block.ad_astra.polished_moon_stone": "Polished Anorthosite", + "block.ad_astra.polished_moon_stone_slab": "Polished Anorthosite Slab", + "block.ad_astra.polished_moon_stone_stairs": "Polished Anorthosite Stairs" +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/planet_renderers/mars.json b/kubejs/assets/ad_astra/planet_renderers/mars.json new file mode 100644 index 000000000..2dc33e1f4 --- /dev/null +++ b/kubejs/assets/ad_astra/planet_renderers/mars.json @@ -0,0 +1,92 @@ +{ + "custom_clouds": true, + "custom_sky": true, + "custom_weather": false, + "dimension": "ad_astra:mars", + "has_fog": true, + "has_thick_fog": false, + "render_in_rain": false, + "sky_renderables": [ + { + "back_light_color": -3081481, + "back_light_scale": 21.0, + "blend": true, + "global_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 7.0, + "texture": "ad_astra:textures/environment/blue_sun.png" + }, + { + "back_light_color": -4943731, + "back_light_scale": 6.0, + "blend": true, + "global_rotation": [ + 20.0, + 20.0, + 180.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY_REVERSED", + "scale": 2.0, + "texture": "ad_astra:textures/environment/phobos.png" + }, + { + "back_light_color": -1714771, + "back_light_scale": 4.5, + "blend": true, + "global_rotation": [ + 0.0, + 0.0, + 180.0 + ], + "local_rotation": [ + 0.0, + 20.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 1.5, + "texture": "ad_astra:textures/environment/deimos.png" + }, + { + "back_light_color": -12813094, + "back_light_scale": 1.2, + "blend": true, + "global_rotation": [ + -40.0, + 0.0, + 160.0 + ], + "local_rotation": [ + 0.0, + 100.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 0.4, + "texture": "ad_astra:textures/environment/earth.png" + } + ], + "star_colors": [ + { + "data": -1, + "weight": 1 + } + ], + "stars": 1500, + "sunrise_angle": 0, + "sunrise_color": 2079743 +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/planet_renderers/mars_orbit.json b/kubejs/assets/ad_astra/planet_renderers/mars_orbit.json new file mode 100644 index 000000000..b8b66b637 --- /dev/null +++ b/kubejs/assets/ad_astra/planet_renderers/mars_orbit.json @@ -0,0 +1,93 @@ +{ + "custom_clouds": true, + "custom_sky": true, + "custom_weather": false, + "dimension": "ad_astra:mars_orbit", + "has_fog": false, + "has_thick_fog": false, + "render_in_rain": true, + "sky_renderables": [ + { + "back_light_color": -39, + "back_light_scale": 21.0, + "blend": false, + "global_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 7.0, + "texture": "ad_astra:textures/environment/sun.png" + }, + { + "back_light_color": -4827861, + "back_light_scale": 240.0, + "blend": false, + "global_rotation": [ + 180.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 80.0, + "texture": "ad_astra:textures/environment/mars.png" + } + ], + "star_brightness": 0.6, + "star_colors": [ + { + "data": -1447239681, + "weight": 3 + }, + { + "data": -1143472129, + "weight": 5 + }, + { + "data": -726785, + "weight": 100 + }, + { + "data": -3038977, + "weight": 80 + }, + { + "data": -7697665, + "weight": 150 + }, + { + "data": -12254977, + "weight": 10 + }, + { + "data": -2817, + "weight": 60 + }, + { + "data": -464897, + "weight": 40 + }, + { + "data": -256, + "weight": 20 + }, + { + "data": -65536, + "weight": 1 + } + ], + "stars": 13000, + "sunrise_angle": 0, + "sunrise_color": 0 +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/planet_renderers/moon.json b/kubejs/assets/ad_astra/planet_renderers/moon.json new file mode 100644 index 000000000..2a334aff6 --- /dev/null +++ b/kubejs/assets/ad_astra/planet_renderers/moon.json @@ -0,0 +1,93 @@ +{ + "custom_clouds": true, + "custom_sky": true, + "custom_weather": false, + "dimension": "ad_astra:moon", + "has_fog": true, + "has_thick_fog": false, + "render_in_rain": true, + "sky_renderables": [ + { + "back_light_color": -39, + "back_light_scale": 27.0, + "blend": false, + "global_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 9.0, + "texture": "ad_astra:textures/environment/sun.png" + }, + { + "back_light_color": -12813094, + "back_light_scale": 42.0, + "blend": false, + "global_rotation": [ + 80.0, + 0.0, + 30.0 + ], + "local_rotation": [ + 0.0, + -5.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 14.0, + "texture": "ad_astra:textures/environment/earth.png" + } + ], + "star_brightness": 0.6, + "star_colors": [ + { + "data": -1447239681, + "weight": 3 + }, + { + "data": -1143472129, + "weight": 5 + }, + { + "data": -726785, + "weight": 100 + }, + { + "data": -3038977, + "weight": 80 + }, + { + "data": -7697665, + "weight": 150 + }, + { + "data": -12254977, + "weight": 10 + }, + { + "data": -2817, + "weight": 60 + }, + { + "data": -464897, + "weight": 40 + }, + { + "data": -256, + "weight": 20 + }, + { + "data": -65536, + "weight": 1 + } + ], + "stars": 13000, + "sunrise_angle": 0, + "sunrise_color": 0 +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/planet_renderers/moon_orbit.json b/kubejs/assets/ad_astra/planet_renderers/moon_orbit.json new file mode 100644 index 000000000..915a42096 --- /dev/null +++ b/kubejs/assets/ad_astra/planet_renderers/moon_orbit.json @@ -0,0 +1,111 @@ +{ + "custom_clouds": true, + "custom_sky": true, + "custom_weather": false, + "dimension": "ad_astra:moon_orbit", + "has_fog": false, + "has_thick_fog": false, + "render_in_rain": true, + "sky_renderables": [ + { + "back_light_color": -39, + "back_light_scale": 27.0, + "blend": false, + "global_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 9.0, + "texture": "ad_astra:textures/environment/sun.png" + }, + { + "back_light_color": -5261108, + "back_light_scale": 240.0, + "blend": false, + "global_rotation": [ + 180.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 80.0, + "texture": "ad_astra:textures/environment/moon.png" + }, + { + "back_light_color": -12813094, + "back_light_scale": 42.0, + "blend": false, + "global_rotation": [ + 80.0, + 0.0, + 30.0 + ], + "local_rotation": [ + 0.0, + -5.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 14.0, + "texture": "ad_astra:textures/environment/earth.png" + } + ], + "star_brightness": 0.6, + "star_colors": [ + { + "data": -1447239681, + "weight": 3 + }, + { + "data": -1143472129, + "weight": 5 + }, + { + "data": -726785, + "weight": 100 + }, + { + "data": -3038977, + "weight": 80 + }, + { + "data": -7697665, + "weight": 150 + }, + { + "data": -12254977, + "weight": 10 + }, + { + "data": -2817, + "weight": 60 + }, + { + "data": -464897, + "weight": 40 + }, + { + "data": -256, + "weight": 20 + }, + { + "data": -65536, + "weight": 1 + } + ], + "stars": 13000, + "sunrise_angle": 0, + "sunrise_color": 0 +} \ No newline at end of file diff --git a/kubejs/assets/minecraft/textures/entity/shulker/shulker_gray.png b/kubejs/assets/minecraft/textures/entity/shulker/shulker_gray.png new file mode 100644 index 000000000..bdd96b6ba Binary files /dev/null and b/kubejs/assets/minecraft/textures/entity/shulker/shulker_gray.png differ diff --git a/kubejs/assets/minecraft/textures/item/shulker_shell.png b/kubejs/assets/minecraft/textures/item/shulker_shell.png new file mode 100644 index 000000000..892e2ee6a Binary files /dev/null and b/kubejs/assets/minecraft/textures/item/shulker_shell.png differ diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_tips/basic_automation.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_tips/basic_automation.json deleted file mode 100644 index 9f5453e86..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_tips/basic_automation.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "Basic Automation", - "category": "tfc:tfg_tips", - "icon": "gtceu:coke_oven", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "title": "Basic Automation", - "text": "Tired of making charcoal in huge pits? Once you've got $(l:mechanics/bloomery)Wrought Iron$(), you'll be able to make your first GregTech multiblock, the $(item)Coke Oven$().$(br)It will turn logs into $(thing)charcoal$() automatically, as well as upgrade any $(thing)Coal$() into $(thing)Coke$() which burns twice as long in a $(l:mechanics/charcoal_forge)Forge$().$(br)All recipes output $(thing)Creosote$(), which can be used as a lamp fuel and is required for $(l:tfg_tips/create)Create$()." - }, - { - "type": "patchouli:spotlight", - "title": "Coke Oven", - "item": "gtceu:coke_oven,gtceu:coke_oven_bricks,gtceu:coke_oven_hatch", - "text": "Use JEI for a multiblock preview by looking at the $(thing)Coke Oven$() and pressing $(item)$(k:jei.showUses)$(). You can click individual blocks to see what's valid there.$(br2)Note that the center is hollow, and up to 5 $(thing)Coke Oven Hatches$() can be placed anywhere instead of bricks." - }, - { - "type": "patchouli:spotlight", - "item": "gtceu:tin_small_item_pipe", - "title": "Item Pipes", - "text": "Hatches will automatically pull items into them and push fluids and items out, so you can put $(l:tfg_tips/inventory_management#crates)Crates$(), $(l:tfg_tips/inventory_management#drums)Drums$(), and $(l:mechanics/barrels)Barrels$() right up against them, but if you'd like to have more control, you'll want to use GregTech's pipes.$(br2)$(item)Item Pipes$() will not pull from any inventory they're attached to, so you'll want to use a $(thing)Chute$() or $(thing)Hopper$() to pull from the inventory and push into the pipe." - }, - { - "type": "patchouli:text", - "text": "Different tiers of pipes will move different amounts of items, but the cheapest to start with is the $(item)Small Tin Item Pipe$().$(br2)Item pipes move items instantly, prioritizing closest inventories first. You can make pipes one-way by $(thing)Sneak-Right-Clicking$() them with a $(thing)Wrench$() and en empty offhand.$(br2)You can also control how items move with $(thing)Item Filters$(), $(thing)Item Tag Filters$(), and $(thing)Restricted Item Pipes$()." - }, - { - "type": "patchouli:spotlight", - "item": "gtceu:wood_normal_fluid_pipe,gtceu:bronze_normal_fluid_pipe", - "title": "Fluid Pipes", - "text": "$(item)Fluid Pipes$() unsurprisingly are for moving fluids. Unlike item pipes, fluid pipes do not move fluids instantly, and will \"slosh\" back and forth, so it's a good idea to make them all one-way by $(thing)Sneak-Right-Clicking$() with a $(thing)Wrench$() and an empty offhand." - }, - { - "type": "patchouli:text", - "text": "Different kinds of pipes can hold different things. $(thing)Wooden pipes$() can't hold gases, for example, and will burn if you try to put something hot in them. Other metal pipes like $(thing)Bronze$() can handle some hot things like Steam and Lava, but not acids.$(br2)Hold shift over a fluid pipe to see what it can handle." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/blast_furnace_tips.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/blast_furnace_tips.json deleted file mode 100644 index d320c6ec4..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/blast_furnace_tips.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Blast Furnace Tips", - "icon": "tfc:blast_furnace", - "category": "tfc:tfg_tips", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "title": "TerraFirmaCraft Blast Furnace Tips", - "text": "So, you finally found that $(item)Kaolinite$() and are probably feeling pretty excited about making a 5-level $(thing)Blast Furnace$(). Here are some tips before you go wild!" - }, - { - "type": "patchouli:spotlight", - "item": "gtceu:compressed_fireclay", - "text": "Before you use all your fire clay on 20 fire bricks, note that once you get into the steam age, you can create fire bricks out of only clay, through $(item)Compressed Fireclay$() (you'll need steam machines for the clay dust). This allows you to save $(item)Kaolinite$() and $(item)Graphite$() for $(thing)Casting Tables$()." - }, - { - "type": "patchouli:spotlight", - "title": "Preheating Metal", - "item": "tfc:firepit", - "text": "To convert the iron to steel, the blast furnace must heat the iron inside to $(thing)Brilliant White$(). On the first operation, the metal warms up along with the blast furnace. However, subsequent operations will take a similar amount of time despite the furnace being at temp already, as it needs to heat the metal from cold." - }, - { - "type": "patchouli:text", - "text": "If the metal is hot when added into the blast furnace, it will take less time to reach brilliant white. Consider heating your metal in a $(l:tfc:mechanics/charcoal_forge)Charcoal Forge$() before putting it into an already-hot furnace to save time, especially with smaller blast furnaces that process less at a time." - }, - { - "type": "patchouli:spotlight", - "title": "Valid Inputs", - "item": "gtceu:iron_dust", - "text": "Only certain processing stages of ores are accepted in the blast furnace. $(thing)Ore Dusts$(), $(thing)Raw Ores$(), and $(thing)Cast/Wrought Iron Ingots$() work, while $(thing)Crushed$(), $(thing)Impure$(), or other stages of processing will not. But you really should $(l:tfc:tfg_ores/ore_basics#processing)Process$() your ores to dust." - }, - { - "type": "patchouli:spotlight", - "title": "Automation", - "item": "greate:steel_mechanical_pump", - "text": "You'll need lots of $(item)Steel$() for the $(thing)Steam$() and $(thing)LV$() ages. Lots of steel. The $(thing)Electric Blast Furnace$() is far off, so maybe think about optimizing your steel production." - }, - { - "type": "patchouli:text", - "text": "You can pump liquid directly out of the blast furnace using a Create $(item)Mechanical Pump$(). Pump into a $(l:tfc:tfcchannelcasting/channel_casting)Mold Table$() and extract the ingots with a hopper or chute: Easy automation!$(br2)You can automate the bellows with a $(item)Deployer$() too! Just be careful, as using the bellows excessively consumes more fuel and breaks your $(thing)tuyere$() faster.$(br2)You can process the resulting $(item)Pig Iron$() and $(item)High Carbon Steel$() in a $(thing)Forge Hammer$()." - }, - { - "type": "patchouli:text", - "text": "You can automatically replace broken tuyeres with a hopper facing into the blast furnace." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/faqs.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/faqs.json deleted file mode 100644 index 2666e0def..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/faqs.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "Frequently Asked Questions", - "icon": "minecraft:spyglass", - "category": "tfc:tfg_tips", - "read_by_default": true, - "priority": true, - "pages": [ - { - "type": "patchouli:text", - "title": "FAQs", - "text": "Stuck on something? Try looking through this book first and in the quests, but if you're still stumped, you can ask on our $(l:https://discord.com/invite/AEaCzCTUwQ)Discord$() or $(l:https://www.reddit.com/r/TerraFirmaGreg)Subreddit$()!" - }, - { - "type": "patchouli:text", - "text": "$(li)$(l:tfg_tips/faqs#boats)Why did my boat sink?$()$(li)$(l:tfg_tips/faqs#dried_fruit)How do I make yeast starter?$()$(li)$(l:tfg_tips/faqs#dried_fruit)How do I make pineapple fiber?$()$(li)$(l:tfg_tips/faqs#jam)How do I make jam?$()$(li)$(l:tfg_tips/faqs#resin)How do I make Sticky Resin?$()$(li)$(l:tfg_tips/faqs#chunks)How do I force-load a chunk or increase my limit?$()" - }, - { - "type": "patchouli:text", - "anchor": "boats", - "text": "$(italic)Why did my boat sink?$()$(br2)Build your boat on land, then push it or use a $(item)Lead$() to launch it. If it's already sunk, too bad, make another one." - }, - { - "type": "patchouli:text", - "anchor": "dried_fruit", - "text": "$(italic)How do I make yeast starter or pineapple fiber?$()$(br2)Make sure you dry the fruit first using a $(item)Drying Mat$(). Then follow the rest of the steps for $(l:firmalife/bread)bread$() or $(l:firmalife/berry_bushes)pineapple leather$()." - }, - { - "type": "patchouli:text", - "anchor": "jam", - "text": "$(italic)How do I make jam?$()$(br2)It's easiest with a $(l:firmalife/oven_appliances#vat)Vat$(). Follow the steps in that section, but you don't need to make a $(thing)Jarring Station$() or $(thing)Lids$() unless you want to automate it. Just right-click the Vat of $(thing)Fruity Fluid$() with an empty jar, then right-click it again to take it out, and it should be full of jam and sealed.$(br2)Make sure you $(bold)close the lid$() on the Vat with $(item)$(k:sneak)$() + $(item)$(k:use)$()!" - }, - { - "type": "patchouli:text", - "anchor": "chunks", - "text": "$(italic)How do I force-load a chunk?$()$(br2)Open your map with $(item)$(k:gui.xaero_open_map)$(), then right-click the chunk > $(thing)Claim Selected$(). Right-click a claimed chunk again > $(thing)Forceload Selected$().$(br2)To increase the number of forceloaded chunks, press $(item)$(k:gui.xaero_pac_key_open_menu)$(), then go to the player settings and increase the number of bonus chunk forceloads." - }, - { - "type": "patchouli:text", - "anchor": "resin", - "text": "$(italic)How do I make sticky resin?$()$(br2)First, grow some $(thing)Kapok$() trees and make some $(thing)Tree Taps$(). Place a tree tap on the main trunk of each kapok tree (more taps on a tree just splits the output). Right-click each tree tap with an empty $(thing)Wooden Bucket$(), then wait for the correct season (Feb-Oct, excluding July). When the bucket is full, $(item)$(k:use)$() it with an $(thing)empty hand$(). You can automate this with a $(l:mechanics/pumps)Mechanical Pump$() on the bucket, if you'd like." - }, - { - "type": "patchouli:text", - "text": "It's quickest to cook your latex in a $(l:firmalife/oven_appliances#vat)Vat$(). Combine your latex with $(item)Sulfur$() dust in the vat (put the GregTech one in a Quern to get the TFC one), add heat, and $(bold)close the lid$() on the Vat with $(item)$(k:sneak)$() + $(item)$(k:use)$().$(br2)You can automate this later with the $(thing)LV Centrifuge$()." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/lv_machines.json b/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/lv_machines.json deleted file mode 100644 index 6693b4278..000000000 --- a/kubejs/assets/tfc/patchouli_books/field_guide/it_it/entries/tfg_tips/lv_machines.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "name": "Which LV machine first?", - "icon": "gtceu:lv_machine_hull", - "category": "tfc:tfg_tips", - "read_by_default": true, - "pages": [ - { - "type": "patchouli:text", - "text": "So you've finally made a batch of colored steel and are ready to make your first step into $(thing)LV$(). The obvious first choice for an LV machine is a $(item)Steam Generator$(), but what about after that? There's so many options!$(br2)There's no simple answer to this, because it's subjective, but you should think of which part of progressing is the most painful and make the machine that helps the most with that.$(br)" - }, - { - "type": "patchouli:spotlight", - "item": "gtceu:lv_mixer", - "title": "Mixer", - "text": "The $(item)Mixer$() makes colored steel much cheaper.$(br2)The kinetic mixer requires both SU and EU (and has a high stress impact and needs to run at 64 RPM), but runs twice as fast as the pure electric one.$(br)Whether that's worth the bother is up to you!$(br2)It also has a recipe to make $(thing)Glowstone$().$(br)" - }, - { - "type": "patchouli:spotlight", - "item": "gtceu:lv_assembler", - "title": "Assembler", - "text": "The $(item)Assembler$() is a very expensive machine, but can make LV casings just out of 8 steel (though this will likely change in future versions) and cheaper electronic components like $(thing)Vacuum Tubes$() and $(thing)Resistors$()." - }, - { - "type": "patchouli:spotlight", - "item": "gtceu:lv_bender", - "title": "Bender", - "text": "The $(item)Bender$() can make 1:1 $(thing)Plates$() out of a single ingot. Finally, no more gambling with the Mechanical Press!$(br2)It can also make $(thing)Thin Sheets$() for things like a $(l:tfg_tips/infinite_resources)Hose Pulley$()." - }, - { - "type": "patchouli:spotlight", - "item": "gtceu:lv_wiremill", - "title": "Wiremill", - "text": "The $(item)Wiremill$() halves the cost of $(thing)Wire$(). Not much else to say here, except that there's no such thing as too many copper wires or tin cables." - }, - { - "type": "patchouli:spotlight", - "title": "Chem Reactor/Solidifer", - "item": "gtceu:lv_chemical_reactor,gtceu:lv_fluid_solidifier", - "text": "The $(item)Chemical Reactor$() makes much cheaper $(thing)Rubber$() which the $(item)Fluid Solidifier$() can turn into cheaper $(thing)Rubber Sheets$(), and can also make cheaper $(thing)Rotors$().$(br2)The $(item)Extractor$() is also useful paired up with the Fluid Solidifier, and is a big upgrade over the steam one because it can make metal fluids." - }, - { - "type": "patchouli:spotlight", - "title": "Centrifuge", - "item": "gtceu:lv_centrifuge", - "text": "The $(item)Centrifuge$() makes $(thing)Sticky Resin$() directly from Kapok logs, and much cheaper $(thing)Raw Rubber$() as well. No more latex!" - }, - { - "type": "patchouli:spotlight", - "title": "Polarizer", - "item": "gtceu:lv_polarizer", - "text": "The $(item)Polarizer$() makes $(thing)Magnetic Rods$() basically for free. If you're short on redstone, this is a good first machine, and it's dirt cheap too." - }, - { - "type": "patchouli:spotlight", - "title": "Miner", - "item": "gtceu:lv_miner", - "text": "Put the $(item)Miner$() (or multiple!) down over an ore vein, bring along a boiler, steam generator, water, and fuel, and then just chunk load it and walk away. No need to ever go mining again!" - }, - { - "type": "patchouli:spotlight", - "title": "Chemical Bath", - "item": "gtceu:lv_chemical_bath", - "text": "The $(item)Chemical Bath$() makes cheaper paper. That's about it. And once you have an $(thing)Assembler$() you won't need paper any more anyway.$(br2)It can also automate most of the steps to make $(thing)Leather$() if you're tired of barrels." - }, - { - "type": "patchouli:spotlight", - "title": "Arc Furnace", - "item": "gtceu:lv_arc_furnace", - "text": "It's not a good first machine, but the $(item)Arc Furnace$() can turn Cast Iron directly into $(thing)Wrought Iron$(), Sand into $(thing)Glass$(), and Copper into $(thing)Annealed Copper$(). All of its recipes need $(thing)Oxygen$() though, so it's useless without an $(item)Electrolyzer$() or $(item)Centrifuge$()." - }, - { - "type": "patchouli:spotlight", - "title": "Extruder", - "item": "gtceu:lv_extruder", - "text": "This is only here as a warning: do not make the $(item)Extruder$(). The only thing it can do is make tools and Thin Rubber Sheets (which the Bender can also do). All of the good extruder recipes are gated to $(thing)MV$() onwards." - } - ] -} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/loose/anorthosite.json b/kubejs/assets/tfg/blockstates/loose/anorthosite.json new file mode 100644 index 000000000..2e82d3ebb --- /dev/null +++ b/kubejs/assets/tfg/blockstates/loose/anorthosite.json @@ -0,0 +1,55 @@ +{ + "variants": { + "count=1": [ + { + "model": "tfg:block/loose/anorthosite_1", + "y": 90 + }, + { + "model": "tfg:block/loose/anorthosite_1" + }, + { + "model": "tfg:block/loose/anorthosite_1", + "y": 180 + }, + { + "model": "tfg:block/loose/anorthosite_1", + "y": 270 + } + ], + "count=2": [ + { + "model": "tfg:block/loose/anorthosite_2", + "y": 90 + }, + { + "model": "tfg:block/loose/anorthosite_2" + }, + { + "model": "tfg:block/loose/anorthosite_2", + "y": 180 + }, + { + "model": "tfg:block/loose/anorthosite_2", + "y": 270 + } + ], + "count=3": [ + { + "model": "tfg:block/loose/anorthosite_3", + "y": 90 + }, + { + "model": "tfg:block/loose/anorthosite_3" + }, + { + "model": "tfg:block/loose/anorthosite_3", + "y": 180 + }, + { + "model": "tfg:block/loose/anorthosite_3", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/loose/syenite.json b/kubejs/assets/tfg/blockstates/loose/syenite.json new file mode 100644 index 000000000..f669c176a --- /dev/null +++ b/kubejs/assets/tfg/blockstates/loose/syenite.json @@ -0,0 +1,55 @@ +{ + "variants": { + "count=1": [ + { + "model": "tfg:block/loose/syenite_1", + "y": 90 + }, + { + "model": "tfg:block/loose/syenite_1" + }, + { + "model": "tfg:block/loose/syenite_1", + "y": 180 + }, + { + "model": "tfg:block/loose/syenite_1", + "y": 270 + } + ], + "count=2": [ + { + "model": "tfg:block/loose/syenite_2", + "y": 90 + }, + { + "model": "tfg:block/loose/syenite_2" + }, + { + "model": "tfg:block/loose/syenite_2", + "y": 180 + }, + { + "model": "tfg:block/loose/syenite_2", + "y": 270 + } + ], + "count=3": [ + { + "model": "tfg:block/loose/syenite_3", + "y": 90 + }, + { + "model": "tfg:block/loose/syenite_3" + }, + { + "model": "tfg:block/loose/syenite_3", + "y": 180 + }, + { + "model": "tfg:block/loose/syenite_3", + "y": 270 + } + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/lunar_sprouts.json b/kubejs/assets/tfg/blockstates/lunar_sprouts.json new file mode 100644 index 000000000..8e7558dca --- /dev/null +++ b/kubejs/assets/tfg/blockstates/lunar_sprouts.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/lunar_sprouts" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/lunar_warped_roots.json b/kubejs/assets/tfg/blockstates/lunar_warped_roots.json new file mode 100644 index 000000000..65b82b957 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/lunar_warped_roots.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/lunar_warped_roots" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/hardened_anorthosite.json b/kubejs/assets/tfg/blockstates/rock/hardened_anorthosite.json new file mode 100644 index 000000000..bb672340d --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/hardened_anorthosite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/hardened_anorthosite" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/hardened_syenite.json b/kubejs/assets/tfg/blockstates/rock/hardened_syenite.json new file mode 100644 index 000000000..9d6728ed9 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/hardened_syenite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/hardened_syenite" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/raw_anorthosite.json b/kubejs/assets/tfg/blockstates/rock/raw_anorthosite.json new file mode 100644 index 000000000..7638b9b12 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/raw_anorthosite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/raw_anorthosite" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/raw_basanite.json b/kubejs/assets/tfg/blockstates/rock/raw_basanite.json new file mode 100644 index 000000000..6a6652475 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/raw_basanite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/raw_basanite" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/rock/raw_syenite.json b/kubejs/assets/tfg/blockstates/rock/raw_syenite.json new file mode 100644 index 000000000..0282f16bf --- /dev/null +++ b/kubejs/assets/tfg/blockstates/rock/raw_syenite.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "tfg:block/rock/raw_syenite" + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/anorthosite_1.json b/kubejs/assets/tfg/models/block/loose/anorthosite_1.json new file mode 100644 index 000000000..f6b40f26b --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/anorthosite_1.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_extrusive_1", + "textures": { + "texture": "ad_astra:block/moon_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/anorthosite_2.json b/kubejs/assets/tfg/models/block/loose/anorthosite_2.json new file mode 100644 index 000000000..672728dec --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/anorthosite_2.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_extrusive_2", + "textures": { + "texture": "ad_astra:block/moon_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/anorthosite_3.json b/kubejs/assets/tfg/models/block/loose/anorthosite_3.json new file mode 100644 index 000000000..1b192b29f --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/anorthosite_3.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_extrusive_3", + "textures": { + "texture": "ad_astra:block/moon_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/syenite_1.json b/kubejs/assets/tfg/models/block/loose/syenite_1.json new file mode 100644 index 000000000..c44fa06da --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/syenite_1.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_intrusive_1", + "textures": { + "texture": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/syenite_2.json b/kubejs/assets/tfg/models/block/loose/syenite_2.json new file mode 100644 index 000000000..b2df88e75 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/syenite_2.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_intrusive_2", + "textures": { + "texture": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/loose/syenite_3.json b/kubejs/assets/tfg/models/block/loose/syenite_3.json new file mode 100644 index 000000000..4583503f2 --- /dev/null +++ b/kubejs/assets/tfg/models/block/loose/syenite_3.json @@ -0,0 +1,6 @@ +{ + "parent": "tfc:block/rock/loose_igneous_intrusive_3", + "textures": { + "texture": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/lunar_sprouts.json b/kubejs/assets/tfg/models/block/lunar_sprouts.json new file mode 100644 index 000000000..8e4d7832e --- /dev/null +++ b/kubejs/assets/tfg/models/block/lunar_sprouts.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/dead_tube_coral", + "render_type": "cutout_mipped", + "ambientocclusion": "false", + "textures": { + "cross": "minecraft:block/nether_sprouts" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/lunar_warped_roots.json b/kubejs/assets/tfg/models/block/lunar_warped_roots.json new file mode 100644 index 000000000..ef7c1608f --- /dev/null +++ b/kubejs/assets/tfg/models/block/lunar_warped_roots.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/dead_tube_coral", + "render_type": "cutout_mipped", + "ambientocclusion": "false", + "textures": { + "cross": "minecraft:block/warped_roots" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/hardened_anorthosite.json b/kubejs/assets/tfg/models/block/rock/hardened_anorthosite.json new file mode 100644 index 000000000..18920aa32 --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/hardened_anorthosite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ad_astra:block/moon_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/hardened_syenite.json b/kubejs/assets/tfg/models/block/rock/hardened_syenite.json new file mode 100644 index 000000000..275c2a6ab --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/hardened_syenite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/raw_anorthosite.json b/kubejs/assets/tfg/models/block/rock/raw_anorthosite.json new file mode 100644 index 000000000..18920aa32 --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/raw_anorthosite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ad_astra:block/moon_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/raw_basanite.json b/kubejs/assets/tfg/models/block/rock/raw_basanite.json new file mode 100644 index 000000000..d758f032e --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/raw_basanite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ad_astra:block/moon_deepslate" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/rock/raw_syenite.json b/kubejs/assets/tfg/models/block/rock/raw_syenite.json new file mode 100644 index 000000000..275c2a6ab --- /dev/null +++ b/kubejs/assets/tfg/models/block/rock/raw_syenite.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "ad_astra:block/mars_stone" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/textures/item/brick/anorthosite.png b/kubejs/assets/tfg/textures/item/brick/anorthosite.png new file mode 100644 index 000000000..6a0d105db Binary files /dev/null and b/kubejs/assets/tfg/textures/item/brick/anorthosite.png differ diff --git a/kubejs/assets/tfg/textures/item/dust/anorthosite.png b/kubejs/assets/tfg/textures/item/dust/anorthosite.png new file mode 100644 index 000000000..b10cc20d0 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/dust/anorthosite.png differ diff --git a/kubejs/assets/tfg/textures/item/loose/anorthosite.png b/kubejs/assets/tfg/textures/item/loose/anorthosite.png new file mode 100644 index 000000000..991127684 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/loose/anorthosite.png differ diff --git a/kubejs/data/ad_astra/dimension/mars.json b/kubejs/data/ad_astra/dimension/mars.json new file mode 100644 index 000000000..9a3ecd53e --- /dev/null +++ b/kubejs/data/ad_astra/dimension/mars.json @@ -0,0 +1,204942 @@ +{ + "type": "ad_astra:mars", + "generator": { + "type": "minecraft:noise", + "biome_source": { + "type": "minecraft:multi_noise", + "biomes": [ + { + "biome": "minecraft:mushroom_fields", + "parameters": { + "continentalness": [ + -1.2, + -1.05 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:mushroom_fields", + "parameters": { + "continentalness": [ + -1.2, + -1.05 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_frozen_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_frozen_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:frozen_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:frozen_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_cold_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_cold_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:cold_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:cold_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_lukewarm_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:deep_lukewarm_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:lukewarm_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:lukewarm_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "continentalness": [ + -1.05, + -0.455 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 0, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "continentalness": [ + -0.455, + -0.19 + ], + "depth": 1, + "erosion": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + 1 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "tfg:mars/martian_riverbed", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "tfg:mars/martian_mountains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + -1, + -0.2225 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -1, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -1, + -0.45 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.45, + -0.15 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + -0.15, + 0.2 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.2, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 0, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 1 + ], + "depth": 1, + "erosion": [ + -1, + -0.7799 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + -0.11, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.7799, + -0.375 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 0.3 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 0, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.3, + 1 + ], + "depth": 1, + "erosion": [ + -0.375, + -0.2225 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 0.03 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + -0.2225, + 0.05 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 0, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + 1 + ], + "depth": 1, + "erosion": [ + 0.05, + 0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.11, + 0.03 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 0, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + 0.03, + 1 + ], + "depth": 1, + "erosion": [ + 0.45, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 0, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "continentalness": [ + -0.19, + -0.11 + ], + "depth": 1, + "erosion": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "offset": 0, + "temperature": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ] + } + } + ] + }, + "settings": "tfg:mars_noise" + } +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/dimension/moon.json b/kubejs/data/ad_astra/dimension/moon.json new file mode 100644 index 000000000..88693e3f3 --- /dev/null +++ b/kubejs/data/ad_astra/dimension/moon.json @@ -0,0 +1,60 @@ +{ + "type": "ad_astra:moon", + "generator": { + "type": "minecraft:noise", + "settings": "tfg:moon_noise", + "biome_source": { + "type": "minecraft:multi_noise", + "biomes": [ + { + "biome": "tfg:moon/lunar_plains", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": 0.5, + "erosion": 0, + "weirdness": -0.5, + "depth": 0, + "offset": 0 + } + }, + { + "biome": "tfg:moon/lunar_basalt_maria", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": -0.5, + "erosion": 0, + "weirdness": -0.5, + "depth": 0, + "offset": 0 + } + }, + { + "biome": "tfg:moon/lunar_gabbro_uplift", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": -0.5, + "erosion": 0, + "weirdness": 0.5, + "depth": 0, + "offset": 0 + } + }, + { + "biome": "tfg:moon/lunar_diorite_delta", + "parameters": { + "temperature": 0, + "humidity": 0, + "continentalness": 0.5, + "erosion": 0, + "weirdness": 0.5, + "depth": 0, + "offset": 0 + } + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/loot_tables/blocks/cheese_block.json b/kubejs/data/ad_astra/loot_tables/blocks/cheese_block.json new file mode 100644 index 000000000..b288b8a1d --- /dev/null +++ b/kubejs/data/ad_astra/loot_tables/blocks/cheese_block.json @@ -0,0 +1,41 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "firmalife:cheddar_wheel" + }, + { + "type": "minecraft:item", + "name": "firmalife:chevre_wheel" + }, + { + "type": "minecraft:item", + "name": "firmalife:rajya_metok_wheel" + }, + { + "type": "minecraft:item", + "name": "firmalife:gouda_wheel" + }, + { + "type": "minecraft:item", + "name": "firmalife:feta_wheel" + }, + { + "type": "minecraft:item", + "name": "firmalife:shosha_wheel" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ad_astra:blocks/cheese_block" +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/loot_tables/blocks/moon_cheese_ore.json b/kubejs/data/ad_astra/loot_tables/blocks/moon_cheese_ore.json new file mode 100644 index 000000000..7d4879d82 --- /dev/null +++ b/kubejs/data/ad_astra/loot_tables/blocks/moon_cheese_ore.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "firmalife:food/shredded_cheese" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "ad_astra:blocks/moon_cheese_ore" +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/earth.json b/kubejs/data/ad_astra/planets/earth.json new file mode 100644 index 000000000..02db0fe41 --- /dev/null +++ b/kubejs/data/ad_astra/planets/earth.json @@ -0,0 +1,10 @@ +{ + "dimension": "minecraft:overworld", + "gravity": 9.807, + "orbit": "ad_astra:earth_orbit", + "oxygen": true, + "solar_power": 64, + "solar_system": "ad_astra:solar_system", + "temperature": 15, + "tier": 1 +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/earth_orbit.json b/kubejs/data/ad_astra/planets/earth_orbit.json new file mode 100644 index 000000000..4a9446dbc --- /dev/null +++ b/kubejs/data/ad_astra/planets/earth_orbit.json @@ -0,0 +1,9 @@ +{ + "dimension": "ad_astra:earth_orbit", + "gravity": 0.0, + "oxygen": false, + "solar_power": 512, + "solar_system": "ad_astra:solar_system", + "temperature": -270, + "tier": 1 +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/mars.json b/kubejs/data/ad_astra/planets/mars.json new file mode 100644 index 000000000..37c5c5f50 --- /dev/null +++ b/kubejs/data/ad_astra/planets/mars.json @@ -0,0 +1,10 @@ +{ + "dimension": "ad_astra:mars", + "gravity": 3.72076, + "orbit": "ad_astra:mars_orbit", + "oxygen": false, + "solar_power": 32, + "solar_system": "ad_astra:solar_system", + "temperature": -65, + "tier": 2 +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/mars_orbit.json b/kubejs/data/ad_astra/planets/mars_orbit.json new file mode 100644 index 000000000..6f4b02e20 --- /dev/null +++ b/kubejs/data/ad_astra/planets/mars_orbit.json @@ -0,0 +1,9 @@ +{ + "dimension": "ad_astra:mars_orbit", + "gravity": 0.0, + "oxygen": false, + "solar_power": 64, + "solar_system": "ad_astra:solar_system", + "temperature": -270, + "tier": 2 +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/moon.json b/kubejs/data/ad_astra/planets/moon.json new file mode 100644 index 000000000..66bc9e084 --- /dev/null +++ b/kubejs/data/ad_astra/planets/moon.json @@ -0,0 +1,10 @@ +{ + "dimension": "ad_astra:moon", + "gravity": 1.622, + "orbit": "ad_astra:moon_orbit", + "oxygen": false, + "solar_power": 512, + "solar_system": "ad_astra:solar_system", + "temperature": -173, + "tier": 1 +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/moon_orbit.json b/kubejs/data/ad_astra/planets/moon_orbit.json new file mode 100644 index 000000000..fb36cee73 --- /dev/null +++ b/kubejs/data/ad_astra/planets/moon_orbit.json @@ -0,0 +1,9 @@ +{ + "dimension": "ad_astra:moon_orbit", + "gravity": 0.0, + "oxygen": false, + "solar_power": 512, + "solar_system": "ad_astra:solar_system", + "temperature": -270, + "tier": 1 +} \ No newline at end of file diff --git a/kubejs/data/minecraft/loot_tables/entities/rabbit.json b/kubejs/data/minecraft/loot_tables/entities/rabbit.json new file mode 100644 index 000000000..56fa7911d --- /dev/null +++ b/kubejs/data/minecraft/loot_tables/entities/rabbit.json @@ -0,0 +1,72 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfc:food/rabbit", + "conditions": [ + { + "condition": "tfc:not_predated" + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfc:small_raw_hide", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.5 + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:bone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 1, + "type": "minecraft:uniform" + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:rabbit_foot", + "conditions": [ + { + "condition": "minecraft:random_chance", + "chance": 0.1 + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/blocks/raw_anorthosite.json b/kubejs/data/tfg/loot_tables/blocks/raw_anorthosite.json new file mode 100644 index 000000000..d390db6a4 --- /dev/null +++ b/kubejs/data/tfg/loot_tables/blocks/raw_anorthosite.json @@ -0,0 +1,44 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "name": "tfg:raw_anorthosite", + "conditions": [ + { + "condition": "tfc:is_isolated" + } + ] + }, + { + "type": "minecraft:item", + "name": "tfg:loose_anorthosite", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/chests/moonbase.json b/kubejs/data/tfg/loot_tables/chests/moonbase.json new file mode 100644 index 000000000..276c20d4b --- /dev/null +++ b/kubejs/data/tfg/loot_tables/chests/moonbase.json @@ -0,0 +1,534 @@ +{ + "type": "minecraft:chest", + "pools": [ + { + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "name": "gtceu:aluminium_fluid_cell", + "weight": 30, + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{Fluid: {Amount: 1000, FluidName: \"gtceu:rocket_fuel\"}}" + } + ] + }, + { + "type": "minecraft:item", + "name": "ad_astra:gas_tank", + "weight": 30, + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{BotariumData: {StoredFluids: [{Amount: 1000, Fluid: \"gtceu:oxygen\"}]}}" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:long_aluminium_rod", + "weight": 50 + }, + { + "type": "minecraft:item", + "name": "gtceu:aluminium_plate", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 2, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:aluminium_tiny_fluid_pipe", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:long_stainless_steel_rod", + "weight": 30 + }, + { + "type": "minecraft:item", + "name": "gtceu:stainless_steel_plate", + "weight": 30 + }, + { + "type": "minecraft:item", + "name": "gtceu:stainless_steel_screw", + "weight": 30, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:steel_rod", + "weight": 50 + }, + { + "type": "minecraft:item", + "name": "gtceu:steel_plate", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:double_steel_plate", + "weight": 50 + }, + { + "type": "minecraft:item", + "name": "gtceu:steel_screw", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 10, + "min": 3 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:steel_bolt", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 10, + "min": 3 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:electrum_double_wire", + "weight": 30, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:silver_double_cable", + "weight": 30, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:hv_sodium_battery", + "weight": 20, + "functions": [ + { + "function": "minecraft:set_nbt", + "tag": "{Charge: 1200000}" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:hv_electric_pump", + "weight": 30 + }, + { + "type": "minecraft:item", + "name": "gtceu:hv_conveyor_module", + "weight": 30 + }, + { + "type": "minecraft:item", + "name": "gtceu:hv_electric_motor", + "weight": 30 + }, + { + "type": "minecraft:item", + "name": "gtceu:aluminium_ingot", + "weight": 65, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 8, + "min": 3 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:steel_ingot", + "weight": 80, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 16, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:stainless_steel_ingot", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:advanced_integrated_circuit", + "weight": 20 + }, + { + "type": "minecraft:item", + "name": "gtceu:good_integrated_circuit", + "weight": 20, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:basic_integrated_circuit", + "weight": 20, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ae2:certus_quartz_crystal", + "weight": 20, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ae2:charged_certus_quartz_crystal", + "weight": 10, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 3 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ae2:fluix_crystal", + "weight": 10, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ae2:fluix_glass_cable", + "weight": 20, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 6, + "min": 3 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ae2:interface", + "weight": 5 + }, + { + "type": "minecraft:item", + "name": "ae2:engineering_processor", + "weight": 10 + }, + { + "type": "minecraft:item", + "name": "ae2:item_storage_cell_1k", + "weight": 5 + }, + { + "type": "minecraft:item", + "name": "ae2:fluid_storage_cell_1k", + "weight": 5 + }, + { + "type": "minecraft:item", + "name": "species:music_disc_dial", + "weight": 5 + }, + { + "type": "minecraft:item", + "name": "gtceu:fayalite_gem", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:diopside_gem", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:enstatite_gem", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:olivine_gem", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 10, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:armalcolite_gem", + "weight": 50, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 10, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "gtceu:treated_wood_rod", + "weight": 20, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 3, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ad_astra:desh_ingot", + "weight": 30, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 10, + "min": 1 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ad_astra:desh_plate", + "weight": 30, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 5, + "min": 2 + }, + "function": "minecraft:set_count" + } + ] + }, + { + "type": "minecraft:item", + "name": "ad_astra:desh_cable", + "weight": 30, + "functions": [ + { + "add": false, + "count": { + "type": "minecraft:uniform", + "max": 10, + "min": 3 + }, + "function": "minecraft:set_count" + } + ] + } + ], + "rolls": { + "type": "minecraft:uniform", + "max": 12, + "min": 5 + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/structures/moon/cheese_ores/cheese_ore1.nbt b/kubejs/data/tfg/structures/moon/cheese_ores/cheese_ore1.nbt new file mode 100644 index 000000000..16cbb81ef Binary files /dev/null and b/kubejs/data/tfg/structures/moon/cheese_ores/cheese_ore1.nbt differ diff --git a/kubejs/data/tfg/structures/moon/meteors/meteor1.nbt b/kubejs/data/tfg/structures/moon/meteors/meteor1.nbt new file mode 100644 index 000000000..1eaac6c31 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/meteors/meteor1.nbt differ diff --git a/kubejs/data/tfg/structures/moon/meteors/meteor2.nbt b/kubejs/data/tfg/structures/moon/meteors/meteor2.nbt new file mode 100644 index 000000000..41317a8d7 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/meteors/meteor2.nbt differ diff --git a/kubejs/data/tfg/structures/moon/meteors/meteor3.nbt b/kubejs/data/tfg/structures/moon/meteors/meteor3.nbt new file mode 100644 index 000000000..54f2b1663 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/meteors/meteor3.nbt differ diff --git a/kubejs/data/tfg/structures/moon/meteors/meteor4.nbt b/kubejs/data/tfg/structures/moon/meteors/meteor4.nbt new file mode 100644 index 000000000..5667e7b24 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/meteors/meteor4.nbt differ diff --git a/kubejs/data/tfg/structures/moon/meteors/meteor5.nbt b/kubejs/data/tfg/structures/moon/meteors/meteor5.nbt new file mode 100644 index 000000000..203109958 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/meteors/meteor5.nbt differ diff --git a/kubejs/data/tfg/structures/moon/meteors/meteor6.nbt b/kubejs/data/tfg/structures/moon/meteors/meteor6.nbt new file mode 100644 index 000000000..8d2cf8279 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/meteors/meteor6.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house1.nbt b/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house1.nbt new file mode 100644 index 000000000..79cae6c37 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house1.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house2.nbt b/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house2.nbt new file mode 100644 index 000000000..49fbc5bf2 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house2.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house3.nbt b/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house3.nbt new file mode 100644 index 000000000..5f4058ae6 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house3.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house4.nbt b/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house4.nbt new file mode 100644 index 000000000..1d9730129 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moon_rabbit_houses/moon_rabbit_house4.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector1.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector1.nbt new file mode 100644 index 000000000..bd086e734 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector1.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector2.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector2.nbt new file mode 100644 index 000000000..85fcd42ce Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector2.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector3.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector3.nbt new file mode 100644 index 000000000..f552d9be6 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector3.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector4.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector4.nbt new file mode 100644 index 000000000..765f6b416 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector4.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector5.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector5.nbt new file mode 100644 index 000000000..c41d6130f Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector5.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector6.nbt b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector6.nbt new file mode 100644 index 000000000..24cf201f9 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/connector/moonbase_connector6.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_dish.nbt b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_dish.nbt new file mode 100644 index 000000000..78a9d3f41 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_dish.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end1.nbt b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end1.nbt new file mode 100644 index 000000000..e87bcfe49 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end1.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end2.nbt b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end2.nbt new file mode 100644 index 000000000..26659f20e Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end2.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end3.nbt b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end3.nbt new file mode 100644 index 000000000..787c1bed2 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end3.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end4.nbt b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end4.nbt new file mode 100644 index 000000000..7d5452485 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_end4.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_launch_pad.nbt b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_launch_pad.nbt new file mode 100644 index 000000000..c570c1891 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_launch_pad.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_solar.nbt b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_solar.nbt new file mode 100644 index 000000000..07c03c552 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/end/moonbase_solar.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/entrance/moonbase_entrance1.nbt b/kubejs/data/tfg/structures/moon/moonbase/entrance/moonbase_entrance1.nbt new file mode 100644 index 000000000..60da0c690 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/entrance/moonbase_entrance1.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/entrance/moonbase_entrance2.nbt b/kubejs/data/tfg/structures/moon/moonbase/entrance/moonbase_entrance2.nbt new file mode 100644 index 000000000..44ae3fd32 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/entrance/moonbase_entrance2.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_beds.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_beds.nbt new file mode 100644 index 000000000..ebadf9d66 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_beds.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_farm1.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_farm1.nbt new file mode 100644 index 000000000..9dae0c647 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_farm1.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_large_hub1.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_large_hub1.nbt new file mode 100644 index 000000000..c13e4009a Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_large_hub1.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_large_hub2.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_large_hub2.nbt new file mode 100644 index 000000000..7a40a5b48 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_large_hub2.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_library.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_library.nbt new file mode 100644 index 000000000..bde3123ad Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_library.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_pantry.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_pantry.nbt new file mode 100644 index 000000000..91cdf9ac4 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_pantry.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub1.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub1.nbt new file mode 100644 index 000000000..edf86d761 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub1.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub2.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub2.nbt new file mode 100644 index 000000000..ee05d6ae7 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub2.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub3.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub3.nbt new file mode 100644 index 000000000..5b0651343 Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub3.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub4.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub4.nbt new file mode 100644 index 000000000..3626a9cba Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_small_hub4.nbt differ diff --git a/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_workshop.nbt b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_workshop.nbt new file mode 100644 index 000000000..eae1ee94c Binary files /dev/null and b/kubejs/data/tfg/structures/moon/moonbase/hub/moonbase_workshop.nbt differ diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_mountains.json b/kubejs/data/tfg/worldgen/biome/mars/martian_mountains.json new file mode 100644 index 000000000..8c6e8f2f1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_mountains.json @@ -0,0 +1,66 @@ +{ + "carvers": { + "air": [ + "tfc:cave", + "tfc:canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 15117444, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "particle": { + "options": { + "type": "minecraft:crimson_spore" + }, + "probability": 0.014 + }, + "sky_color": 15117444, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + [], + [], + [ + + ], + [ + + ], + [], + "#tfg:mars_veins", + [] + ], + "has_precipitation": false, + "spawn_costs": { + "ad_astra:martian_raptor": { + "charge": 0.2, + "energy_budget": 0.015 + } + }, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "ad_astra:martian_raptor", + "maxCount": 3, + "minCount": 1, + "weight": 100 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.8 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_plains.json b/kubejs/data/tfg/worldgen/biome/mars/martian_plains.json new file mode 100644 index 000000000..8c6e8f2f1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_plains.json @@ -0,0 +1,66 @@ +{ + "carvers": { + "air": [ + "tfc:cave", + "tfc:canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 15117444, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "particle": { + "options": { + "type": "minecraft:crimson_spore" + }, + "probability": 0.014 + }, + "sky_color": 15117444, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + [], + [], + [ + + ], + [ + + ], + [], + "#tfg:mars_veins", + [] + ], + "has_precipitation": false, + "spawn_costs": { + "ad_astra:martian_raptor": { + "charge": 0.2, + "energy_budget": 0.015 + } + }, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "ad_astra:martian_raptor", + "maxCount": 3, + "minCount": 1, + "weight": 100 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.8 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_riverbed.json b/kubejs/data/tfg/worldgen/biome/mars/martian_riverbed.json new file mode 100644 index 000000000..a4a86e524 --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_riverbed.json @@ -0,0 +1,66 @@ +{ + "carvers": { + "air": [ + "tfc:cave", + "tfc:canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 15117444, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "particle": { + "options": { + "type": "minecraft:crimson_spore" + }, + "probability": 0.014 + }, + "sky_color": 15117444, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + [], + [], + [ + + ], + [ + + ], + [], + "#tfg:mars_veins", + [] + ], + "has_precipitation": false, + "spawn_costs": { + "ad_astra:martian_raptor": { + "charge": 0.2, + "energy_budget": 0.015 + } + }, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "ad_astra:martian_raptor", + "maxCount": 3, + "minCount": 1, + "weight": 100 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.8 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json new file mode 100644 index 000000000..9e9daa1b1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_basalt_maria.json @@ -0,0 +1,93 @@ +{ + "carvers": { + "air": [ + "tfc:cave", + "tfc:canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 0, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "sky_color": 0, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + [], + [], + [ + "tfg:moon/blob/asurine", + "tfg:moon/blob/smooth_basalt", + "tfg:moon/blob/cut_deepslate" + ], + [ + "tfg:moon/surface/basalt_delta", + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike", + "tfg:moon/surface/warped_vine", + "tfg:moon/surface/warped_roots_patch", + "tfg:moon/surface/warped_sprouts_patch", + "tfg:moon/surface/loose_basalt_rocks" + ], + [], + "#tfg:moon_veins", + [] + ], + "has_precipitation": false, + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [], + "misc": [], + "monster": [ + { + "type": "ad_astra:star_crawler", + "maxCount": 4, + "minCount": 2, + "weight": 100 + }, + { + "type": "ad_astra:corrupted_lunarian", + "maxCount": 1, + "minCount": 1, + "weight": 20 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 + }, + { + "type": "minecraft:endermite", + "maxCount": 4, + "minCount": 2, + "weight": 10 + }, + { + "type": "species:limpet", + "maxCount": 2, + "minCount": 1, + "weight": 100 + }, + { + "type": "endermanoverhaul:soulsand_valley_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 10 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.7 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json new file mode 100644 index 000000000..663168ccf --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_diorite_delta.json @@ -0,0 +1,98 @@ +{ + "carvers": { + "air": [ + "tfc:cave", + "tfc:canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 0, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "sky_color": 0, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + [], + [], + [ + "tfg:moon/blob/asurine", + "tfg:moon/blob/cut_diorite", + "tfg:moon/blob/cut_deepslate" + ], + [ + "tfc:vein/gabbro_dike", + "tfg:moon/surface/warped_sprouts_patch", + "tfg:moon/surface/dead_coral", + "tfg:moon/surface/dead_coral_fans", + "tfg:moon/surface/loose_diorite_rocks" + ], + [], + "#tfg:moon_veins", + [] + ], + "has_precipitation": false, + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [ + { + "type": "minecraft:rabbit", + "maxCount": 1, + "minCount": 1, + "weight": 20 + } + ], + "misc": [], + "monster": [ + { + "type": "ad_astra:star_crawler", + "maxCount": 3, + "minCount": 1, + "weight": 100 + }, + { + "type": "ad_astra:corrupted_lunarian", + "maxCount": 3, + "minCount": 1, + "weight": 100 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 50 + }, + { + "type": "minecraft:endermite", + "maxCount": 3, + "minCount": 1, + "weight": 20 + }, + { + "type": "species:limpet", + "maxCount": 2, + "minCount": 1, + "weight": 100 + }, + { + "type": "endermanoverhaul:windswept_hills_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 100 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.7 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json new file mode 100644 index 000000000..dc51923a9 --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_gabbro_uplift.json @@ -0,0 +1,96 @@ +{ + "carvers": { + "air": [ + "tfc:cave", + "tfc:canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 0, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "sky_color": 0, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + [], + [], + [ + "tfg:moon/blob/asurine", + "tfg:moon/blob/cut_deepslate" + ], + [ + "tfc:vein/diorite_dike", + "tfg:moon/surface/warped_sprouts_patch", + "tfg:moon/surface/gabbro_rock_pile", + "tfg:moon/surface/loose_gabbro_rocks" + ], + [], + "#tfg:moon_veins", + [] + ], + "has_precipitation": false, + "spawn_costs": {}, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [ + { + "type": "minecraft:rabbit", + "maxCount": 1, + "minCount": 1, + "weight": 10 + } + ], + "misc": [], + "monster": [ + { + "type": "ad_astra:star_crawler", + "maxCount": 1, + "minCount": 1, + "weight": 20 + }, + { + "type": "ad_astra:corrupted_lunarian", + "maxCount": 4, + "minCount": 2, + "weight": 100 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 10 + }, + { + "type": "minecraft:endermite", + "maxCount": 4, + "minCount": 2, + "weight": 10 + }, + { + "type": "species:limpet", + "maxCount": 2, + "minCount": 1, + "weight": 100 + }, + { + "type": "endermanoverhaul:windswept_hills_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 50 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.7 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json new file mode 100644 index 000000000..058a73d0d --- /dev/null +++ b/kubejs/data/tfg/worldgen/biome/moon/lunar_plains.json @@ -0,0 +1,87 @@ +{ + "carvers": { + "air": [ + "tfc:cave", + "tfc:canyon" + ] + }, + "downfall": 0.0, + "effects": { + "fog_color": 0, + "mood_sound": { + "block_search_extent": 8, + "offset": 2.0, + "sound": "minecraft:ambient.cave", + "tick_delay": 6000 + }, + "sky_color": 0, + "water_color": 4159204, + "water_fog_color": 329011 + }, + "features": [ + [], + [], + [], + [ + "tfg:moon/blob/asurine", + "tfg:moon/blob/cut_deepslate" + ], + [ + "tfc:vein/gabbro_dike", + "tfc:vein/diorite_dike", + "tfg:moon/surface/moon_rock_pile", + "tfg:moon/surface/loose_anorthosite_rocks" + ], + [], + "#tfg:moon_veins", + [] + ], + "has_precipitation": false, + "spawn_costs": { + "minecraft:enderman": { + "charge": 0.7, + "energy_budget": 0.015 + }, + "endermanoverhaul:windswept_hills_enderman": { + "charge": 0.7, + "energy_budget": 0.015 + } + }, + "spawners": { + "ambient": [], + "axolotls": [], + "creature": [ + { + "type": "minecraft:rabbit", + "maxCount": 1, + "minCount": 1, + "weight": 80 + } + ], + "misc": [], + "monster": [ + { + "type": "species:limpet", + "maxCount": 2, + "minCount": 1, + "weight": 100 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 + }, + { + "type": "endermanoverhaul:windswept_hills_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 + } + ], + "underground_water_creature": [], + "water_ambient": [], + "water_creature": [] + }, + "temperature": 0.7 +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_huge.json b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_huge.json new file mode 100644 index 000000000..06887a969 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_huge.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:huge_fungus", + "config": { + "decor_state": { + "Name": "minecraft:shroomlight" + }, + "hat_state": { + "Name": "ad_astra:aeronos_cap" + }, + "planted": false, + "replaceable_blocks": { + "type": "minecraft:solid" + }, + "stem_state": { + "Name": "ad_astra:aeronos_stem", + "Properties": { + "axis": "y" + } + }, + "valid_base_block": { + "Name": "tfc:rock/gravel/gabbro" + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_patch.json b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_patch.json new file mode 100644 index 000000000..90e55a32c --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_patch.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_mushroom" + } + } + } + }, + "placement": [ + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + } + } + ] + }, + "tries": 48, + "xz_spread": 10, + "y_spread": 3 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_huge.json b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_huge.json new file mode 100644 index 000000000..f8d93c8a0 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_huge.json @@ -0,0 +1,46 @@ +{ + "type": "minecraft:tree", + "config": { + "decorators": [], + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem" + } + }, + "foliage_placer": { + "type": "minecraft:acacia_foliage_placer", + "offset": 0, + "radius": 2 + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_cap" + } + }, + "force_dirt": false, + "ignore_vines": true, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 2 + }, + "trunk_placer": { + "type": "minecraft:forking_trunk_placer", + "base_height": 5, + "height_rand_a": 2, + "height_rand_b": 2 + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem", + "Properties": { + "axis": "y" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_patch.json b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_patch.json new file mode 100644 index 000000000..daf0e4c97 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_patch.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_mushroom" + } + } + } + }, + "placement": [ + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + } + } + ] + }, + "tries": 64, + "xz_spread": 16, + "y_spread": 3 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/blob/asurine.json b/kubejs/data/tfg/worldgen/configured_feature/moon/blob/asurine.json new file mode 100644 index 000000000..0127c2885 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/blob/asurine.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:ore", + "config": { + "discard_chance_on_air_exposure": 0.0, + "size": 40, + "targets": [ + { + "state": { + "Name": "create:asurine" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "ad_astra:moon_stone_replaceables" + } + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_deepslate.json b/kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_deepslate.json new file mode 100644 index 000000000..82e586460 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_deepslate.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:ore", + "config": { + "discard_chance_on_air_exposure": 0.0, + "size": 40, + "targets": [ + { + "state": { + "Name": "create:cut_deepslate" + }, + "target": { + "predicate_type": "minecraft:block_match", + "block": "tfg:raw_basanite" + } + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_diorite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_diorite.json new file mode 100644 index 000000000..4f3333c78 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/blob/cut_diorite.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:ore", + "config": { + "discard_chance_on_air_exposure": 0.0, + "size": 40, + "targets": [ + { + "state": { + "Name": "create:cut_diorite" + }, + "target": { + "predicate_type": "minecraft:block_match", + "block": "tfc:rock/raw/diorite" + } + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/blob/smooth_basalt.json b/kubejs/data/tfg/worldgen/configured_feature/moon/blob/smooth_basalt.json new file mode 100644 index 000000000..873a66bf6 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/blob/smooth_basalt.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:ore", + "config": { + "discard_chance_on_air_exposure": 0.0, + "size": 40, + "targets": [ + { + "state": { + "Name": "minecraft:smooth_basalt" + }, + "target": { + "predicate_type": "minecraft:block_match", + "block": "tfc:rock/raw/basalt" + } + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/basalt_delta.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/basalt_delta.json new file mode 100644 index 000000000..8d32ba38b --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/basalt_delta.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:delta_feature", + "config": { + "contents": { + "Name": "tfc:rock/cobble/basalt_slab" + }, + "rim": { + "Name": "tfc:rock/hardened/basalt" + }, + "rim_size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 3, + "min_inclusive": 1 + } + }, + "size": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 7, + "min_inclusive": 3 + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/dead_coral.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/dead_coral.json new file mode 100644 index 000000000..b2402f879 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/dead_coral.json @@ -0,0 +1,74 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 20, + "data": { + "Name": "minecraft:dead_tube_coral", + "Properties": { + "waterlogged": "false" + } + } + }, + { + "weight": 20, + "data": { + "Name": "minecraft:dead_brain_coral", + "Properties": { + "waterlogged": "false" + } + } + }, + { + "weight": 20, + "data": { + "Name": "minecraft:dead_bubble_coral", + "Properties": { + "waterlogged": "false" + } + } + }, + { + "weight": 20, + "data": { + "Name": "minecraft:dead_fire_coral", + "Properties": { + "waterlogged": "false" + } + } + }, + { + "weight": 20, + "data": { + "Name": "minecraft:dead_horn_coral", + "Properties": { + "waterlogged": "false" + } + } + } + ] + } + } + }, + "placement": [ + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + } + } + ] + }, + "tries": 64, + "xz_spread": 12, + "y_spread": 3 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/dead_coral_fans.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/dead_coral_fans.json new file mode 100644 index 000000000..7159f5501 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/dead_coral_fans.json @@ -0,0 +1,74 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 20, + "data": { + "Name": "minecraft:dead_tube_coral_fan", + "Properties": { + "waterlogged": "false" + } + } + }, + { + "weight": 20, + "data": { + "Name": "minecraft:dead_brain_coral_fan", + "Properties": { + "waterlogged": "false" + } + } + }, + { + "weight": 20, + "data": { + "Name": "minecraft:dead_bubble_coral_fan", + "Properties": { + "waterlogged": "false" + } + } + }, + { + "weight": 20, + "data": { + "Name": "minecraft:dead_fire_coral_fan", + "Properties": { + "waterlogged": "false" + } + } + }, + { + "weight": 20, + "data": { + "Name": "minecraft:dead_horn_coral_fan", + "Properties": { + "waterlogged": "false" + } + } + } + ] + } + } + }, + "placement": [ + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + } + } + ] + }, + "tries": 64, + "xz_spread": 12, + "y_spread": 3 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/gabbro_rock_pile.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/gabbro_rock_pile.json new file mode 100644 index 000000000..849c8aec0 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/gabbro_rock_pile.json @@ -0,0 +1,34 @@ +{ + "type": "minecraft:block_pile", + "config": { + "state_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 35, + "data": { + "Name": "tfc:rock/hardened/gabbro" + } + }, + { + "weight": 25, + "data": { + "Name": "tfc:rock/cobble/gabbro" + } + }, + { + "weight": 20, + "data": { + "Name": "tfc:rock/raw/gabbro_slab" + } + }, + { + "weight": 20, + "data": { + "Name": "tfc:rock/cobble/gabbro_slab" + } + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_anorthosite_rocks.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_anorthosite_rocks.json new file mode 100644 index 000000000..9a7db46d2 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_anorthosite_rocks.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:randomized_int_state_provider", + "property": "count", + "values": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "source": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:loose_anorthosite" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_basalt_rocks.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_basalt_rocks.json new file mode 100644 index 000000000..104e31e7f --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_basalt_rocks.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:randomized_int_state_provider", + "property": "count", + "values": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "source": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfc:rock/loose/basalt" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_diorite_rocks.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_diorite_rocks.json new file mode 100644 index 000000000..784aec566 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_diorite_rocks.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:randomized_int_state_provider", + "property": "count", + "values": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "source": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfc:rock/loose/diorite" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_gabbro_rocks.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_gabbro_rocks.json new file mode 100644 index 000000000..1132a7e27 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/loose_gabbro_rocks.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:randomized_int_state_provider", + "property": "count", + "values": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "source": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfc:rock/loose/gabbro" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json new file mode 100644 index 000000000..1c56d84b8 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/moon_rock_pile.json @@ -0,0 +1,40 @@ +{ + "type": "minecraft:block_pile", + "config": { + "state_provider": { + "type": "minecraft:weighted_state_provider", + "entries": [ + { + "weight": 20, + "data": { + "Name": "ad_astra:moon_cobblestone_slab" + } + }, + { + "weight": 20, + "data": { + "Name": "ad_astra:moon_cobblestone" + } + }, + { + "weight": 20, + "data": { + "Name": "ad_astra:moon_stone_slab" + } + }, + { + "weight": 20, + "data": { + "Name": "tfg:raw_basanite" + } + }, + { + "weight": 20, + "data": { + "Name": "tfg:raw_anorthosite" + } + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json new file mode 100644 index 000000000..1a4a463b5 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_roots_patch.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:lunar_warped_roots" + } + } + } + }, + "placement": [ + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + } + } + ] + }, + "tries": 64, + "xz_spread": 7, + "y_spread": 3 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_sprouts_patch.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_sprouts_patch.json new file mode 100644 index 000000000..177998972 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_sprouts_patch.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:lunar_sprouts" + } + } + } + }, + "placement": [ + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + } + } + ] + }, + "tries": 48, + "xz_spread": 14, + "y_spread": 3 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json new file mode 100644 index 000000000..2f9c9b7ee --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/surface/warped_vine.json @@ -0,0 +1,44 @@ +{ + "type": "minecraft:tree", + "config": { + "decorators": [], + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfc:rock/gravel/basalt" + } + }, + "foliage_placer": { + "type": "minecraft:blob_foliage_placer", + "height": 0, + "offset": 1, + "radius": 0 + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "force_dirt": false, + "ignore_vines": true, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 1 + }, + "trunk_placer": { + "type": "minecraft:straight_trunk_placer", + "base_height": 5, + "height_rand_a": 2, + "height_rand_b": 0 + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:twisting_vines_plant" + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_magnetite.json new file mode 100644 index 000000000..4071ab781 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_magnetite.json @@ -0,0 +1,154 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 180, + "density": 0.3, + "min_y": -64, + "max_y": 30, + "size": 30, + "random_name": "deep_magnetite", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_chromite_ore", + "weight": 40 + }, + { + "block": "gtceu:diorite_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_sapphire_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_chromite_ore", + "weight": 40 + }, + { + "block": "gtceu:gabbro_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:anorthosite_chromite_ore", + "weight": 40 + }, + { + "block": "gtceu:anorthosite_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:anorthosite_sapphire_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_vanadium_magnetite_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_chromite_ore", + "weight": 40 + }, + { + "block": "gtceu:basanite_gold_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_sapphire_ore", + "weight": 5 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 1000, + "blocks": [ + { + "block": "tfc:ore/small_magnetite", + "weight": 35 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 10 + }, + { + "block": "gtceu:chromite_indicator", + "weight": 40 + }, + { + "block": "tfg:buds/small_sapphire_bud", + "weight": 3 + }, + { + "block": "tfg:buds/medium_sapphire_bud", + "weight": 2 + }, + { + "block": "tfg:buds/large_sapphire_bud", + "weight": 1 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_molybdenum.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_molybdenum.json new file mode 100644 index 000000000..6fcf092ba --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_molybdenum.json @@ -0,0 +1,130 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 245, + "density": 0.45, + "min_y": -64, + "max_y": 10, + "size": 26, + "random_name": "deep_molybdenum", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:basalt_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:basalt_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:diorite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:diorite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:gabbro_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:gabbro_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_powellite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_wulfenite_ore", + "weight": 40 + }, + { + "block": "gtceu:basanite_molybdenite_ore", + "weight": 30 + }, + { + "block": "gtceu:basanite_molybdenum_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_powellite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 500, + "blocks": [ + { + "block": "gtceu:wulfenite_indicator", + "weight": 40 + }, + { + "block": "gtceu:molybdenite_indicator", + "weight": 30 + }, + { + "block": "gtceu:molybdenum_indicator", + "weight": 15 + }, + { + "block": "gtceu:powellite_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_olivine.json new file mode 100644 index 000000000..55fecf192 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_olivine.json @@ -0,0 +1,139 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 120, + "density": 0.4, + "min_y": -64, + "max_y": 20, + "size": 40, + "random_name": "normal_olivine", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_olivine_ore", + "weight": 65 + }, + { + "block": "gtceu:basanite_diopside_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_enstatite_ore", + "weight": 10 + }, + { + "block": "gtceu:basanite_fayalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_olivine_ore", + "weight": 65 + }, + { + "block": "gtceu:basalt_diopside_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_enstatite_ore", + "weight": 10 + }, + { + "block": "gtceu:basalt_fayalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_olivine_ore", + "weight": 65 + }, + { + "block": "gtceu:gabbro_diopside_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_enstatite_ore", + "weight": 10 + }, + { + "block": "gtceu:gabbro_fayalite_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfg:buds/small_olivine_bud", + "weight": 30 + }, + { + "block": "tfg:buds/medium_olivine_bud", + "weight": 20 + }, + { + "block": "tfg:buds/large_olivine_bud", + "weight": 10 + }, + { + "block": "tfg:buds/small_diopside_bud", + "weight": 8 + }, + { + "block": "tfg:buds/medium_diopside_bud", + "weight": 6 + }, + { + "block": "tfg:buds/large_diopside_bud", + "weight": 4 + }, + { + "block": "tfg:buds/small_enstatite_bud", + "weight": 5 + }, + { + "block": "tfg:buds/medium_enstatite_bud", + "weight": 3 + }, + { + "block": "tfg:buds/large_enstatite_bud", + "weight": 2 + }, + { + "block": "tfg:buds/small_fayalite_bud", + "weight": 5 + }, + { + "block": "tfg:buds/medium_fayalite_bud", + "weight": 3 + }, + { + "block": "tfg:buds/large_fayalite_bud", + "weight": 2 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_plutonium.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_plutonium.json new file mode 100644 index 000000000..54371b126 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_plutonium.json @@ -0,0 +1,53 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 310, + "density": 0.30, + "min_y": -64, + "max_y": -20, + "size": 15, + "random_name": "deep_plutonium", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_desh_ore", + "weight": 45 + }, + { + "block": "gtceu:basanite_armalcolite_ore", + "weight": 30 + }, + { + "block": "gtceu:basanite_plutonium_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 500, + "blocks": [ + { + "block": "gtceu:desh_indicator", + "weight": 45 + }, + { + "block": "gtceu:armalcolite_indicator", + "weight": 30 + }, + { + "block": "gtceu:plutonium_indicator", + "weight": 25 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sapphire.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sapphire.json new file mode 100644 index 000000000..3f883cdab --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sapphire.json @@ -0,0 +1,117 @@ +{ + "type": "tfc:disc_vein", + "config": { + "rarity": 280, + "density": 0.35, + "min_y": -64, + "max_y": 26, + "size": 28, + "random_name": "deep_sapphire", + "biomes": "#tfg:moon_biomes", + "height": 8, + "blocks": [ + { + "replace": [ + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_green_sapphire_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_almandine_ore", + "weight": 35 + }, + { + "block": "gtceu:basanite_pyrope_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_sapphire_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_green_sapphire_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 500, + "blocks": [ + { + "block": "tfg:buds/small_almandine_bud", + "weight": 20 + }, + { + "block": "tfg:buds/medium_almandine_bud", + "weight": 12 + }, + { + "block": "tfg:buds/large_almandine_bud", + "weight": 8 + }, + { + "block": "tfg:buds/small_pyrope_bud", + "weight": 10 + }, + { + "block": "tfg:buds/medium_pyrope_bud", + "weight": 6 + }, + { + "block": "tfg:buds/large_pyrope_bud", + "weight": 4 + }, + { + "block": "tfg:buds/small_sapphire_bud", + "weight": 7 + }, + { + "block": "tfg:buds/medium_sapphire_bud", + "weight": 5 + }, + { + "block": "tfg:buds/large_sapphire_bud", + "weight": 3 + }, + { + "block": "tfg:buds/small_green_sapphire_bud", + "weight": 7 + }, + { + "block": "tfg:buds/medium_green_sapphire_bud", + "weight": 5 + }, + { + "block": "tfg:buds/large_green_sapphire_bud", + "weight": 3 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_scheelite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_scheelite.json new file mode 100644 index 000000000..b532f7487 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_scheelite.json @@ -0,0 +1,110 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 250, + "density": 0.35, + "min_y": -64, + "max_y": 0, + "size": 20, + "random_name": "deep_scheelite", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_scheelite_ore", + "weight": 40 + }, + { + "block": "gtceu:diorite_tungstate_ore", + "weight": 50 + }, + { + "block": "gtceu:diorite_lithium_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_scheelite_ore", + "weight": 40 + }, + { + "block": "gtceu:gabbro_tungstate_ore", + "weight": 50 + }, + { + "block": "gtceu:gabbro_lithium_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_scheelite_ore", + "weight": 40 + }, + { + "block": "gtceu:anorthosite_tungstate_ore", + "weight": 50 + }, + { + "block": "gtceu:anorthosite_lithium_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_scheelite_ore", + "weight": 40 + }, + { + "block": "gtceu:basanite_tungstate_ore", + "weight": 50 + }, + { + "block": "gtceu:basanite_lithium_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 500, + "blocks": [ + { + "block": "gtceu:scheelite_indicator", + "weight": 45 + }, + { + "block": "gtceu:tungstate_indicator", + "weight": 35 + }, + { + "block": "gtceu:lithium_indicator", + "weight": 20 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sheldonite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sheldonite.json new file mode 100644 index 000000000..659a0d91c --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/deep_sheldonite.json @@ -0,0 +1,107 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 250, + "density": 0.3, + "min_y": -64, + "max_y": 0, + "size": 30, + "random_name": "deep_sheldonite", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:anorthosite_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:basanite_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_palladium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_bornite_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_cooperite_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_platinum_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_palladium_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 500, + "blocks": [ + { + "block": "gtceu:bornite_indicator", + "weight": 35 + }, + { + "block": "gtceu:cooperite_indicator", + "weight": 25 + }, + { + "block": "gtceu:platinum_indicator", + "weight": 25 + }, + { + "block": "gtceu:palladium_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_apatite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_apatite.json new file mode 100644 index 000000000..986da049c --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_apatite.json @@ -0,0 +1,99 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 250, + "density": 0.25, + "min_y": -32, + "max_y": 60, + "size": 25, + "random_name": "normal_apatite", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_apatite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:diorite_pyrochlore_ore", + "weight": 40 + } + ] + }, + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_apatite_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:anorthosite_pyrochlore_ore", + "weight": 40 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_apatite_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_tricalcium_phosphate_ore", + "weight": 35 + }, + { + "block": "gtceu:basanite_pyrochlore_ore", + "weight": 40 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:tricalcium_phosphate_indicator", + "weight": 35 + }, + { + "block": "gtceu:pyrochlore_indicator", + "weight": 40 + }, + { + "block": "tfg:buds/small_apatite_bud", + "weight": 12 + }, + { + "block": "tfg:buds/medium_apatite_bud", + "weight": 8 + }, + { + "block": "tfg:buds/large_apatite_bud", + "weight": 5 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_bauxite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_bauxite.json new file mode 100644 index 000000000..1535f400a --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_bauxite.json @@ -0,0 +1,96 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 120, + "density": 0.3, + "min_y": -32, + "max_y": 70, + "size": 30, + "random_name": "normal_bauxite", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_ilmenite_ore", + "weight": 40 + }, + { + "block": "gtceu:basalt_aluminium_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_armalcolite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_ilmenite_ore", + "weight": 40 + }, + { + "block": "gtceu:basanite_aluminium_ore", + "weight": 35 + }, + { + "block": "gtceu:basanite_armalcolite_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:bauxite_indicator", + "weight": 15 + }, + { + "block": "gtceu:ilmenite_indicator", + "weight": 40 + }, + { + "block": "gtceu:aluminium_indicator", + "weight": 25 + }, + { + "block": "tfg:buds/small_rutile_bud", + "weight": 10 + }, + { + "block": "tfg:buds/medium_rutile_bud", + "weight": 7 + }, + { + "block": "tfg:buds/large_rutile_bud", + "weight": 4 + }, + { + "block": "gtceu:armalcolite_indicator", + "weight": 20 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_beryllium.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_beryllium.json new file mode 100644 index 000000000..1f400b5a5 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_beryllium.json @@ -0,0 +1,105 @@ +{ + "type": "tfc:pipe_vein", + "config": { + "rarity": 300, + "density": 0.35, + "min_y": -32, + "max_y": 50, + "random_name": "normal_beryllium", + "min_skew": 6, + "max_skew": 18, + "min_slant": 0, + "max_slant": 4, + "sign": 0, + "height": 60, + "radius": 10, + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:basalt_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:basalt_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:anorthosite_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:anorthosite_thorium_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_beryllium_ore", + "weight": 35 + }, + { + "block": "gtceu:basanite_emerald_ore", + "weight": 50 + }, + { + "block": "gtceu:basanite_thorium_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:beryllium_indicator", + "weight": 35 + }, + { + "block": "gtceu:thorium_indicator", + "weight": 15 + }, + { + "block": "tfg:buds/small_emerald_bud", + "weight": 35 + }, + { + "block": "tfg:buds/medium_emerald_bud", + "weight": 25 + }, + { + "block": "tfg:buds/large_emerald_bud", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_certus_quartz.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_certus_quartz.json new file mode 100644 index 000000000..0b0b2ec23 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_certus_quartz.json @@ -0,0 +1,177 @@ +{ + "type": "tfc:cluster_vein", + "biomes": "#tfg:moon_biomes", + "config": { + "rarity": 200, + "density": 0.3, + "min_y": -32, + "max_y": 100, + "size": 40, + "random_name": "normal_certus_quartz", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:basalt_certus_quartz_ore", + "weight": 50 + }, + { + "block": "gtceu:basalt_barite_ore", + "weight": 10 + }, + { + "block": "gtceu:basalt_nether_quartz_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:basanite_certus_quartz_ore", + "weight": 50 + }, + { + "block": "gtceu:basanite_barite_ore", + "weight": 10 + }, + { + "block": "gtceu:basanite_nether_quartz_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:gabbro_certus_quartz_ore", + "weight": 50 + }, + { + "block": "gtceu:gabbro_barite_ore", + "weight": 10 + }, + { + "block": "gtceu:gabbro_nether_quartz_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:anorthosite_certus_quartz_ore", + "weight": 50 + }, + { + "block": "gtceu:anorthosite_barite_ore", + "weight": 10 + }, + { + "block": "gtceu:anorthosite_nether_quartz_ore", + "weight": 30 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_quartzite_ore", + "weight": 10 + }, + { + "block": "gtceu:diorite_certus_quartz_ore", + "weight": 50 + }, + { + "block": "gtceu:diorite_barite_ore", + "weight": 10 + }, + { + "block": "gtceu:diorite_nether_quartz_ore", + "weight": 30 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:barite_indicator", + "weight": 10 + }, + { + "block": "ae2:small_quartz_bud", + "weight": 25 + }, + { + "block": "ae2:medium_quartz_bud", + "weight": 15 + }, + { + "block": "ae2:large_quartz_bud", + "weight": 10 + }, + { + "block": "tfg:buds/small_quartzite_bud", + "weight": 5 + }, + { + "block": "tfg:buds/medium_quartzite_bud", + "weight": 3 + }, + { + "block": "tfg:buds/large_quartzite_bud", + "weight": 2 + }, + { + "block": "tfg:buds/small_nether_quartz_bud", + "weight": 18 + }, + { + "block": "tfg:buds/medium_nether_quartz_bud", + "weight": 15 + }, + { + "block": "tfg:buds/large_nether_quartz_bud", + "weight": 12 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_desh.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_desh.json new file mode 100644 index 000000000..b6f899918 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_desh.json @@ -0,0 +1,96 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 180, + "density": 0.3, + "min_y": -32, + "max_y": 70, + "size": 30, + "random_name": "normal_desh", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_desh_ore", + "weight": 40 + }, + { + "block": "gtceu:anorthosite_ilmenite_ore", + "weight": 20 + }, + { + "block": "gtceu:anorthosite_aluminium_ore", + "weight": 20 + }, + { + "block": "gtceu:anorthosite_armalcolite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_desh_ore", + "weight": 40 + }, + { + "block": "gtceu:basanite_ilmenite_ore", + "weight": 20 + }, + { + "block": "gtceu:basanite_aluminium_ore", + "weight": 20 + }, + { + "block": "gtceu:basanite_armalcolite_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:desh_indicator", + "weight": 40 + }, + { + "block": "gtceu:ilmenite_indicator", + "weight": 10 + }, + { + "block": "gtceu:aluminium_indicator", + "weight": 20 + }, + { + "block": "tfg:buds/small_rutile_bud", + "weight": 10 + }, + { + "block": "tfg:buds/medium_rutile_bud", + "weight": 7 + }, + { + "block": "tfg:buds/large_rutile_bud", + "weight": 4 + }, + { + "block": "gtceu:armalcolite_indicator", + "weight": 20 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_diopside.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_diopside.json new file mode 100644 index 000000000..298930c86 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_diopside.json @@ -0,0 +1,161 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 250, + "density": 0.25, + "min_y": -10, + "max_y": 80, + "size": 36, + "random_name": "normal_diopside", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_diopside_ore", + "weight": 45 + }, + { + "block": "gtceu:diorite_trona_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_cobalt_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_tricalcium_phosphate_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_diopside_ore", + "weight": 45 + }, + { + "block": "gtceu:gabbro_trona_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_cobalt_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_tricalcium_phosphate_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_diopside_ore", + "weight": 45 + }, + { + "block": "gtceu:basalt_trona_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_cobalt_ore", + "weight": 25 + }, + { + "block": "gtceu:basalt_tricalcium_phosphate_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_diopside_ore", + "weight": 45 + }, + { + "block": "gtceu:anorthosite_trona_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_cobalt_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_tricalcium_phosphate_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_diopside_ore", + "weight": 45 + }, + { + "block": "gtceu:basanite_trona_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_cobalt_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_tricalcium_phosphate_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfg:buds/small_diopside_bud", + "weight": 25 + }, + { + "block": "tfg:buds/medium_diopside_bud", + "weight": 18 + }, + { + "block": "tfg:buds/large_diopside_bud", + "weight": 12 + }, + { + "block": "gtceu:trona_indicator", + "weight": 25 + }, + { + "block": "gtceu:cobalt_indicator", + "weight": 25 + }, + { + "block": "gtceu:tricalcium_phosphate_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_enstatite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_enstatite.json new file mode 100644 index 000000000..456d41439 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_enstatite.json @@ -0,0 +1,169 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 250, + "density": 0.25, + "min_y": -20, + "max_y": 90, + "size": 36, + "random_name": "normal_enstatite", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_enstatite_ore", + "weight": 45 + }, + { + "block": "gtceu:diorite_chromite_ore", + "weight": 30 + }, + { + "block": "gtceu:diorite_ilmenite_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_fayalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_enstatite_ore", + "weight": 45 + }, + { + "block": "gtceu:gabbro_chromite_ore", + "weight": 30 + }, + { + "block": "gtceu:gabbro_ilmenite_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_fayalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_enstatite_ore", + "weight": 45 + }, + { + "block": "gtceu:basalt_chromite_ore", + "weight": 30 + }, + { + "block": "gtceu:basalt_ilmenite_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_fayalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_enstatite_ore", + "weight": 45 + }, + { + "block": "gtceu:anorthosite_chromite_ore", + "weight": 30 + }, + { + "block": "gtceu:anorthosite_ilmenite_ore", + "weight": 15 + }, + { + "block": "gtceu:anorthosite_fayalite_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_enstatite_ore", + "weight": 45 + }, + { + "block": "gtceu:basanite_chromite_ore", + "weight": 30 + }, + { + "block": "gtceu:basanite_ilmenite_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_fayalite_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfg:buds/small_enstatite_bud", + "weight": 20 + }, + { + "block": "tfg:buds/medium_enstatite_bud", + "weight": 15 + }, + { + "block": "tfg:buds/large_enstatite_bud", + "weight": 10 + }, + { + "block": "gtceu:chromite_indicator", + "weight": 30 + }, + { + "block": "gtceu:ilmenite_indicator", + "weight": 15 + }, + { + "block": "tfg:buds/small_fayalite_bud", + "weight": 9 + }, + { + "block": "tfg:buds/medium_fayalite_bud", + "weight": 7 + }, + { + "block": "tfg:buds/large_fayalite_bud", + "weight": 5 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_fayalite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_fayalite.json new file mode 100644 index 000000000..3e679429d --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_fayalite.json @@ -0,0 +1,169 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 250, + "density": 0.3, + "min_y": -40, + "max_y": 90, + "size": 40, + "random_name": "normal_fayalite", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_enstatite_ore", + "weight": 10 + }, + { + "block": "gtceu:diorite_pyrite_ore", + "weight": 30 + }, + { + "block": "gtceu:diorite_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:diorite_fayalite_ore", + "weight": 45 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_enstatite_ore", + "weight": 10 + }, + { + "block": "gtceu:gabbro_pyrite_ore", + "weight": 30 + }, + { + "block": "gtceu:gabbro_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:gabbro_fayalite_ore", + "weight": 45 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_enstatite_ore", + "weight": 10 + }, + { + "block": "gtceu:basalt_pyrite_ore", + "weight": 30 + }, + { + "block": "gtceu:basalt_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_fayalite_ore", + "weight": 45 + } + ] + }, + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_enstatite_ore", + "weight": 10 + }, + { + "block": "gtceu:anorthosite_pyrite_ore", + "weight": 30 + }, + { + "block": "gtceu:anorthosite_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:anorthosite_fayalite_ore", + "weight": 45 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_enstatite_ore", + "weight": 10 + }, + { + "block": "gtceu:basanite_pyrite_ore", + "weight": 30 + }, + { + "block": "gtceu:basanite_pentlandite_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_fayalite_ore", + "weight": 45 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfg:buds/small_enstatite_bud", + "weight": 9 + }, + { + "block": "tfg:buds/medium_enstatite_bud", + "weight": 7 + }, + { + "block": "tfg:buds/large_enstatite_bud", + "weight": 5 + }, + { + "block": "gtceu:pyrite_indicator", + "weight": 30 + }, + { + "block": "gtceu:pentlandite_indicator", + "weight": 15 + }, + { + "block": "tfg:buds/small_fayalite_bud", + "weight": 20 + }, + { + "block": "tfg:buds/medium_fayalite_bud", + "weight": 15 + }, + { + "block": "tfg:buds/large_fayalite_bud", + "weight": 10 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_garnierite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_garnierite.json new file mode 100644 index 000000000..53989b9fa --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_garnierite.json @@ -0,0 +1,80 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 250, + "density": 0.4, + "min_y": -32, + "max_y": 60, + "size": 40, + "random_name": "normal_garnierite", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:gabbro_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:gabbro_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_cobalt_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_garnierite_ore", + "weight": 30 + }, + { + "block": "gtceu:basanite_nickel_ore", + "weight": 10 + }, + { + "block": "gtceu:basanite_cobaltite_ore", + "weight": 20 + }, + { + "block": "gtceu:basanite_pentlandite_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_cobalt_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_garnierite", + "weight": 100 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_magnetite.json new file mode 100644 index 000000000..5ca68643b --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_magnetite.json @@ -0,0 +1,106 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 200, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "size": 40, + "random_name": "deep_magnetite", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_magnetite_ore", + "weight": 65 + }, + { + "block": "gtceu:diorite_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_gold_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_magnetite_ore", + "weight": 65 + }, + { + "block": "gtceu:gabbro_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_gold_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_magnetite_ore", + "weight": 65 + }, + { + "block": "gtceu:anorthosite_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_gold_ore", + "weight": 10 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_magnetite_ore", + "weight": 65 + }, + { + "block": "gtceu:basanite_vanadium_magnetite_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_gold_ore", + "weight": 10 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_magnetite", + "weight": 80 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 20 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_mica.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_mica.json new file mode 100644 index 000000000..d96a496a1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_mica.json @@ -0,0 +1,130 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 250, + "density": 0.25, + "min_y": 0, + "max_y": 210, + "size": 25, + "random_name": "normal_mica", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:diorite_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_pollucite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:gabbro_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_pollucite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:anorthosite_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_pollucite_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_kyanite_ore", + "weight": 35 + }, + { + "block": "gtceu:basanite_mica_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_bauxite_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_pollucite_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:kyanite_indicator", + "weight": 35 + }, + { + "block": "gtceu:mica_indicator", + "weight": 25 + }, + { + "block": "gtceu:bauxite_indicator", + "weight": 25 + }, + { + "block": "gtceu:pollucite_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_monazite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_monazite.json new file mode 100644 index 000000000..3c99c5b8d --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_monazite.json @@ -0,0 +1,80 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 250, + "density": 0.25, + "min_y": -32, + "max_y": 50, + "size": 40, + "random_name": "normal_monazite", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:diorite_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_neodymium_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_bastnasite_ore", + "weight": 50 + }, + { + "block": "gtceu:gabbro_monazite_ore", + "weight": 25 + }, + { + "block": "gtceu:gabbro_neodymium_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:bastnasite_indicator", + "weight": 50 + }, + { + "block": "gtceu:neodymium_indicator", + "weight": 25 + }, + { + "block": "tfg:buds/small_monazite_bud", + "weight": 14 + }, + { + "block": "tfg:buds/medium_monazite_bud", + "weight": 8 + }, + { + "block": "tfg:buds/large_monazite_bud", + "weight": 5 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_olivine.json new file mode 100644 index 000000000..7aa8fa5e9 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_olivine.json @@ -0,0 +1,155 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 180, + "density": 0.35, + "min_y": -10, + "max_y": 80, + "size": 25, + "random_name": "normal_olivine", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_olivine_ore", + "weight": 30 + }, + { + "block": "gtceu:basanite_diopside_ore", + "weight": 30 + }, + { + "block": "gtceu:basanite_enstatite_ore", + "weight": 20 + }, + { + "block": "gtceu:basanite_fayalite_ore", + "weight": 20 + }, + { + "block": "gtceu:basanite_armalcolite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/basalt" + ], + "with": [ + { + "block": "gtceu:basalt_olivine_ore", + "weight": 30 + }, + { + "block": "gtceu:basalt_diopside_ore", + "weight": 30 + }, + { + "block": "gtceu:basalt_enstatite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_fayalite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_armalcolite_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_olivine_ore", + "weight": 30 + }, + { + "block": "gtceu:gabbro_diopside_ore", + "weight": 30 + }, + { + "block": "gtceu:gabbro_enstatite_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_fayalite_ore", + "weight": 20 + }, + { + "block": "gtceu:gabbro_armalcolite_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfg:buds/small_olivine_bud", + "weight": 15 + }, + { + "block": "tfg:buds/medium_olivine_bud", + "weight": 12 + }, + { + "block": "tfg:buds/large_olivine_bud", + "weight": 8 + }, + { + "block": "tfg:buds/small_diopside_bud", + "weight": 15 + }, + { + "block": "tfg:buds/medium_diopside_bud", + "weight": 12 + }, + { + "block": "tfg:buds/large_diopside_bud", + "weight": 8 + }, + { + "block": "tfg:buds/small_enstatite_bud", + "weight": 9 + }, + { + "block": "tfg:buds/medium_enstatite_bud", + "weight": 7 + }, + { + "block": "tfg:buds/large_enstatite_bud", + "weight": 5 + }, + { + "block": "tfg:buds/small_fayalite_bud", + "weight": 9 + }, + { + "block": "tfg:buds/medium_fayalite_bud", + "weight": 7 + }, + { + "block": "tfg:buds/large_fayalite_bud", + "weight": 5 + }, + { + "block": "gtceu:armalcolite_indicator", + "weight": 20 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_redstone.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_redstone.json new file mode 100644 index 000000000..96858f9fd --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_redstone.json @@ -0,0 +1,88 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 250, + "density": 0.4, + "min_y": -32, + "max_y": 100, + "size": 30, + "random_name": "normal_redstone", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_redstone_ore", + "weight": 45 + }, + { + "block": "gtceu:anorthosite_ruby_ore", + "weight": 35 + }, + { + "block": "gtceu:anorthosite_cinnabar_ore", + "weight": 20 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_redstone_ore", + "weight": 45 + }, + { + "block": "gtceu:basanite_ruby_ore", + "weight": 35 + }, + { + "block": "gtceu:basanite_cinnabar_ore", + "weight": 20 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "minecraft:redstone_wire", + "weight": 45 + }, + { + "block": "tfg:buds/small_ruby_bud", + "weight": 20 + }, + { + "block": "tfg:buds/medium_ruby_bud", + "weight": 12 + }, + { + "block": "tfg:buds/large_ruby_bud", + "weight": 8 + }, + { + "block": "tfg:buds/small_cinnabar_bud", + "weight": 10 + }, + { + "block": "tfg:buds/medium_cinnabar_bud", + "weight": 6 + }, + { + "block": "tfg:buds/large_cinnabar_bud", + "weight": 4 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_saltpeter.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_saltpeter.json new file mode 100644 index 000000000..defa605dd --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_saltpeter.json @@ -0,0 +1,107 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 150, + "density": 0.3, + "min_y": -32, + "max_y": 60, + "size": 35, + "random_name": "normal_saltpeter", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:diorite_soapstone_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:diorite_talc_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:basanite_soapstone_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:basanite_talc_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_saltpeter_ore", + "weight": 35 + }, + { + "block": "gtceu:anorthosite_soapstone_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_electrotine_ore", + "weight": 25 + }, + { + "block": "gtceu:anorthosite_talc_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 50, + "underground_rarity": 40, + "underground_count": 100, + "blocks": [ + { + "block": "gtceu:saltpeter_indicator", + "weight": 35 + }, + { + "block": "gtceu:soapstone_indicator", + "weight": 25 + }, + { + "block": "gtceu:electrotine_indicator", + "weight": 25 + }, + { + "block": "gtceu:talc_indicator", + "weight": 15 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_silver.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_silver.json new file mode 100644 index 000000000..9f63be526 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/normal_silver.json @@ -0,0 +1,64 @@ +{ + "type": "tfc:cluster_vein", + "config": { + "rarity": 250, + "density": 0.4, + "min_y": -32, + "max_y": 75, + "size": 30, + "random_name": "normal_silver", + "biomes": "#tfg:moon_biomes", + "blocks": [ + { + "replace": [ + "tfg:raw_basanite" + ], + "with": [ + { + "block": "gtceu:basanite_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:basanite_silver_ore", + "weight": 15 + }, + { + "block": "gtceu:basanite_lead_ore", + "weight": 55 + } + ] + }, + { + "replace": [ + "tfg:raw_anorthosite" + ], + "with": [ + { + "block": "gtceu:anorthosite_galena_ore", + "weight": 30 + }, + { + "block": "gtceu:anorthosite_silver_ore", + "weight": 15 + }, + { + "block": "gtceu:anorthosite_lead_ore", + "weight": 55 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_native_silver", + "weight": 100 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/mars_rock_layers.json b/kubejs/data/tfg/worldgen/mars_rock_layers.json new file mode 100644 index 000000000..ee9374e55 --- /dev/null +++ b/kubejs/data/tfg/worldgen/mars_rock_layers.json @@ -0,0 +1,130 @@ +{ + "rocks": { + "granite": "tfc:granite", + "diorite": "tfc:diorite", + "gabbro": "tfc:gabbro", + + "shale": "tfc:shale", + "claystone": "tfc:claystone", + "limestone": "tfc:limestone", + "conglomerate": "tfc:conglomerate", + "dolomite": "tfc:dolomite", + "chert": "tfc:chert", + "chalk": "tfc:chalk", + + "rhyolite": "tfc:rhyolite", + "basalt": "tfc:basalt", + "andesite": "tfc:andesite", + "dacite": "tfc:dacite", + + "syenite": { + "raw": "tfg:raw_syenite", + "hardened": "tfg:hardened_syenite", + "gravel": "ad_astra:mars_sand", + "cobble": "ad_astra:mars_cobblestone", + "sand": "ad_astra:mars_sand", + "sandstone": "tfg:raw_syenite" + }, + + "red_granite": { + "raw": "TODO", + "hardened": "TODO", + "gravel": "TODO", + "cobble": "TODO", + "sand": "tfc:sand/red", + "sandstone": "tfc:raw_sandstone/red" + } + }, + "bottom": [ + "granite", + "gabbro", + "rhyolite", + "basalt", + "andesite", + "dacite", + "syenite", + "red_granite" + ], + "layers": [ + { + "id": "felsic", + "layers": { + "granite": "bottom", + "red_granite": "bottom" + } + }, + { + "id": "intermediate", + "layers": { + "syenite": "bottom" + } + }, + { + "id": "mafic", + "layers": { + "gabbro": "bottom" + } + }, + { + "id": "igneous_extrusive", + "layers": { + "rhyolite": "felsic", + "andesite": "intermediate", + "dacite": "intermediate", + "basalt": "mafic" + } + }, + { + "id": "igneous_extrusive_x2", + "layers": { + "rhyolite": "igneous_extrusive", + "andesite": "igneous_extrusive", + "dacite": "igneous_extrusive", + "basalt": "igneous_extrusive" + } + }, + { + "id": "land_sedimentary", + "layers": { + "claystone": "igneous_extrusive", + "conglomerate": "igneous_extrusive", + "dolomite": "igneous_extrusive", + "chert": "igneous_extrusive", + "chalk": "igneous_extrusive" + } + }, + { + "id": "water_sedimentary", + "layers": { + "shale": "bottom", + "claystone": "bottom", + "dolomite": "bottom", + "limestone": "bottom", + "chert": "bottom" + } + }, + { + "id": "uplift", + "layers": { + "red_granite": "land_sedimentary", + "granite": "land_sedimentary", + "gabbro": "land_sedimentary", + "syenite": "land_sedimentary" + } + } + ], + "ocean_floor": [ + "water_sedimentary" + ], + "volcanic": [ + "igneous_extrusive", + "igneous_extrusive_x2" + ], + "land": [ + "land_sedimentary", + "igneous_extrusive" + ], + "uplift": [ + "uplift" + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json b/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json new file mode 100644 index 000000000..6717441d1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json @@ -0,0 +1,669 @@ +{ + "sea_level": 63, + "disable_mob_generation": false, + "aquifers_enabled": false, + "ore_veins_enabled": false, + "legacy_random_source": false, + "default_block": { + "Name": "tfg:raw_syenite" + }, + "default_fluid": { + "Name": "minecraft:air" + }, + "noise": { + "min_y": -64, + "height": 384, + "size_horizontal": 1, + "size_vertical": 4 + }, + "noise_router": { + "barrier": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_barrier", + "xz_scale": 1, + "y_scale": 0.5 + }, + "continents": "minecraft:overworld/continents", + "depth": "minecraft:overworld/depth", + "erosion": "minecraft:overworld/erosion", + "final_density": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:squeeze", + "argument": { + "type": "minecraft:mul", + "argument1": 0.64, + "argument2": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:blend_density", + "argument": { + "type": "minecraft:add", + "argument1": 0.1171875, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_value": 0, + "from_y": -64, + "to_value": 1, + "to_y": -40 + }, + "argument2": { + "type": "minecraft:add", + "argument1": -0.1171875, + "argument2": { + "type": "minecraft:add", + "argument1": -0.078125, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_value": 1, + "from_y": 364, + "to_value": 0, + "to_y": 384 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:range_choice", + "input": "minecraft:overworld/sloped_cheese", + "max_exclusive": 1.5625, + "min_inclusive": -1000000, + "when_in_range": { + "type": "minecraft:min", + "argument1": "minecraft:overworld/sloped_cheese", + "argument2": { + "type": "minecraft:mul", + "argument1": 5, + "argument2": "minecraft:overworld/caves/entrances" + } + }, + "when_out_of_range": { + "type": "minecraft:max", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:mul", + "argument1": 4, + "argument2": { + "type": "minecraft:square", + "argument": { + "type": "minecraft:noise", + "noise": "minecraft:cave_layer", + "xz_scale": 1, + "y_scale": 8 + } + } + }, + "argument2": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": 0.27, + "argument2": { + "type": "minecraft:noise", + "noise": "minecraft:cave_cheese", + "xz_scale": 1, + "y_scale": 0.6666666666666666 + } + }, + "max": 1, + "min": -1 + }, + "argument2": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": 1.5, + "argument2": { + "type": "minecraft:mul", + "argument1": -0.64, + "argument2": "minecraft:overworld/sloped_cheese" + } + }, + "max": 0.5, + "min": 0 + } + } + }, + "argument2": "minecraft:overworld/caves/entrances" + }, + "argument2": { + "type": "minecraft:add", + "argument1": "minecraft:overworld/caves/spaghetti_2d", + "argument2": "minecraft:overworld/caves/spaghetti_roughness_function" + } + }, + "argument2": { + "type": "minecraft:range_choice", + "input": "minecraft:overworld/caves/pillars", + "max_exclusive": 0.03, + "min_inclusive": -1000000, + "when_in_range": -1000000, + "when_out_of_range": "minecraft:overworld/caves/pillars" + } + } + } + } + } + } + } + } + } + } + } + } + }, + "argument2": "minecraft:overworld/caves/noodle" + }, + "fluid_level_floodedness": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_fluid_level_floodedness", + "xz_scale": 1, + "y_scale": 0.67 + }, + "fluid_level_spread": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_fluid_level_spread", + "xz_scale": 1, + "y_scale": 0.7142857142857143 + }, + "initial_density_without_jaggedness": { + "type": "minecraft:add", + "argument1": 0.1171875, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_value": 0, + "from_y": -64, + "to_value": 1, + "to_y": -40 + }, + "argument2": { + "type": "minecraft:add", + "argument1": -0.1171875, + "argument2": { + "type": "minecraft:add", + "argument1": -0.078125, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_value": 1, + "from_y": 364, + "to_value": 0, + "to_y": 384 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": -0.703125, + "argument2": { + "type": "minecraft:mul", + "argument1": 4, + "argument2": { + "type": "minecraft:quarter_negative", + "argument": { + "type": "minecraft:mul", + "argument1": "minecraft:overworld/depth", + "argument2": { + "type": "minecraft:cache_2d", + "argument": "minecraft:overworld/factor" + } + } + } + } + }, + "max": 64, + "min": -64 + } + } + } + } + } + } + }, + "lava": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_lava", + "xz_scale": 1, + "y_scale": 1 + }, + "ridges": "minecraft:overworld/ridges", + "temperature": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:temperature", + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0 + }, + "vegetation": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:vegetation", + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z", + "xz_scale": 0.25, + "y_scale": 0 + }, + "vein_gap": 0, + "vein_ridged": 0, + "vein_toggle": 0 + }, + "surface_rule": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:bedrock_floor", + "true_at_and_below": { + "above_bottom": 0 + }, + "false_at_and_above": { + "above_bottom": 5 + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:bedrock" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "tfg:mars/martian_plains" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 2, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:hardened_syenite" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 87 + }, + "surface_depth_multiplier": 2, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 3, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:mars_sand" + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "tfg:mars/martian_riverbed" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:deepslate", + "true_at_and_below": { + "absolute": 0 + }, + "false_at_and_above": { + "absolute": 5 + } + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 2, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/gabbro" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/gabbro" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/basalt" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:above_preliminary_surface" + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 1, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:sand/black" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:above_preliminary_surface" + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 3, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/basalt" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/basalt" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "tfg:mars/martian_mountains" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 2, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/gabbro" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 80 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 2, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.4, + "max_threshold": 1 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:moon_sand" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/gabbro" + } + } + ] + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:deepslate", + "true_at_and_below": { + "absolute": 0 + }, + "false_at_and_above": { + "absolute": 8 + } + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/gabbro" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "tfg:lunar_diorite_delta" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 2, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/diorite" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 87 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 2, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.1, + "max_threshold": 0.4 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:sand/white" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/diorite" + } + } + ] + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:deepslate", + "true_at_and_below": { + "absolute": 0 + }, + "false_at_and_above": { + "absolute": 8 + } + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/diorite" + } + } + } + ] + } + } + ] + }, + "spawn_target": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json new file mode 100644 index 000000000..3c323cc8d --- /dev/null +++ b/kubejs/data/tfg/worldgen/noise_settings/moon_noise.json @@ -0,0 +1,617 @@ +{ + "sea_level": -100, + "disable_mob_generation": false, + "aquifers_enabled": false, + "ore_veins_enabled": false, + "legacy_random_source": false, + "default_block": { + "Name": "tfg:raw_anorthosite" + }, + "default_fluid": { + "Name": "minecraft:air" + }, + "noise": { + "min_y": -64, + "height": 384, + "size_horizontal": 1, + "size_vertical": 2 + }, + "noise_router": { + "barrier": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_barrier", + "xz_scale": 1, + "y_scale": 0.5 + }, + "fluid_level_floodedness": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_fluid_level_floodedness", + "xz_scale": 1, + "y_scale": 0.67 + }, + "fluid_level_spread": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_fluid_level_spread", + "xz_scale": 1, + "y_scale": 0.7142857142857143 + }, + "lava": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_lava", + "xz_scale": 1, + "y_scale": 1 + }, + "temperature": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:temperature", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z" + }, + "vegetation": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:vegetation", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z" + }, + "continents": "minecraft:overworld/continents", + "ridges": "minecraft:overworld/ridges", + "erosion": "minecraft:overworld/erosion", + "depth": "ad_astra:depth", + "initial_density_without_jaggedness": { + "type": "minecraft:mul", + "argument1": 4, + "argument2": { + "type": "minecraft:quarter_negative", + "argument": { + "type": "minecraft:mul", + "argument1": "ad_astra:depth", + "argument2": { + "type": "minecraft:cache_2d", + "argument": "ad_astra:factor" + } + } + } + }, + "final_density": { + "type": "minecraft:max", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": -64, + "to_y": -63, + "from_value": 1, + "to_value": -1 + }, + "argument2": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:squeeze", + "argument": { + "type": "minecraft:mul", + "argument1": 0.64, + "argument2": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:blend_density", + "argument": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 296, + "to_y": 320, + "from_value": 1, + "to_value": 0 + }, + "argument2": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:range_choice", + "input": "ad_astra:sloped_cheese", + "min_inclusive": -1000000, + "max_exclusive": 1.5625, + "when_in_range": { + "type": "minecraft:min", + "argument1": "ad_astra:sloped_cheese", + "argument2": { + "type": "minecraft:mul", + "argument1": 5, + "argument2": "minecraft:overworld/caves/entrances" + } + }, + "when_out_of_range": { + "type": "minecraft:max", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:mul", + "argument1": 4, + "argument2": { + "type": "minecraft:square", + "argument": { + "type": "minecraft:noise", + "noise": "minecraft:cave_layer", + "xz_scale": 1, + "y_scale": 8 + } + } + }, + "argument2": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": 0.27, + "argument2": { + "type": "minecraft:noise", + "noise": "minecraft:cave_cheese", + "xz_scale": 1, + "y_scale": 0.6666666666666666 + } + }, + "min": -1, + "max": 1 + }, + "argument2": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": 1.5, + "argument2": { + "type": "minecraft:mul", + "argument1": -0.64, + "argument2": "ad_astra:sloped_cheese" + } + }, + "min": 0, + "max": 0.5 + } + } + }, + "argument2": "minecraft:overworld/caves/entrances" + }, + "argument2": { + "type": "minecraft:add", + "argument1": "minecraft:overworld/caves/spaghetti_2d", + "argument2": "minecraft:overworld/caves/spaghetti_roughness_function" + } + }, + "argument2": { + "type": "minecraft:range_choice", + "input": "minecraft:overworld/caves/pillars", + "min_inclusive": -1000000, + "max_exclusive": 0.03, + "when_in_range": -1000000, + "when_out_of_range": "minecraft:overworld/caves/pillars" + } + } + }, + "argument2": 10 + } + }, + "argument2": -10 + } + } + } + } + }, + "argument2": "minecraft:overworld/caves/noodle" + } + }, + "vein_gap": 0, + "vein_ridged": 0, + "vein_toggle": 0 + }, + "surface_rule": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:bedrock_floor", + "true_at_and_below": { + "above_bottom": 0 + }, + "false_at_and_above": { + "above_bottom": 5 + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:bedrock" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:deepslate", + "true_at_and_below": { + "absolute": 0 + }, + "false_at_and_above": { + "absolute": 8 + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:raw_basanite", + "Properties": { + "axis": "y" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "tfg:moon/lunar_plains" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfg:hardened_anorthosite" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 87 + }, + "surface_depth_multiplier": 2, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 3, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:moon_sand" + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "tfg:moon/lunar_basalt_maria" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/basalt" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 87 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 2, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.4, + "max_threshold": 0.1 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:sand/black" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/basalt" + } + } + ] + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:deepslate", + "true_at_and_below": { + "absolute": 0 + }, + "false_at_and_above": { + "absolute": 8 + } + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/basalt" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "tfg:moon/lunar_gabbro_uplift" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/gabbro" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 80 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 2, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.4, + "max_threshold": 1 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "ad_astra:moon_sand" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/gabbro" + } + } + ] + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:deepslate", + "true_at_and_below": { + "absolute": 0 + }, + "false_at_and_above": { + "absolute": 8 + } + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/gabbro" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "tfg:moon/lunar_diorite_delta" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/hardened/diorite" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 87 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 2, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.1, + "max_threshold": 0.4 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:sand/white" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/gravel/diorite" + } + } + ] + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:deepslate", + "true_at_and_below": { + "absolute": 0 + }, + "false_at_and_above": { + "absolute": 8 + } + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "tfc:rock/raw/diorite" + } + } + } + ] + } + } + ] + }, + "spawn_target": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite_.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite_.json new file mode 100644 index 000000000..ae107fbd0 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_apatite_.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:earth/vein/normal_apatite_", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_huge.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_huge.json new file mode 100644 index 000000000..a7b4b4d0d --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_huge.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:mars/surface/aeronos_huge", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 3 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_patch.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_patch.json new file mode 100644 index 000000000..a7d269ef9 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_patch.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:mars/surface/aeronos_patch", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 8 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_huge.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_huge.json new file mode 100644 index 000000000..b9e5e0fd4 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_huge.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:mars/surface/strophar_huge", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 3 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_patch.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_patch.json new file mode 100644 index 000000000..518505030 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_patch.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:mars/surface/strophar_patch", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 5 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/blob/asurine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/blob/asurine.json new file mode 100644 index 000000000..70b1a47ca --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/blob/asurine.json @@ -0,0 +1,27 @@ +{ + "feature": "tfg:moon/blob/asurine", + "placement": [ + { + "type": "minecraft:count", + "count": 5 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:trapezoid", + "max_inclusive": { + "absolute": 210 + }, + "min_inclusive": { + "absolute": -64 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_deepslate.json b/kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_deepslate.json new file mode 100644 index 000000000..fd866dcee --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_deepslate.json @@ -0,0 +1,24 @@ +{ + "feature": "tfg:moon/blob/cut_deepslate", + "placement": [ + { + "type": "minecraft:count", + "count": 8 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:trapezoid", + "max_inclusive": { + "absolute": 8 + }, + "min_inclusive": { + "absolute": -64 + } + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_diorite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_diorite.json new file mode 100644 index 000000000..5e5c77b11 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/blob/cut_diorite.json @@ -0,0 +1,24 @@ +{ + "feature": "tfg:moon/blob/cut_diorite", + "placement": [ + { + "type": "minecraft:count", + "count": 8 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:trapezoid", + "max_inclusive": { + "absolute": 210 + }, + "min_inclusive": { + "absolute": 8 + } + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/blob/smooth_basalt.json b/kubejs/data/tfg/worldgen/placed_feature/moon/blob/smooth_basalt.json new file mode 100644 index 000000000..e4f9db6c3 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/blob/smooth_basalt.json @@ -0,0 +1,24 @@ +{ + "feature": "tfg:moon/blob/smooth_basalt", + "placement": [ + { + "type": "minecraft:count", + "count": 8 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:trapezoid", + "max_inclusive": { + "absolute": 210 + }, + "min_inclusive": { + "absolute": 8 + } + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/basalt_delta.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/basalt_delta.json new file mode 100644 index 000000000..e110d39c4 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/basalt_delta.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:moon/surface/basalt_delta", + "placement": [ + { + "type": "minecraft:count", + "count": 25 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral.json new file mode 100644 index 000000000..e9169b40b --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:moon/surface/dead_coral", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 5 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral_fans.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral_fans.json new file mode 100644 index 000000000..338892535 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/dead_coral_fans.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:moon/surface/dead_coral_fans", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 5 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/gabbro_rock_pile.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/gabbro_rock_pile.json new file mode 100644 index 000000000..1b84801d8 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/gabbro_rock_pile.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:moon/surface/gabbro_rock_pile", + "placement": [ + { + "type": "minecraft:count", + "count": 3 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_anorthosite_rocks.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_anorthosite_rocks.json new file mode 100644 index 000000000..a40f89a9e --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_anorthosite_rocks.json @@ -0,0 +1,16 @@ +{ + "feature": "tfg:moon/surface/loose_anorthosite_rocks", + "placement": [ + { + "type": "minecraft:count", + "count": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_basalt_rocks.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_basalt_rocks.json new file mode 100644 index 000000000..43d0c10ad --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_basalt_rocks.json @@ -0,0 +1,16 @@ +{ + "feature": "tfg:moon/surface/loose_basalt_rocks", + "placement": [ + { + "type": "minecraft:count", + "count": 10 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_diorite_rocks.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_diorite_rocks.json new file mode 100644 index 000000000..86fdc68cc --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_diorite_rocks.json @@ -0,0 +1,16 @@ +{ + "feature": "tfg:moon/surface/loose_diorite_rocks", + "placement": [ + { + "type": "minecraft:count", + "count": 4 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_gabbro_rocks.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_gabbro_rocks.json new file mode 100644 index 000000000..fae5ffc08 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/loose_gabbro_rocks.json @@ -0,0 +1,16 @@ +{ + "feature": "tfg:moon/surface/loose_gabbro_rocks", + "placement": [ + { + "type": "minecraft:count", + "count": 16 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/moon_rock_pile.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/moon_rock_pile.json new file mode 100644 index 000000000..8500af6ea --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/moon_rock_pile.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:moon/surface/moon_rock_pile", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 4 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_roots_patch.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_roots_patch.json new file mode 100644 index 000000000..650d797c6 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_roots_patch.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:moon/surface/warped_roots_patch", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 5 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_sprouts_patch.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_sprouts_patch.json new file mode 100644 index 000000000..2a500cb84 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_sprouts_patch.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:moon/surface/warped_sprouts_patch", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 3 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json new file mode 100644 index 000000000..aeec830b2 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine.json @@ -0,0 +1,19 @@ +{ + "feature": "tfg:moon/surface/warped_vine", + "placement": [ + { + "type": "minecraft:rarity_filter", + "chance": 2 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:heightmap", + "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:biome" + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_magnetite.json new file mode 100644 index 000000000..3f391cf21 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_magnetite.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/deep_magnetite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_molybdenum.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_molybdenum.json new file mode 100644 index 000000000..8d12396e0 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_molybdenum.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/deep_molybdenum", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_olivine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_olivine.json new file mode 100644 index 000000000..8c5af542b --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_olivine.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/deep_olivine", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_plutonium.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_plutonium.json new file mode 100644 index 000000000..51a895464 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_plutonium.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/deep_plutonium", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sapphire.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sapphire.json new file mode 100644 index 000000000..c68a35a4a --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sapphire.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/deep_sapphire", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_scheelite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_scheelite.json new file mode 100644 index 000000000..2aaa1cf65 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_scheelite.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/deep_scheelite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sheldonite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sheldonite.json new file mode 100644 index 000000000..325dbca3f --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/deep_sheldonite.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/deep_sheldonite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_apatite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_apatite.json new file mode 100644 index 000000000..cd5b3991f --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_apatite.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_apatite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_bauxite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_bauxite.json new file mode 100644 index 000000000..b583d3104 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_bauxite.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_bauxite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_beryllium.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_beryllium.json new file mode 100644 index 000000000..2e691d057 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_beryllium.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_beryllium", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_certus_quartz.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_certus_quartz.json new file mode 100644 index 000000000..2742dde42 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_certus_quartz.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_certus_quartz", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_desh.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_desh.json new file mode 100644 index 000000000..8591b919d --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_desh.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_desh", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_diopside.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_diopside.json new file mode 100644 index 000000000..9abb2dcf8 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_diopside.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_diopside", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_enstatite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_enstatite.json new file mode 100644 index 000000000..1fc576c96 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_enstatite.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_enstatite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_fayalite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_fayalite.json new file mode 100644 index 000000000..4675cfba6 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_fayalite.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_fayalite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_garnierite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_garnierite.json new file mode 100644 index 000000000..67805bbff --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_garnierite.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_garnierite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_magnetite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_magnetite.json new file mode 100644 index 000000000..dde613607 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_magnetite.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_magnetite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_mica.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_mica.json new file mode 100644 index 000000000..06d420a7a --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_mica.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_mica", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_monazite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_monazite.json new file mode 100644 index 000000000..8c26d62dd --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_monazite.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_monazite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_olivine.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_olivine.json new file mode 100644 index 000000000..b1b9b421a --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_olivine.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_olivine", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_redstone.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_redstone.json new file mode 100644 index 000000000..ee052fa68 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_redstone.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_redstone", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_saltpeter.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_saltpeter.json new file mode 100644 index 000000000..47fe2e1f2 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_saltpeter.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_saltpeter", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_silver.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_silver.json new file mode 100644 index 000000000..f25d0970a --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/normal_silver.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:moon/vein/normal_silver", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure/moon/cheese_ores.json b/kubejs/data/tfg/worldgen/structure/moon/cheese_ores.json new file mode 100644 index 000000000..a2e39306a --- /dev/null +++ b/kubejs/data/tfg/worldgen/structure/moon/cheese_ores.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:jigsaw", + "start_pool": "tfg:moon/cheese_ores", + "size": 1, + "max_distance_from_center": 1, + "biomes": "#tfg:has_structure/cheese_ores", + "step": "underground_ores", + "terrain_adaptation": "bury", + "start_height": { + "type": "uniform", + "max_inclusive": { + "absolute": 90 + }, + "min_inclusive": { + "absolute": 50 + } + }, + "project_start_to_heightmap": "MOTION_BLOCKING_WG", + "use_expansion_hack": false, + "adapt_noise": true, + "spawn_overrides": {} +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure/moon/meteors.json b/kubejs/data/tfg/worldgen/structure/moon/meteors.json new file mode 100644 index 000000000..988546f04 --- /dev/null +++ b/kubejs/data/tfg/worldgen/structure/moon/meteors.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "start_pool": "tfg:moon/meteors", + "size": 1, + "max_distance_from_center": 1, + "biomes": "#tfg:has_structure/meteors", + "step": "surface_structures", + "terrain_adaptation": "bury", + "start_height": { + "absolute": -23 + }, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "use_expansion_hack": false, + "spawn_overrides": {} +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json new file mode 100644 index 000000000..7ea4b8b90 --- /dev/null +++ b/kubejs/data/tfg/worldgen/structure/moon/moon_rabbit_houses.json @@ -0,0 +1,27 @@ +{ + "type": "minecraft:jigsaw", + "start_pool": "tfg:moon/moon_rabbit_houses", + "size": 1, + "max_distance_from_center": 32, + "biomes": "#tfg:has_structure/moon_rabbit_houses", + "step": "surface_structures", + "terrain_adaptation": "beard_thin", + "start_height": { + "absolute": 0 + }, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "use_expansion_hack": false, + "spawn_overrides": { + "creature": { + "bounding_box": "full", + "spawns": [ + { + "type": "tfc:rat", + "weight": 1, + "minCount": 1, + "maxCount": 2 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure/moon/moonbase.json b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json new file mode 100644 index 000000000..5d7729954 --- /dev/null +++ b/kubejs/data/tfg/worldgen/structure/moon/moonbase.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:jigsaw", + "start_pool": "tfg:moon/moonbase_entrances", + "start_height": { + "absolute": 0 + }, + "size": 5, + "biomes": "#tfg:has_structure/moonbase", + "max_distance_from_center": 80, + "project_start_to_heightmap": "WORLD_SURFACE_WG", + "step": "strongholds", + "terrain_adaptation": "beard_thin", + "use_expansion_hack": false, + "spawn_overrides": {} +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure_set/moon/cheese_ores.json b/kubejs/data/tfg/worldgen/structure_set/moon/cheese_ores.json new file mode 100644 index 000000000..7c0422b12 --- /dev/null +++ b/kubejs/data/tfg/worldgen/structure_set/moon/cheese_ores.json @@ -0,0 +1,18 @@ +{ + "structures": [ + { + "structure": "tfg:moon/cheese_ores", + "weight": 1 + } + ], + "placement": { + "salt": 486424619, + "spacing": 4, + "separation": 1, + "type": "minecraft:random_spread", + "exclusion_zone": { + "other_set": "tfg:moon/meteors", + "chunk_count": 3 + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure_set/moon/meteors.json b/kubejs/data/tfg/worldgen/structure_set/moon/meteors.json new file mode 100644 index 000000000..5b91d597b --- /dev/null +++ b/kubejs/data/tfg/worldgen/structure_set/moon/meteors.json @@ -0,0 +1,14 @@ +{ + "structures": [ + { + "structure": "tfg:moon/meteors", + "weight": 1 + } + ], + "placement": { + "salt": 412423412, + "spacing": 40, + "separation": 10, + "type": "minecraft:random_spread" + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure_set/moon/moon_rabbit_houses.json b/kubejs/data/tfg/worldgen/structure_set/moon/moon_rabbit_houses.json new file mode 100644 index 000000000..8fc65e08c --- /dev/null +++ b/kubejs/data/tfg/worldgen/structure_set/moon/moon_rabbit_houses.json @@ -0,0 +1,18 @@ +{ + "structures": [ + { + "structure": "tfg:moon/moon_rabbit_houses", + "weight": 1 + } + ], + "placement": { + "salt": 1234542, + "spacing": 6, + "separation": 2, + "type": "minecraft:random_spread", + "exclusion_zone": { + "other_set": "tfg:moon/meteors", + "chunk_count": 3 + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/structure_set/moon/moonbase.json b/kubejs/data/tfg/worldgen/structure_set/moon/moonbase.json new file mode 100644 index 000000000..17e78213c --- /dev/null +++ b/kubejs/data/tfg/worldgen/structure_set/moon/moonbase.json @@ -0,0 +1,18 @@ +{ + "structures": [ + { + "structure": "tfg:moon/moonbase", + "weight": 1 + } + ], + "placement": { + "salt": 73746546, + "spacing": 40, + "separation": 10, + "type": "minecraft:random_spread", + "exclusion_zone": { + "other_set": "tfg:moon/meteors", + "chunk_count": 3 + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/template_pool/moon/cheese_ores.json b/kubejs/data/tfg/worldgen/template_pool/moon/cheese_ores.json new file mode 100644 index 000000000..8bb4709fa --- /dev/null +++ b/kubejs/data/tfg/worldgen/template_pool/moon/cheese_ores.json @@ -0,0 +1,15 @@ +{ + "name": "tfg:moon/cheese_ores", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 100, + "element": { + "location": "tfg:moon/cheese_ores/cheese_ore1", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/template_pool/moon/meteors.json b/kubejs/data/tfg/worldgen/template_pool/moon/meteors.json new file mode 100644 index 000000000..e51637548 --- /dev/null +++ b/kubejs/data/tfg/worldgen/template_pool/moon/meteors.json @@ -0,0 +1,60 @@ +{ + "name": "tfg:moon/meteors", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 16, + "element": { + "location": "tfg:moon/meteors/meteor1", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 16, + "element": { + "location": "tfg:moon/meteors/meteor2", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 16, + "element": { + "location": "tfg:moon/meteors/meteor3", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 16, + "element": { + "location": "tfg:moon/meteors/meteor4", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 16, + "element": { + "location": "tfg:moon/meteors/meteor5", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 16, + "element": { + "location": "tfg:moon/meteors/meteor6", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/template_pool/moon/moon_rabbit_houses.json b/kubejs/data/tfg/worldgen/template_pool/moon/moon_rabbit_houses.json new file mode 100644 index 000000000..b96ed70e7 --- /dev/null +++ b/kubejs/data/tfg/worldgen/template_pool/moon/moon_rabbit_houses.json @@ -0,0 +1,42 @@ +{ + "name": "tfg:moon/moon_rabbit_houses", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 25, + "element": { + "location": "tfg:moon/moon_rabbit_houses/moon_rabbit_house1", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 25, + "element": { + "location": "tfg:moon/moon_rabbit_houses/moon_rabbit_house2", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 25, + "element": { + "location": "tfg:moon/moon_rabbit_houses/moon_rabbit_house3", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 25, + "element": { + "location": "tfg:moon/moon_rabbit_houses/moon_rabbit_house4", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/template_pool/moon/moonbase_connectors.json b/kubejs/data/tfg/worldgen/template_pool/moon/moonbase_connectors.json new file mode 100644 index 000000000..7bc85483d --- /dev/null +++ b/kubejs/data/tfg/worldgen/template_pool/moon/moonbase_connectors.json @@ -0,0 +1,96 @@ +{ + "name": "tfg:moon/moonbase_connectors", + "fallback": "tfg:moon/moonbase_ends", + "elements": [ + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/connector/moonbase_connector1", + "processors": "minecraft:empty", + "projection": "terrain_matching", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/connector/moonbase_connector2", + "processors": "minecraft:empty", + "projection": "terrain_matching", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/connector/moonbase_connector3", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/connector/moonbase_connector4", + "processors": "minecraft:empty", + "projection": "terrain_matching", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/connector/moonbase_connector5", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/connector/moonbase_connector6", + "processors": "minecraft:empty", + "projection": "terrain_matching", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/end/moonbase_end1", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/end/moonbase_end2", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/end/moonbase_end3", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/end/moonbase_end4", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/template_pool/moon/moonbase_ends.json b/kubejs/data/tfg/worldgen/template_pool/moon/moonbase_ends.json new file mode 100644 index 000000000..a8536e036 --- /dev/null +++ b/kubejs/data/tfg/worldgen/template_pool/moon/moonbase_ends.json @@ -0,0 +1,69 @@ +{ + "name": "tfg:moon/moonbase_ends", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/end/moonbase_end1", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/end/moonbase_end2", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/end/moonbase_end3", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/end/moonbase_end4", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 50, + "element": { + "location": "tfg:moon/moonbase/end/moonbase_dish", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 30, + "element": { + "location": "tfg:moon/moonbase/end/moonbase_launch_pad", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 50, + "element": { + "location": "tfg:moon/moonbase/end/moonbase_solar", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/template_pool/moon/moonbase_entrances.json b/kubejs/data/tfg/worldgen/template_pool/moon/moonbase_entrances.json new file mode 100644 index 000000000..9ee9dcaa1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/template_pool/moon/moonbase_entrances.json @@ -0,0 +1,24 @@ +{ + "name": "tfg:moon/moonbase_entrances", + "fallback": "minecraft:empty", + "elements": [ + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/entrance/moonbase_entrance1", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/entrance/moonbase_entrance2", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/template_pool/moon/moonbase_hubs.json b/kubejs/data/tfg/worldgen/template_pool/moon/moonbase_hubs.json new file mode 100644 index 000000000..24112c60a --- /dev/null +++ b/kubejs/data/tfg/worldgen/template_pool/moon/moonbase_hubs.json @@ -0,0 +1,105 @@ +{ + "name": "tfg:moon/moonbase_hubs", + "fallback": "tfg:moon/moonbase_ends", + "elements": [ + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/hub/moonbase_large_hub1", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/hub/moonbase_large_hub2", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/hub/moonbase_small_hub1", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/hub/moonbase_small_hub2", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/hub/moonbase_small_hub3", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/hub/moonbase_small_hub4", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/hub/moonbase_farm1", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/hub/moonbase_beds", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/hub/moonbase_library", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/hub/moonbase_pantry", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + }, + { + "weight": 100, + "element": { + "location": "tfg:moon/moonbase/hub/moonbase_workshop", + "processors": "minecraft:empty", + "projection": "rigid", + "element_type": "minecraft:single_pool_element" + } + } + ] +} \ No newline at end of file diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js new file mode 100644 index 000000000..f0ecd4130 --- /dev/null +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -0,0 +1,445 @@ +// priority: 0 + +const registerAdAstraRecipes = (event) => { + + event.remove({ mod: 'ad_astra' }) + event.remove({ mod: 'ad_astra_giselle_addon' }) + + //#region Rocket parts + + event.shaped('ad_astra:launch_pad', [ + 'BAB', + 'AAA', + 'BAB' + ], { + A: '#forge:plates/steel', + B: '#forge:rods/steel' + }).id('tfg:launch_pad') + + event.recipes.gtceu.assembler('tfg:rocket_nose_cone') + .itemInputs( + 'minecraft:lightning_rod', + '1x #forge:double_plates/stainless_steel', + '3x #forge:plates/stainless_steel') + .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 720)) + .itemOutputs('ad_astra:rocket_nose_cone') + .duration(600) + .EUt(480) + + event.shaped('2x ad_astra:rocket_fin', [ + ' A ', + 'AAA', + 'A A' + ], { + A: '#forge:plates/aluminium', + }).id('tfg:rocket_fin') + + //#region Tier 1 rocket + + event.recipes.gtceu.assembler('tfg:steel_engine') + .itemInputs( + '2x #forge:double_plates/stainless_steel', + '2x #gtceu:circuits/hv', + 'gtceu:hv_electric_pump', + '2x gtceu:power_thruster', + '#forge:rotors/stainless_steel') + .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 720)) + .itemOutputs('ad_astra:steel_engine') + .duration(600) + .EUt(480) + + event.custom({ + type: 'ad_astra:nasa_workbench', + ingredients: [ + { item: 'ad_astra:rocket_nose_cone' }, + { item: 'gtceu:clean_machine_casing' }, + { item: 'gtceu:clean_machine_casing' }, + { item: 'gtceu:mv_sensor' }, + { item: 'gtceu:mv_emitter' }, + { item: 'gtceu:stainless_steel_crate' }, + { item: 'gtceu:hv_machine_hull' }, + { item: 'ad_astra:rocket_fin' }, + { item: 'gtceu:stainless_steel_drum' }, + { item: 'gtceu:stainless_steel_drum' }, + { item: 'ad_astra:rocket_fin' }, + { item: 'ad_astra:rocket_fin' }, + { item: 'ad_astra:steel_engine' }, + { item: 'ad_astra:rocket_fin' } + ], + result: { + count: 1, + id: 'ad_astra:tier_1_rocket' + } + }) + //#endregion + + //#region Tier 2 rocket + event.recipes.gtceu.assembler('tfg:desh_engine') + .itemInputs( + '2x #forge:double_plates/titanium', + '2x #gtceu:circuits/iv', + 'gtceu:ev_electric_pump', + '2x gtceu:advanced_power_thruster', + '#forge:rotors/titanium') + .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 720)) + .itemOutputs('ad_astra:desh_engine') + .duration(600) + .EUt(1920) + + event.custom({ + type: 'ad_astra:nasa_workbench', + ingredients: [ + { item: 'ad_astra:rocket_nose_cone' }, + { item: 'gtceu:stable_machine_casing' }, + { item: 'gtceu:stable_machine_casing' }, + { item: 'gtceu:ev_sensor' }, + { item: 'gtceu:ev_emitter' }, + { item: 'gtceu:titanium_crate' }, + { item: 'gtceu:ev_machine_hull' }, + { item: 'ad_astra:rocket_fin' }, + { item: 'gtceu:titanium_drum' }, + { item: 'gtceu:titanium_drum' }, + { item: 'ad_astra:rocket_fin' }, + { item: 'ad_astra:rocket_fin' }, + { item: 'ad_astra:desh_engine' }, + { item: 'ad_astra:rocket_fin' } + ], + result: { + count: 1, + id: 'ad_astra:tier_2_rocket' + } + }) + //#endregion + //#endregion + + + //#region space suits + + event.shaped('ad_astra:space_helmet', [ + 'AAA', + 'ADA', + 'BCB' + ], { + A: 'gtceu:tempered_glass', + B: 'gtceu:carbon_fiber_plate', + C: '#forge:plates/polycaprolactam', + D: '#forge:small_fluid_pipes/polyethylene' + }).id('tfg:space_helmet') + + event.shaped('ad_astra:netherite_space_helmet', [ + 'AAA', + 'ADA', + 'BCB' + ], { + A: 'gtceu:laminated_glass', + B: '#forge:plates/titanium_tungsten_carbide', + C: '#forge:plates/polyphenylene_sulfide', + D: '#forge:small_fluid_pipes/polytetrafluoroethylene' + }).id('tfg:netherite_space_helmet') + + + event.shaped('ad_astra:space_suit', [ + 'B B', + 'ADA', + 'BCB' + ], { + A: 'ad_astra_giselle_addon:oxygen_can', + B: 'gtceu:carbon_fiber_plate', + C: '#forge:plates/polycaprolactam', + D: 'ad_astra:oxygen_gear' + }).id('tfg:space_suit') + + event.shaped('ad_astra:netherite_space_suit', [ + 'B B', + 'ADA', + 'BCB' + ], { + A: 'ad_astra_giselle_addon:netherite_oxygen_can', + B: '#forge:plates/titanium_tungsten_carbide', + C: '#forge:plates/polyphenylene_sulfide', + D: 'ad_astra:oxygen_gear' + }).id('tfg:netherite_space_suit') + + + event.shaped('ad_astra:space_pants', [ + 'BAB', + 'C C', + 'B B' + ], { + A: 'gtceu:hv_electric_motor', + B: 'gtceu:carbon_fiber_plate', + C: '#forge:plates/polycaprolactam' + }).id('tfg:space_pants') + + event.shaped('ad_astra:netherite_space_pants', [ + 'BAB', + 'C C', + 'B B' + ], { + A: 'gtceu:ev_electric_motor', + B: '#forge:plates/titanium_tungsten_carbide', + C: '#forge:plates/polyphenylene_sulfide' + }).id('tfg:netherite_space_pants') + + + event.shaped('ad_astra:space_boots', [ + ' ', + 'C C', + 'B B' + ], { + B: 'gtceu:carbon_fiber_plate', + C: '#forge:plates/polycaprolactam' + }).id('tfg:space_boots') + + event.shaped('ad_astra:netherite_space_boots', [ + ' ', + 'C C', + 'B B' + ], { + B: '#forge:plates/titanium_tungsten_carbide', + C: '#forge:plates/polyphenylene_sulfide' + }).id('tfg:netherite_space_boots') + + + event.shaped('ad_astra:oxygen_gear', [ + ' A ', + 'BCB', + 'BDB' + ], { + A: '#forge:small_fluid_pipes/stainless_steel', + B: '#forge:tiny_fluid_pipes/stainless_steel', + C: 'gtceu:hv_electric_pump', + D: 'gtceu:fluid_detector_cover' + }).id('tfg:oxygen_gear') + + //#endregion + + //#region Gas tanks + + event.shaped('ad_astra:gas_tank', [ + 'ABA', + 'ACA', + 'AAA' + ], { + A: '#forge:foils/polyethylene', + B: '#forge:tiny_fluid_pipes/polyethylene', + C: 'gtceu:aluminium_fluid_cell' + }).id('tfg:gas_tank') + + event.shaped('ad_astra:large_gas_tank', [ + 'ABA', + 'ACA', + 'AAA' + ], { + A: '#forge:sheets/polyethylene', + B: '#forge:small_fluid_pipes/polyethylene', + C: 'gtceu:stainless_steel_fluid_cell' + }).id('tfg:large_gas_tank') + + + event.shapeless('ad_astra_giselle_addon:oxygen_can', ['#forge:tiny_fluid_pipes/polyethylene', 'ad_astra:gas_tank']) + .id('tfg:oxygen_can') + + event.shaped('ad_astra_giselle_addon:netherite_oxygen_can', [ + 'DBD', + 'ACA', + 'AAA' + ], { + A: '#forge:plates/titanium_tungsten_carbide', + B: '#forge:tiny_fluid_pipes/titanium', + C: 'gtceu:titanium_fluid_cell', + D: '#forge:plates/polyphenylene_sulfide' + }).id('tfg:netherite_oxygen_can') + + //#endregion + + //#region Machines + + event.recipes.gtceu.assembler('tfg:nasa_workbench') + .itemInputs( + 'gtceu:hv_machine_hull', + '3x gtceu:hv_robot_arm', + '3x #gtceu:circuits/hv', + 'gtceu:hv_conveyor_module', + 'gtceu:computer_monitor_cover', + '#forge:screwdriver_tips') + .inputFluids(Fluid.of('gtceu:polytetrafluoroethylene', 864)) + .itemOutputs('ad_astra:nasa_workbench') + .duration(1200) + .EUt(480) + + event.shaped('ad_astra:oxygen_distributor', [ + 'ABA', + 'ACA', + 'DED' + ], { + A: '#forge:rotors/stainless_steel', + B: 'gtceu:aluminium_fluid_cell', + C: 'ad_astra:oxygen_gear', + D: 'gtceu:filter_casing', + E: 'gtceu:mv_canner' + }).id('tfg:oxygen_distributor') + + event.shaped('ad_astra:gravity_normalizer', [ + 'A A', + 'ABA', + 'CDC' + ], { + A: '#forge:rods/magnetic_neodymium', + B: 'gtceu:hv_field_generator', + C: 'gtceu:stainless_steel_block', + D: 'gtceu:hv_polarizer', + }).id('tfg:gravity_normalizer') + + event.shaped('ad_astra:oxygen_sensor', [ + 'AAA', + 'ABA', + 'ACA' + ], { + A: '#forge:plates/red_alloy', + B: 'gtceu:activity_detector_cover', + C: 'gtceu:fluid_detector_cover', + }).id('tfg:oxygen_sensor') + + event.shaped('ad_astra:solar_panel', [ + 'AAA', + 'BCE', + ' F ' + ], { + A: 'gtceu:solar_panel', + B: 'minecraft:daylight_detector', + C: '#forge:rods/long', + E: '#gtceu:circuits/mv', + F: 'gtceu:mv_machine_hull' + }).id('tfg:solar_panel') + + //#endregion + + //#region TI-69 (ручной детектор кислорода хз) + + event.shaped('ad_astra:ti_69', [ + 'DBC', + 'AE ' + ], { + A: '#forge:screwdrivers', + B: '#forge:plates/steel', + C: 'gtceu:lv_sensor', + D: 'gtceu:computer_monitor_cover', + E: '#gtceu:batteries/lv' + }).id('tfg:ti_69') + + //#endregion + + //#region Радио + + event.shaped('ad_astra:radio', [ + 'AB ', + 'CDC', + 'CCC' + ], { + A: 'gtceu:lv_sensor', + B: '#forge:tools/screwdrivers', + C: '#forge:plates/iron', + D: '#gtceu:circuits/lv' + }).damageIngredient('#forge:tools/screwdrivers', '1') + .id('tfg:radio') + + //#endregion + + //#region Rover + + event.shaped('ad_astra:wheel', [ + ' A ', + 'ABA', + ' A ' + ], { + A: '#forge:plates/polyphenylene_sulfide', + B: '#forge:rings/titanium', + }).id('tfg:ad_astra_wheel') + + event.recipes.gtceu.assembler('tfg:tier_1_rover') + .itemInputs( + 'gtceu:mv_sensor', + 'ad_astra:radio', + 'ad_astra:gas_tank', + '4x ad_astra:wheel', + '2x gtceu:hv_electric_motor', + '4x #forge:plates/stainless_steel', + '4x #forge:frames/stainless_steel') + .itemOutputs('ad_astra:tier_1_rover') + .duration(2000) + .EUt(1920) + + //#endregion + + + //#region Стальной FE кабель т1 + + event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable') + .itemInputs('4x #forge:single_wires/manganese_phosphide', '#forge:plates/steel') + .inputFluids(Fluid.of('gtceu:polyethylene', 36)) + .itemOutputs('4x ad_astra:steel_cable') + .duration(60) + .EUt(120) + + //#endregion + + //#region FE кабель т2 + + event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable') + .itemInputs('4x #forge:single_wires/magnesium_diboride', '#forge:plates/desh') + .inputFluids(Fluid.of('gtceu:polyethylene', 72)) + .itemOutputs('4x ad_astra:desh_cable') + .duration(60) + .EUt(480) + + //#endregion + + //#region Колесо + + event.shaped('ad_astra:white_flag', [ + 'ABB', + 'ABB', + 'A ' + ], { + A: '#forge:rods/long/steel', + B: '#tfc:high_quality_cloth', + }).id('tfg:white_flag') + + global.MINECRAFT_DYE_NAMES.forEach(color => { + event.shapeless(`ad_astra:${color}_flag`, ['#ad_astra:flags', `#forge:dyes/${color}`]) + }) + + + //#endregion + + //#region Воздушный пистолет + + event.shaped('ad_astra:zip_gun', [ + 'ACC', + 'DB ', + ' ' + ], { + A: 'gtceu:lv_electric_pump', + B: '#forge:bolts/steel', + C: '#forge:tiny_fluid_pipes/steel', + D: 'ad_astra:gas_tank', + }).id('tfg:zip_gun') + + //#endregion + + //#region Космо картина + + event.shaped('ad_astra:space_painting', [ + 'ABA', + 'BCB', + 'ABA' + ], { + A: '#forge:nuggets/desh', + B: '#forge:ingots/desh', + C: '#tfc:high_quality_cloth', + }).id('tfg:space_painting') + + //#endregion + +} diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js new file mode 100644 index 000000000..445f26394 --- /dev/null +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -0,0 +1,155 @@ +// priority: 0 + +const registerAdAstraFluidTags = (event) => { + + global.AD_ASTRA_DISABLED_FLUIDS.forEach(fluid => { + event.removeAllTagsFrom(fluid) + event.add('c:hidden_from_recipe_viewers', fluid) + }) + + event.removeAll('ad_astra:fuel') + event.removeAll('ad_astra:efficient_fuel') + + event.add('ad_astra:tier_1_rocket_fuel', 'gtceu:rocket_fuel') + event.add('ad_astra:tier_2_rocket_fuel', 'gtceu:rocket_fuel') + event.add('ad_astra:tier_3_rocket_fuel', 'gtceu:rocket_fuel') + event.add('ad_astra:tier_4_rocket_fuel', 'gtceu:rocket_fuel') + event.add('ad_astra:tier_5_rocket_fuel', 'gtceu:rocket_fuel') + + event.add('ad_astra:tier_1_rover_fuel', 'gtceu:rocket_fuel') + event.add('ad_astra:tier_1_rover_fuel', 'gtceu:diesel') + event.add('ad_astra:tier_1_rover_fuel', 'gtceu:cetane_boosted_diesel') + event.add('ad_astra:tier_1_rover_fuel', 'gtceu:gasoline') + event.add('ad_astra:tier_1_rover_fuel', 'gtceu:high_octane_gasoline') +} + +const registerAdAstraItemTags = (event) => { + + global.AD_ASTRA_DISABLED_ITEMS.forEach(item => { + event.removeAllTagsFrom(item) + event.add('c:hidden_from_recipe_viewers', item) + }) + + event.add('forge:cobblestone', 'ad_astra:moon_cobblestone') +} + +const registerAdAstraBlockTags = (event) => { + + global.AD_ASTRA_DISABLED_ITEMS.forEach(item => { + event.removeAllTagsFrom(item) + event.add('c:hidden_from_recipe_viewers', item) + }) + + // All new stones + global.EXTRATERRESTRIAL_RAW_ROCKS.forEach(rock => { + event.add('forge:stone', rock) + event.add('tfc:breaks_when_isolated', rock) + event.add('tfc:rock/raw', rock) + event.add('minecraft:mineable/pickaxe', rock) + // Collapse tags also require a collapse recipe to work. + // Don't add the recipe if you don't want them to actually collapse! + event.add('tfc:can_collapse', rock) + event.add('tfc:can_trigger_collapse', rock) + event.add('tfc:can_start_collapse', rock) + event.add('tfc:powderkeg_breaking_blocks', rock) + event.add('tfc:bloomery_insulation', rock) + event.add('firmalife:oven_insulation', rock) + event.add('tfc:forge_insulation', rock) + }) + + global.EXTRATERRESTRIAL_HARDENED_ROCKS.forEach(rock => { + event.add('minecraft:mineable/pickaxe', rock) + event.add('tfc:can_collapse', rock) + event.add('tfc:can_trigger_collapse', rock) + event.add('tfc:powderkeg_breaking_blocks', rock) + event.add('tfc:bloomery_insulation', rock) + event.add('firmalife:oven_insulation', rock) + event.add('tfc:forge_insulation', rock) + }) + + // Moon + event.add('minecraft:rabbits_spawnable_on', 'tfg:raw_anorthosite') + event.add('minecraft:rabbits_spawnable_on', 'tfg:hardened_anorthosite') + event.add('minecraft:rabbits_spawnable_on', 'tfg:raw_basanite') + event.add('minecraft:rabbits_spawnable_on', 'ad_astra:moon_sand') + event.add('minecraft:rabbits_spawnable_on', 'tfc:sand/black') + event.add('minecraft:rabbits_spawnable_on', 'tfc:sand/white') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/raw/diorite') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/raw/gabbro') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/raw/basalt') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/diorite') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/gabbro') + event.add('minecraft:rabbits_spawnable_on', 'tfc:rock/gravel/basalt') + + event.add('ad_astra:moon_stone_replaceables', 'tfg:raw_basanite') + event.add('ad_astra:moon_stone_replaceables', 'tfg:raw_anorthosite') + event.add('ad_astra:moon_stone_replaceables', 'tfg:hardened_anorthosite') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/basalt') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/basalt') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/gabbro') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/gabbro') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/raw/diorite') + event.add('ad_astra:moon_stone_replaceables', 'tfc:rock/hardened/diorite') + + event.add('tfc:can_landslide', 'ad_astra:moon_sand') + event.add('tfc:can_landslide', 'ad_astra:moon_cobblestone') + event.add('tfc:can_landslide', 'ad_astra:moon_cobblestone_slab') + event.add('forge:cobblestone', 'ad_astra:moon_cobblestone') + event.add('tfc:can_start_collapse', 'ad_astra:moon_cobblestone_slab') + event.add('tfg:rock_slabs', 'ad_astra:moon_cobblestone_slab') +} + +const registerAdAstraBiomeTags = (event) => { + + event.removeAll('ad_astra:has_structure/oil_well') + + global.MOON_BIOMES.forEach(biome => { + event.add('tfg:moon_biomes', biome) + event.add('tfg:has_structure/meteors', biome) + event.add('tfg:has_structure/cheese_ores', biome) + event.add('tfg:has_structure/moonbase', biome) + event.add('minecraft:spawns_gold_rabbits', biome) + event.add('minecraft:spawns_white_rabbits', biome) + }) + + event.add('tfg:has_structure/moon_rabbit_houses', 'tfg:lunar_plains') +} + +const registerAdAstraEntityTypeTags = (event) => { + + // moon + + const MOON_ENTITIES = [ + 'tfc:rat', + 'minecraft:rabbit', + 'minecraft:enderman', + 'minecraft:endermite', + 'minecraft:shulker', + 'minecraft:shulker_bullet', + 'species:limpet', + 'endermanoverhaul:windswept_hills_enderman', + 'endermanoverhaul:soulsand_valley_enderman', + 'endermanoverhaul:spirit' + ] + + MOON_ENTITIES.forEach(entity => { + + event.add('ad_astra:can_survive_extreme_cold', entity) + event.add('ad_astra:lives_without_oxygen', entity) + }) + + event.add('tfc:deals_crushing_damage', 'minecraft:enderman') + event.add('tfc:deals_crushing_damage', 'endermanoverhaul:windswept_hills_enderman') + event.add('tfc:deals_crushing_damage', 'endermanoverhaul:soulsand_valley_enderman') + event.add('tfc:deals_piercing_damage', 'minecraft:endermite') + event.add('tfc:deals_crushing_damage', 'ad_astra:star_crawler') +} + +const registerAdAstraPlacedFeatures = (event) => { + + global.MOON_VEINS.forEach(vein => { + + event.add('tfg:moon_veins', vein) + event.add('tfc:in_biome/veins', vein) + }) +} diff --git a/kubejs/server_scripts/ae2/recipes.js b/kubejs/server_scripts/ae2/recipes.js index c120022b8..81383631e 100644 --- a/kubejs/server_scripts/ae2/recipes.js +++ b/kubejs/server_scripts/ae2/recipes.js @@ -263,6 +263,16 @@ const registerAE2Recipes = (event) => { D: '#forge:plates/titanium', }).id('tfg:crafting/wireless_booster') + event.shaped('ae2:wireless_booster', [ + 'ABC', + 'DDD', + ], { + A: '#forge:dusts/fluix', + B: '#forge:gems/certus_quartz', + C: '#forge:plates/ender_pearl', + D: 'minecraft:shulker_shell', + }).id('tfg:crafting/wireless_booster_shulker') + // Memory Card event.shaped('ae2:memory_card', [ 'ABB', @@ -348,30 +358,42 @@ const registerAE2Recipes = (event) => { E: 'ae2:terminal' }).id('tfg:crafting/me_chest') - // ME Drive - event.shaped('ae2:drive', [ - 'ABA', - 'CDC', - 'EBE' - ], { - A: '#forge:plates/steel', - B: 'ae2:engineering_processor', - C: '#ae2:glass_cable', - D: '#gtceu:circuits/lv', - E: '#forge:plates/titanium' - }).id('tfg:crafting/drive') + // ME Drive + event.shaped('ae2:drive', [ + 'ABA', + 'CDC', + 'EBE' + ], { + A: '#forge:plates/steel', + B: 'ae2:engineering_processor', + C: '#ae2:glass_cable', + D: '#gtceu:circuits/mv', + E: '#forge:plates/titanium' + }).id('tfg:crafting/drive') - // Spatial Pylon - event.shaped('ae2:spatial_pylon', [ - 'ABA', - 'CDC', - 'ABA' - ], { - A: '#forge:plates/glass', - B: '#ae2:glass_cable', - C: '#forge:dusts/fluix', - D: '#forge:gems/fluix', - }).id('tfg:crafting/spatial_pylon') + event.shaped('ae2:drive', [ + 'ABA', + 'CDC', + 'EBE' + ], { + A: '#forge:plates/steel', + B: 'ae2:engineering_processor', + C: '#ae2:glass_cable', + D: '#gtceu:circuits/mv', + E: 'minecraft:shulker_shell' + }).id('tfg:crafting/drive_shulker') + + // Spatial Pylon + event.shaped('ae2:spatial_pylon', [ + 'ABA', + 'CDC', + 'ABA' + ], { + A: '#forge:plates/glass', + B: '#ae2:glass_cable', + C: '#forge:dusts/fluix', + D: '#forge:gems/fluix', + }).id('tfg:crafting/spatial_pylon') // IO Port event.shaped('ae2:io_port', [ @@ -386,28 +408,52 @@ const registerAE2Recipes = (event) => { E: 'ae2:engineering_processor' }).id('tfg:crafting/io_port') - // Spatial IO Port - event.shaped('ae2:spatial_io_port', [ - 'AAA', - 'BCB', - 'DED' - ], { - A: '#forge:plates/glass', - B: '#ae2:glass_cable', - C: 'ae2:io_port', - D: '#forge:plates/titanium', - E: 'ae2:engineering_processor' - }).id('tfg:crafting/spatial_io_port') + event.shaped('ae2:io_port', [ + 'AAA', + 'BCB', + 'DED' + ], { + A: '#forge:plates/glass', + B: 'ae2:drive', + C: '#ae2:glass_cable', + D: 'minecraft:shulker_shell', + E: 'ae2:engineering_processor' + }).id('tfg:crafting/io_port_shulker') - // Monitors - event.shapeless('ae2:semi_dark_monitor', ['ae2:dark_monitor']) - .id('tfg:crafting/semi_dark_monitor_2') + // Spatial IO Port + event.shaped('ae2:spatial_io_port', [ + 'AAA', + 'BCB', + 'DED' + ], { + A: '#forge:plates/glass', + B: '#ae2:glass_cable', + C: 'ae2:io_port', + D: '#forge:plates/titanium', + E: 'ae2:engineering_processor' + }).id('tfg:crafting/spatial_io_port') - event.shapeless('ae2:dark_monitor', ['ae2:monitor']) - .id('tfg:crafting/dark_monitor') + event.shaped('ae2:spatial_io_port', [ + 'AAA', + 'BCB', + 'DED' + ], { + A: '#forge:plates/glass', + B: '#ae2:glass_cable', + C: 'ae2:io_port', + D: 'minecraft:shulker_shell', + E: 'ae2:engineering_processor' + }).id('tfg:crafting/spatial_io_port_shulker') - event.shapeless('ae2:monitor', ['ae2:semi_dark_monitor']) - .id('tfg:crafting/monitor') + // Monitors + event.shapeless('ae2:semi_dark_monitor', ['ae2:dark_monitor']) + .id('tfg:crafting/semi_dark_monitor_2') + + event.shapeless('ae2:dark_monitor', ['ae2:monitor']) + .id('tfg:crafting/dark_monitor') + + event.shapeless('ae2:monitor', ['ae2:semi_dark_monitor']) + .id('tfg:crafting/monitor') // Cell Workbench event.shaped('ae2:cell_workbench', [ @@ -854,29 +900,41 @@ const registerAE2Recipes = (event) => { .duration(200) .EUt(480) - // 4k storage components - event.recipes.gtceu.assembler('ae2:cell_component_4k') - .itemInputs( - '4x #gtceu:circuits/ev', - '4x #forge:plates/titanium', - '4x #forge:dusts/certus_quartz', - 'ae2:logic_processor') - .inputFluids(Fluid.of('gtceu:steel', 144)) - .itemOutputs('ae2:cell_component_4k') - .duration(200) - .EUt(1920) - .cleanroom(CleanroomType.CLEANROOM) + // 4k storage components + event.recipes.gtceu.assembler('ae2:cell_component_4k') + .itemInputs( + '4x #gtceu:circuits/ev', + '4x #forge:plates/titanium', + '4x #forge:dusts/certus_quartz', + 'ae2:logic_processor') + .inputFluids(Fluid.of('gtceu:steel', 144)) + .itemOutputs('ae2:cell_component_4k') + .duration(200) + .EUt(1920) + .cleanroom(CleanroomType.CLEANROOM) - event.recipes.gtceu.assembler('ae2:cell_component_4k_1k') - .itemInputs( - 'ae2:logic_processor', - '2x #gtceu:circuits/ev', - '4x ae2:cell_component_1k') - .inputFluids(Fluid.of('gtceu:steel', 144)) - .itemOutputs('ae2:cell_component_4k') - .duration(400) - .EUt(1920) - .cleanroom(CleanroomType.CLEANROOM) + event.recipes.gtceu.assembler('ae2:cell_component_4k_shulker') + .itemInputs( + '4x #gtceu:circuits/ev', + '4x minecraft:shulker_shell', + '4x #forge:dusts/certus_quartz', + 'ae2:logic_processor') + .inputFluids(Fluid.of('gtceu:steel', 144)) + .itemOutputs('ae2:cell_component_4k') + .duration(200) + .EUt(1920) + .cleanroom(CleanroomType.CLEANROOM) + + event.recipes.gtceu.assembler('ae2:cell_component_4k_1k') + .itemInputs( + 'ae2:logic_processor', + '2x #gtceu:circuits/ev', + '4x ae2:cell_component_1k') + .inputFluids(Fluid.of('gtceu:steel', 144)) + .itemOutputs('ae2:cell_component_4k') + .duration(400) + .EUt(1920) + .cleanroom(CleanroomType.CLEANROOM) // 16k storage components event.recipes.gtceu.assembler('ae2:cell_component_16k') @@ -1154,18 +1212,30 @@ const registerAE2Recipes = (event) => { // ME Контроллер event.recipes.gtceu.assembler('ae2:controller') - .itemInputs( - '2x ae2:engineering_processor', - '2x #gtceu:circuits/hv', - '2x #forge:plates/titanium', - 'ae2:fluix_block') - .inputFluids(Fluid.of('gtceu:polyethylene', 144)) - .itemOutputs('ae2:controller') - .duration(200) - .EUt(480) - .cleanroom(CleanroomType.CLEANROOM) + .itemInputs( + '2x ae2:engineering_processor', + '2x #gtceu:circuits/hv', + '2x #forge:plates/titanium', + 'ae2:fluix_block') + .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + .itemOutputs('ae2:controller') + .duration(200) + .EUt(480) + .cleanroom(CleanroomType.CLEANROOM) - //#region ME Interfaces + event.recipes.gtceu.assembler('ae2:controller_shulker') + .itemInputs( + '2x ae2:engineering_processor', + '2x #gtceu:circuits/hv', + '2x minecraft:shulker_shell', + 'ae2:fluix_block') + .inputFluids(Fluid.of('gtceu:polyethylene', 144)) + .itemOutputs('ae2:controller') + .duration(200) + .EUt(480) + .cleanroom(CleanroomType.CLEANROOM) + + //#region ME Interfaces // MV event.recipes.gtceu.assembler('ae2:interface_mv') @@ -1636,65 +1706,37 @@ const registerAE2Recipes = (event) => { .category(GTRecipeCategories.CHEM_DYES) }; - // Inscriber Silicon Press - event.recipes.gtceu.laser_engraver('ae2:silicon_press_iron') - .itemInputs('#forge:plates/cast_iron') - .notConsumable('#forge:lenses/white') - .itemOutputs('ae2:silicon_press') - .duration(12000) - .EUt(116) + // Inscriber Silicon Press + event.recipes.gtceu.forming_press('ae2:silicon_press_stainless_steel') + .itemInputs('#forge:plates/stainless_steel') + .notConsumable('ae2:silicon_press') + .itemOutputs('ae2:silicon_press') + .duration(100) + .EUt(480) - event.recipes.gtceu.laser_engraver('ae2:silicon_press_wrought_iron') - .itemInputs('#forge:plates/wrought_iron') - .notConsumable('#forge:lenses/white') - .itemOutputs('ae2:silicon_press') - .duration(8000) - .EUt(116) + // Inscriber logic Press + event.recipes.gtceu.forming_press('ae2:logic_processor_press_stainless_steel') + .itemInputs('#forge:plates/stainless_steel') + .notConsumable('ae2:logic_processor_press') + .itemOutputs('ae2:logic_processor_press') + .duration(100) + .EUt(480) - // Inscriber logic Press - event.recipes.gtceu.laser_engraver('ae2:logic_processor_press_iron') - .itemInputs('#forge:plates/cast_iron') - .notConsumable('#forge:lenses/green') - .itemOutputs('ae2:logic_processor_press') - .duration(12000) - .EUt(116) + // Inscriber engineering Press + event.recipes.gtceu.forming_press('ae2:engineering_press_stainless_steel') + .itemInputs('#forge:plates/stainless_steel') + .notConsumable('ae2:engineering_processor_press') + .itemOutputs('ae2:engineering_processor_press') + .duration(100) + .EUt(480) - event.recipes.gtceu.laser_engraver('ae2:logic_processor_press_wrought_iron') - .itemInputs('#forge:plates/wrought_iron') - .notConsumable('#forge:lenses/green') - .itemOutputs('ae2:logic_processor_press') - .duration(8000) - .EUt(116) - - // Inscriber engineering Press - event.recipes.gtceu.laser_engraver('ae2:engineering_press_iron') - .itemInputs('#forge:plates/cast_iron') - .notConsumable('#forge:lenses/light_blue') - .itemOutputs('ae2:engineering_processor_press') - .duration(12000) - .EUt(116) - - event.recipes.gtceu.laser_engraver('ae2:engineering_press_wrought_iron') - .itemInputs('#forge:plates/wrought_iron') - .notConsumable('#forge:lenses/light_blue') - .itemOutputs('ae2:engineering_processor_press') - .duration(8000) - .EUt(116) - - // Inscriber calculation Press - event.recipes.gtceu.laser_engraver('ae2:calculation_press_iron') - .itemInputs('#forge:plates/cast_iron') - .notConsumable('#forge:lenses/blue') - .itemOutputs('ae2:calculation_processor_press') - .duration(12000) - .EUt(116) - - event.recipes.gtceu.laser_engraver('ae2:calculation_press_wrought_iron') - .itemInputs('#forge:plates/wrought_iron') - .notConsumable('#forge:lenses/blue') - .itemOutputs('ae2:calculation_processor_press') - .duration(8000) - .EUt(116) + // Inscriber calculation Press + event.recipes.gtceu.forming_press('ae2:calculation_press_stainless_steel') + .itemInputs('#forge:plates/stainless_steel') + .notConsumable('ae2:calculation_processor_press') + .itemOutputs('ae2:calculation_processor_press') + .duration(100) + .EUt(480) // Quartz Fiber event.recipes.gtceu.wiremill('ae2:quartz_fiber_certus') diff --git a/kubejs/server_scripts/gregtech/data.js b/kubejs/server_scripts/gregtech/data.js index 2729278a5..1272258bc 100644 --- a/kubejs/server_scripts/gregtech/data.js +++ b/kubejs/server_scripts/gregtech/data.js @@ -15,4 +15,43 @@ const registerTFCDataForGTCEU = (event) => { */ const registerGTCEUHeats = (event) => { event.itemHeat('gtceu:compressed_coke_clay', 0.1242, null, null) +} + + +const registerGTCEUBedrockOreVeins = (event) => { + + event.add('tfg:bedrock_olivine_vein', vein => { + + vein.dimensions('ad_astra:moon') + vein.material(GTMaterials.Olivine, 100) + vein.weight(1000) + vein.yield(30) + vein.depletedYield(1) + vein.depletionChance(2) + vein.depletionAmount(1) + }) + + event.add('tfg:bedrock_magnetite_vein', vein => { + + vein.dimensions('ad_astra:moon') + vein.material(GTMaterials.Magnetite, 100) + vein.weight(500) + vein.yield(20) + vein.depletedYield(1) + vein.depletionChance(2) + vein.depletionAmount(1) + }) + + event.add('tfg:bedrock_asbestos_vein', vein => { + + vein.dimensions('ad_astra:moon') + vein.material(GTMaterials.Asbestos, 100) + vein.weight(800) + vein.yield(20) + vein.depletedYield(1) + vein.depletionChance(2) + vein.depletionAmount(1) + }) + + // TODO: helium ore } \ No newline at end of file diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index f4bf51528..f7d07ec73 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -4,6 +4,7 @@ * Событие регистрации предмет-тэгов. */ ServerEvents.tags('item', event => { + registerAdAstraItemTags(event) registerAdvancedPeripheralsItemTags(event) registerAE2ItemTags(event) registerAFCItemTags(event) @@ -38,6 +39,7 @@ ServerEvents.tags('item', event => { registerRailWaysItemTags(event) registerRnrItemTags(event) registerSophisticatedBackpacksItemTags(event) + registerSpeciesItemTags(event) registerTFCAmbientalItemTags(event) registerTFCItemTags(event) registerTFCTextileItemTags(event) @@ -49,6 +51,7 @@ ServerEvents.tags('item', event => { * Событие регистрации блок-тэгов. */ ServerEvents.tags('block', event => { + registerAdAstraBlockTags(event) registerAE2BlockTags(event) registerAFCBlockTags(event) registerAsticorCartsBlockTags(event) @@ -72,6 +75,7 @@ ServerEvents.tags('block', event => { registerHotOrNotBlockTags(event) registerRailWaysBlockTags(event) registerSophisticatedBackpacksBlockTags(event) + registerSpeciesBlockTags(event) registerTFCBlockTags(event) registerTFGBlockTags(event) registerVintageImprovementsBlockTags(event) @@ -82,6 +86,7 @@ ServerEvents.tags('block', event => { */ ServerEvents.tags('fluid', event => { registerAFCFluidTags(event) + registerAdAstraFluidTags(event) registerCreateFluidTags(event) registerCreateAdditionsFluidTags(event) registerGTCEUFluidTags(event) @@ -96,6 +101,7 @@ ServerEvents.tags('fluid', event => { * Событие регистрации тегов структур. */ ServerEvents.tags('worldgen/placed_feature', event => { + registerAdAstraPlacedFeatures(event) registerFirmaLifePlacedFeatures(event) registerTFCPlacedFeatures(event) registerTFGPlacedFeatures(event) @@ -106,6 +112,14 @@ ServerEvents.tags('worldgen/biome', event => { registerTFGBiomeTags(event) }) +ServerEvents.tags('worldgen/biome', event => { + registerAdAstraBiomeTags(event) +}) + +ServerEvents.tags('entity_type', event => { + registerAdAstraEntityTypeTags(event) +}) + /** * Событие регистрации датапаков (Здесь можно регистрировать теги, данные, рецепты, общий метод короче). * Срабатывает до инициализации рецептов, но после тегов. @@ -147,11 +161,16 @@ GTCEuServerEvents.oreVeins(event => { event.removeAll() }) +GTCEuServerEvents.bedrockOreVeins(event => { + registerGTCEUBedrockOreVeins(event) +}) + /** * Событие регистрации рецептов. * Срабатывает после инициализации датапаков и тегов. */ ServerEvents.recipes(event => { + registerAdAstraRecipes(event) registerAdvancedPeripheralsRecipes(event) registerAlekishipsRecipes(event) registerAE2Recipes(event) @@ -202,8 +221,8 @@ ServerEvents.recipes(event => { registerTfceaRecipes(event) registerTFCRecipes(event) registerTFCBetterBFRecipes(event) - registerTFGRecipes(event) registerTFCGroomingStationRecipes(event) + registerTFGRecipes(event) registerToolBeltRecipes(event) registerTreeTapRecipes(event) registerVintageImprovementsRecipes(event) diff --git a/kubejs/server_scripts/minecraft/events.js b/kubejs/server_scripts/minecraft/events.js new file mode 100644 index 000000000..b4a246b53 --- /dev/null +++ b/kubejs/server_scripts/minecraft/events.js @@ -0,0 +1,11 @@ +PlayerEvents.tick(event => { + + // make levitation last shorter, so shulkers aren't so deadly on the moon + + if (event.player.hasEffect('minecraft:levitation')) { + event.server.scheduleInTicks(0, () => { }) + event.server.scheduleInTicks(40, () => { + event.player.removeEffect('minecraft:levitation') + }) + } +}); diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 20e19bfb2..0cc96b0ae 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -307,13 +307,13 @@ const registerMinecraftRecipes = (event) => { .duration(50) .EUt(30) - event.recipes.gtceu.large_chemical_reactor('golden_apple_1') - .itemInputs('tfc:food/red_apple', '8x #forge:ingots/gold') - .itemOutputs('minecraft:golden_apple') - .duration(50) - .EUt(30) + event.recipes.gtceu.large_chemical_reactor('golden_apple_1') + .itemInputs('tfc:food/red_apple', '8x #forge:ingots/gold') + .itemOutputs('minecraft:golden_apple') + .duration(50) + .EUt(30) - //#endregion + //#endregion //#region Выход: Компаратор diff --git a/kubejs/server_scripts/species/tags.js b/kubejs/server_scripts/species/tags.js new file mode 100644 index 000000000..44ef1ddbd --- /dev/null +++ b/kubejs/server_scripts/species/tags.js @@ -0,0 +1,47 @@ +const registerSpeciesBlockTags = (event) => { + + const DISABLED_BLOCKS = [ + 'species:birt_dwelling', + 'species:red_suspicious_sand', + 'species:bone_bark', + 'species:bone_vertebra', + 'species:bone_spike', + 'species:alphacene_moss_block', + 'species:alphacene_moss_carpet', + 'species:alphacene_grass_block', + 'species:alphacene_mushroom_block', + 'species:alphacene_mushroom_growth', + 'species:cruncher_pellet', + 'species:frozen_meat', + 'species:frozen_hair' + ] + + DISABLED_BLOCKS.forEach(block => { + event.removeAllTagsFrom(block) + event.add('c:hidden_from_recipe_viewers', block) + }) +} + +const registerSpeciesItemTags = (event) => { + + const DISABLED_ITEMS = [ + 'species:deepfish_bucket', + 'species:birt_egg', + 'species:bone_spike', + 'species:ancient_pinecone', + 'species:petrified_egg', + 'species:alphacene_grass', + 'species:alphacene_tall_grass', + 'species:alphacene_mushroom', + 'species:cruncher_egg', + 'species:ichor_bottle', + 'species:youth_potion', + 'species:springling_egg' + ] + + DISABLED_ITEMS.forEach(item => { + event.removeAllTagsFrom(item) + event.add('c:hidden_from_recipe_viewers', item) + }) + +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfc/data.js b/kubejs/server_scripts/tfc/data.js index d161fa580..d1c38530a 100644 --- a/kubejs/server_scripts/tfc/data.js +++ b/kubejs/server_scripts/tfc/data.js @@ -221,10 +221,22 @@ const registerTFCFoodData = (event) => { food.decayModifier(0.6) }) + // treasure + event.foodItem('minecraft:enchanted_golden_apple', food => { - food.hunger(3) - food.fruit(2) - food.decayModifier(0.2) + food.hunger(10) + food.saturation(10) + food.fruit(5) + food.water(20) + food.decayModifier(0) + }) + + event.foodItem('minecraft:golden_carrot', food => { + food.hunger(5) + food.saturation(5) + food.vegetables(3) + food.water(20) + food.decayModifier(0) }) event.foodItem('minecraft:glow_berries', food => { diff --git a/kubejs/server_scripts/tfc/select_climates.js b/kubejs/server_scripts/tfc/select_climates.js index 3245e4499..5deecaf4e 100644 --- a/kubejs/server_scripts/tfc/select_climates.js +++ b/kubejs/server_scripts/tfc/select_climates.js @@ -4,7 +4,7 @@ TFCEvents.selectClimateModel(event => { switch (location) { - /*case 'ad_astra:moon': + case 'ad_astra:moon': event.setModel('tfg:moon_climate'); break; @@ -16,7 +16,7 @@ TFCEvents.selectClimateModel(event => { case 'ad_astra:moon_orbit': case 'ad_astra:mars_orbit': event.setModel('tfg:orbit_climate'); - break;*/ + break; case 'minecraft:the_nether': event.setModel('tfg:nether_climate'); diff --git a/kubejs/server_scripts/tfg/recipes.collapse.js b/kubejs/server_scripts/tfg/recipes.collapse.js index 3fc20d86c..aab67fc39 100644 --- a/kubejs/server_scripts/tfg/recipes.collapse.js +++ b/kubejs/server_scripts/tfg/recipes.collapse.js @@ -2,6 +2,7 @@ function registerTFGCollapseRecipes(event) { + // #region Nether event.recipes.tfc.collapse('minecraft:cobbled_deepslate', 'minecraft:deepslate') event.recipes.tfc.collapse('minecraft:cobbled_deepslate', 'tfg:rock/hardened_deepslate') event.recipes.tfc.collapse('minecraft:blackstone', 'minecraft:blackstone') @@ -13,8 +14,23 @@ function registerTFGCollapseRecipes(event) { event.recipes.tfc.collapse('minecraft:cobbled_deepslate', '#forge:ores_in_ground/deepslate') event.recipes.tfc.collapse('minecraft:blackstone', '#forge:ores_in_ground/pyroxenite') event.recipes.tfc.collapse('minecraft:dripstone_block', '#forge:ores_in_ground/dripstone') - - + event.recipes.tfc.landslide('tfg:ash_pile', 'tfg:ash_pile') event.recipes.tfc.landslide('minecraft:cobbled_deepslate', 'minecraft:cobbled_deepslate') + // #endregion Nether + + // #region Space + event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'tfg:raw_anorthosite') + event.recipes.tfc.collapse('ad_astra:moon_cobblestone', 'tfg:hardened_anorthosite') + event.recipes.tfc.collapse('tfg:raw_basanite', 'tfg:raw_basanite') + + event.recipes.tfc.landslide('ad_astra:moon_cobblestone', 'ad_astra:moon_cobblestone') + event.recipes.tfc.landslide('ad_astra:moon_sand', 'ad_astra:moon_sand') + + event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'tfg:raw_syenite') + event.recipes.tfc.collapse('ad_astra:mars_cobblestone', 'tfg:hardened_syenite') + + event.recipes.tfc.landslide('ad_astra:mars_cobblestone', 'ad_astra:mars_cobblestone') + event.recipes.tfc.landslide('ad_astra:mars_sand', 'ad_astra:mars_sand') + // #endregion } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index 9a0ba3b7e..e26aeb8bd 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -10,7 +10,9 @@ function registerTFGRockRecipes(event) { { loose: 'tfg:loose/deepslate', block: 'minecraft:cobbled_deepslate' }, { loose: 'beneath:blackstone_pebble', block: 'minecraft:blackstone' }, { loose: 'tfg:brick/deepslate', block: '4x minecraft:deepslate_bricks' }, - { loose: 'tfg:loose/dripstone', block: 'minecraft:dripstone_block' } + { loose: 'tfg:loose/dripstone', block: 'minecraft:dripstone_block' }, + { loose: 'tfg:loose/anorthosite', block: 'ad_astra:moon_cobblestone' }, + { loose: 'tfg:loose/syenite', block: 'ad_astra:mars_cobblestone' } ] GLUEING_TOGETHER.forEach(x => { @@ -35,7 +37,9 @@ function registerTFGRockRecipes(event) { // loose to bricks const LOOSE_TO_BRICKS = [ - { loose: 'tfg:loose/deepslate', brick: 'tfg:brick/deepslate' } + { loose: 'tfg:loose/deepslate', brick: 'tfg:brick/deepslate' }, + { loose: 'tfg:loose/anorthosite', brick: 'tfg:brick/anorthosite' }, + { loose: 'tfg:loose/syenite', brick: 'tfg:brick/syenite' } ] LOOSE_TO_BRICKS.forEach(x => { @@ -109,7 +113,10 @@ function registerTFGRockRecipes(event) { { raw: 'minecraft:cobbled_deepslate', hammered: 'tfc:sand/black' }, { raw: 'minecraft:blackstone', hammered: 'tfc:sand/black' }, { raw: 'beneath:crackrack', hammered: 'tfc:sand/pink' }, - { raw: 'minecraft:dripstone_block', hammered: 'tfc:sand/brown' } + { raw: 'minecraft:dripstone_block', hammered: 'tfc:sand/brown' }, + { raw: 'tfg:raw_anorthosite', hammered: 'ad_astra:moon_cobblestone' }, + { raw: 'tfg:hardened_anorthosite', hammered: 'ad_astra:moon_cobblestone' }, + { raw: 'ad_astra:moon_cobblestone', hammered: 'tfc:sand/white' } ] HAMMERING.forEach(x => { @@ -255,5 +262,20 @@ function registerTFGRockRecipes(event) { .EUt(7) }) + event.recipes.gtceu.rock_breaker('tfg:raw_anorthosite') + .notConsumable('tfg:raw_anorthosite') + .itemOutputs('tfg:raw_anorthosite') + .duration(16) + .EUt(7) + .dimension('ad_astra:moon') + + event.recipes.gtceu.rock_breaker('tfg:raw_basanite') + .notConsumable('tfg:raw_basanite') + .itemOutputs('tfg:raw_basanite') + .duration(16) + .EUt(7) + .dimension('ad_astra:moon') + + // #endregion } \ No newline at end of file diff --git a/kubejs/startup_scripts/ad_astra/constants.js b/kubejs/startup_scripts/ad_astra/constants.js new file mode 100644 index 000000000..736f42ea5 --- /dev/null +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -0,0 +1,86 @@ +// priority: 0 + +global.AD_ASTRA_DISABLED_ITEMS = +[ + // Always disabled + + 'ad_astra:etrionic_capacitor', + 'ad_astra:etrionic_core', + 'ad_astra:energizer', + 'ad_astra:desh_fluid_pipe', + 'ad_astra:ostrum_fluid_pipe', + 'ad_astra:coal_generator', + 'ad_astra:compressor', + 'ad_astra:etrionic_blast_furnace', + 'ad_astra:fuel_refinery', + 'ad_astra:oxygen_loader', + 'ad_astra:water_pump', + 'ad_astra:cryo_freezer', + 'ad_astra:wrench', + 'ad_astra:cheese', + 'ad_astra:iron_plate', + 'ad_astra:iron_rod', + 'ad_astra:steel_ingot', + 'ad_astra:steel_nugget', + 'ad_astra:steel_plate', + 'ad_astra:steel_rod', + 'ad_astra:raw_desh', + 'ad_astra:raw_ostrum', + 'ad_astra:raw_calorite', + 'ad_astra:photovoltaic_etrium_cell', + 'ad_astra:photovoltaic_vesnium_cell', + 'ad_astra:engine_frame', + 'ad_astra:fan', + 'ad_astra:steel_tank', + 'ad_astra:desh_tank', + 'ad_astra:ostrum_tank', + 'ad_astra:calorite_tank', + 'ad_astra:ice_shard', + 'ad_astra:oxygen_bucket', + 'ad_astra:hydrogen_bucket', + 'ad_astra:oil_bucket', + 'ad_astra:fuel_bucket', + 'ad_astra:cryo_fuel_bucket', + 'ad_astra:moon_stone', + 'ad_astra:moon_deepslate', + 'ad_astra:mars_stone', + 'ad_astra_giselle_addon:gravity_normalizer', + 'ad_astra:steel_block', + 'ad_astra:raw_desh_block', + 'ad_astra:raw_ostrum_block', + 'ad_astra:raw_calorite_block', + 'ad_astra:glacio_globe', + + + + // Disabled until IV planets + + 'ad_astra:tier_3_rocket', + 'ad_astra:mercury_globe', + 'ad_astra:venus_globe', + 'ad_astra:netherite_space_helmet', + 'ad_astra:netherite_space_suit', + 'ad_astra:netherite_space_pants', + 'ad_astra:netherite_space_boots', + 'ad_astra:ostrum_engine', + + + + // Disabled until LuV planet + + 'ad_astra:tier_4_rocket', + 'ad_astra:jet_suit_helmet', + 'ad_astra:jet_suit', + 'ad_astra:jet_suit_pants', + 'ad_astra:jet_suit_boots', + 'ad_astra:calorite_engine' +]; + +global.AD_ASTRA_DISABLED_FLUIDS = +[ + 'ad_astra:oxygen', + 'ad_astra:hydrogen', + 'ad_astra:oil', + 'ad_astra:fuel', + 'ad_astra:cryo_fuel' +]; \ No newline at end of file diff --git a/kubejs/startup_scripts/ad_astra/materials.js b/kubejs/startup_scripts/ad_astra/materials.js new file mode 100644 index 000000000..d9ff977fb --- /dev/null +++ b/kubejs/startup_scripts/ad_astra/materials.js @@ -0,0 +1,80 @@ +// priority: 0 + +const registerAdAstraMaterials = (event) => { + + // #region moon ores + + event.create('tfg:diopside') + .gem(2) + .components('1x magnesium', '1x calcium', '2x silicon', '6x oxygen') + .color(0xb7cca1) + .iconSet(GTMaterialIconSet.GEM_VERTICAL) + .ore() + .addOreByproducts('magnesium', 'magnetite', 'olivine') + + event.create('tfg:enstatite') + .gem(2) + .components('2x magnesium', '2x silicon', '6x oxygen') + .color(0x595813) + .iconSet(GTMaterialIconSet.GEM_VERTICAL) + .ore() + .addOreByproducts('olivine', 'olivine', 'magnetite') + + event.create('tfg:fayalite') + .gem(2) + .components('2x iron', '1x silicon', '4x oxygen') + .color(0x421209) + .iconSet(GTMaterialIconSet.LAPIS) + .ore() + .addOreByproducts('olivine', 'magnetite', 'magnetite') + + event.create('tfg:armalcolite') + .gem(2) + .components('1x magnesium', '1x rutile', '1x ilmenite') + .color(0x443333) + .iconSet(GTMaterialIconSet.GEM_HORIZONTAL) + .ore() + .addOreByproducts('rutile', 'rutile', 'ilmenite') + + // #endregion + + // #region ad astra ores + + // moon + + // TODO: add smelting recipe for this + event.create('ad_astra:desh') + .components('2x olivine', '1x rutile', '4x nitrogen') + .color(0xd38b4c) + .secondaryColor(0xa90936) + .iconSet(GTMaterialIconSet.METALLIC) + .ore() + + // TODO: still need to balance these + + // mars + event.create('ad_astra:ostrum') + .components('2x scheelite', '1x hematite', '1x rutile', '4x oxygen') + .color(0xbd7980) + .secondaryColor(0x543d4a) + .iconSet(GTMaterialIconSet.BRIGHT) + .ore() + + // mercury + event.create('ad_astra:calorite') + .components('2x mercury', '1x tungsten', '1x rhodium', '2x sulfur') + .color(0xcf223c) + .secondaryColor(0x691533) + .iconSet(GTMaterialIconSet.METALLIC) + .ore() + + // venus + event.create('ad_astra:etrium') + .components('1x niobium', '1x molybdenum', '1x ruthenium', '3x carbon', '1x monochloramine') + .color(0x58b1a1) + .secondaryColor(0xbafcf6) + .iconSet(GTMaterialIconSet.SHINY) + .ore() + + // #endregion +} \ No newline at end of file diff --git a/kubejs/startup_scripts/ae2/constants.js b/kubejs/startup_scripts/ae2/constants.js index c9d05dd58..5ee0aff89 100644 --- a/kubejs/startup_scripts/ae2/constants.js +++ b/kubejs/startup_scripts/ae2/constants.js @@ -56,15 +56,12 @@ global.AE2_DISABLED_ITEMS = [ 'ae2:chiseled_quartz_wall', 'ae2:quartz_pillar_wall', 'ae2:fluix_wall', - 'ae2:sky_stone_block', 'ae2:smooth_sky_stone_block', 'ae2:sky_stone_brick', 'ae2:sky_stone_small_brick', 'ae2:sky_stone_chest', 'ae2:smooth_sky_stone_chest', 'ae2:sky_stone_tank', - 'ae2:mysterious_cube', - 'ae2:not_so_mysterious_cube', 'ae2:sky_stone_stairs', 'ae2:smooth_sky_stone_stairs', 'ae2:sky_stone_brick_stairs', diff --git a/kubejs/startup_scripts/create/constants.js b/kubejs/startup_scripts/create/constants.js index 2c917a567..c3cfaf3a7 100644 --- a/kubejs/startup_scripts/create/constants.js +++ b/kubejs/startup_scripts/create/constants.js @@ -43,27 +43,6 @@ global.CREATE_DISABLED_ITEMS = [ 'create:layered_veridium', 'create:veridium_pillar', - // Scorchia - 'create:scorchia', - 'create:cut_scorchia', - 'create:cut_scorchia_stairs', - 'create:cut_scorchia_slab', - 'create:cut_scorchia_wall', - 'create:polished_cut_scorchia', - 'create:polished_cut_scorchia_stairs', - 'create:polished_cut_scorchia_slab', - 'create:polished_cut_scorchia_wall', - 'create:cut_scorchia_bricks', - 'create:cut_scorchia_brick_stairs', - 'create:cut_scorchia_brick_slab', - 'create:cut_scorchia_brick_wall', - 'create:small_scorchia_bricks', - 'create:small_scorchia_brick_stairs', - 'create:small_scorchia_brick_slab', - 'create:small_scorchia_brick_wall', - 'create:layered_scorchia', - 'create:scorchia_pillar', - // Scoria 'create:scoria', 'create:cut_scoria', @@ -127,27 +106,6 @@ global.CREATE_DISABLED_ITEMS = [ 'create:layered_crimsite', 'create:crimsite_pillar', - // Kingdom of Asura (Mushoku Tensei) - 'create:asurine', - 'create:cut_asurine', - 'create:cut_asurine_stairs', - 'create:cut_asurine_slab', - 'create:cut_asurine_wall', - 'create:polished_cut_asurine', - 'create:polished_cut_asurine_stairs', - 'create:polished_cut_asurine_slab', - 'create:polished_cut_asurine_wall', - 'create:cut_asurine_bricks', - 'create:cut_asurine_brick_stairs', - 'create:cut_asurine_brick_slab', - 'create:cut_asurine_brick_wall', - 'create:small_asurine_bricks', - 'create:small_asurine_brick_stairs', - 'create:small_asurine_brick_slab', - 'create:small_asurine_brick_wall', - 'create:layered_asurine', - 'create:asurine_pillar', - // Tuff 'create:cut_tuff', 'create:cut_tuff_stairs', diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index 5deb267fd..c0d1236d1 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -1,3 +1,5 @@ +// priority: 0 + const registerGTCEuMaterials = (event) => { } diff --git a/kubejs/startup_scripts/gtceu/tag_prefixes.js b/kubejs/startup_scripts/gtceu/tag_prefixes.js index 6e6799af0..2e5b40724 100644 --- a/kubejs/startup_scripts/gtceu/tag_prefixes.js +++ b/kubejs/startup_scripts/gtceu/tag_prefixes.js @@ -1,4 +1,4 @@ -// priority: 0 +// priority: 0 const registerGTCEuTagPrefixes = (event) => { diff --git a/kubejs/startup_scripts/main_startup_script.js b/kubejs/startup_scripts/main_startup_script.js index cdf916826..98f728a81 100644 --- a/kubejs/startup_scripts/main_startup_script.js +++ b/kubejs/startup_scripts/main_startup_script.js @@ -61,6 +61,7 @@ GTCEuStartupEvents.registry('gtceu:tag_prefix', event => { }) GTCEuStartupEvents.registry('gtceu:material', event => { + registerAdAstraMaterials(event) registerAE2Materials(event) registerTFCMaterials(event) registerGTCEuMaterials(event) diff --git a/kubejs/startup_scripts/minecraft/constants.js b/kubejs/startup_scripts/minecraft/constants.js index d7f07dfed..95cdc5f73 100644 --- a/kubejs/startup_scripts/minecraft/constants.js +++ b/kubejs/startup_scripts/minecraft/constants.js @@ -588,7 +588,6 @@ global.MINECRAFT_DISABLED_ITEMS = [ 'minecraft:beetroot_soup', 'minecraft:cocoa_beans', 'minecraft:experience_bottle', - 'minecraft:shulker_shell', 'minecraft:rabbit_stew', 'minecraft:recovery_compass', 'minecraft:chorus_plant', diff --git a/kubejs/startup_scripts/tfg/blocks.js b/kubejs/startup_scripts/tfg/blocks.js index 115994f46..fb7167977 100644 --- a/kubejs/startup_scripts/tfg/blocks.js +++ b/kubejs/startup_scripts/tfg/blocks.js @@ -1,331 +1,100 @@ - -const registerTFGBlocks = (event) => { - - event.create('tfg:artificial_end_portal_frame') - .stoneSoundType() - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - .fullBlock(true) - .item(item => { - item.modelJson({ parent: 'minecraft:block/end_portal_frame' }) - }) - - global.MINECRAFT_DYE_NAMES.forEach(color => { - event.create(`tfg:decorative_vase/generated/${color}`, 'cardinal') - .model(`tfg:block/decorative_vase/loot_vase_${color}`) - .soundType('decorated_pot') - .hardness(0.7) - .tagBlock('minecraft:mineable/pickaxe') - .mapColor(`color_${color}`) - .box(2, 0, 2, 14, 20, 14) - .fullBlock(false) - .opaque(false) - .renderType('cutout') - - event.create(`tfg:decorative_vase/${color}`, 'cardinal') - .model(`tfg:block/decorative_vase/vase_${color}`) - .soundType('decorated_pot') - .hardness(0.7) - .tagBlock('minecraft:mineable/pickaxe') - .mapColor(`color_${color}`) - .box(2, 0, 2, 14, 20, 14) - .fullBlock(false) - .opaque(false) - .renderType('cutout') - .blockEntity(be => { - be.attach('tfc:inventory', { - width: 9, - height: 1, - size: size => size.isSmallerThan('large') - }) - be.rightClickOpensInventory() - }) - - event.create(`tfg:decorative_vase/unfired/${color}`, 'cardinal') - .model(`tfg:block/decorative_vase/vase_unfired_${color}`) - .soundType('decorated_pot') - .hardness(0.7) - .tagBlock('minecraft:mineable/pickaxe') - .mapColor(`color_${color}`) - .box(2, 0, 2, 14, 20, 14) - .fullBlock(false) - .opaque(false) - .renderType('cutout') - }) - event.create('tfg:decorative_vase', 'cardinal') - .model('tfg:block/decorative_vase/vase') - .soundType('decorated_pot') - .hardness(0.7) - .tagBlock('minecraft:mineable/pickaxe') - .mapColor(`color_gray`) - .box(2, 0, 2, 14, 20, 14) - .fullBlock(false) - .opaque(false) - .renderType('cutout') - .blockEntity(be => { - be.attach('tfc:inventory', { - width: 9, - height: 1, - size: size => size.isSmallerThan('large') - }) - be.rightClickOpensInventory() - }) - - event.create('tfg:decorative_vase/unfired', 'cardinal') - .model('tfg:block/decorative_vase/vase_unfired') - .soundType('decorated_pot') - .hardness(0.7) - .tagBlock('minecraft:mineable/pickaxe') - .mapColor(`color_gray`) - .box(2, 0, 2, 14, 20, 14) - .fullBlock(false) - .opaque(false) - .renderType('cutout') - - const $Blocks = Java.loadClass('net.minecraft.world.level.block.Blocks') - const $Properties = Java.loadClass('net.minecraft.world.level.block.state.BlockBehaviour$Properties') - - // #region Deprecated tree tap - - event.create('treetap:tap') - .requiresTool(false) - .textureAll('tfg:item/deprecated') - - // #endregion - - // #region Nether blocks - - event.create('tfg:rock/hardened_deepslate') - .soundType('deepslate') - .property(BlockProperties.AXIS) - .requiresTool(true) - .item(item => { - item.modelJson({ parent: 'minecraft:item/deepslate' }) - }) - .tagBlock('tfc:can_carve') - .tagBoth('forge:stone') - .tagBoth('tfc:rock/hardened') - .tagBlock('minecraft:mineable/pickaxe') - .mapColor('terracotta_grey') - .fullBlock(true) - .opaque(true) - - event.create('tfg:rock/hardened_blackstone') - .stoneSoundType() - .requiresTool(true) - .item(item => { - item.modelJson({ parent: 'minecraft:item/blackstone' }) - }) - .tagBlock('tfc:can_carve') - .tagBoth('forge:stone') - .tagBoth('tfc:rock/hardened') - .mapColor('terracotta_grey') - .tagBlock('minecraft:mineable/pickaxe') - .fullBlock(true) - .opaque(true) - - event.create('tfg:rock/hardened_dripstone') - .soundType('dripstone_block') - .stoneSoundType() - .requiresTool(true) - .item(item => { - item.modelJson({ parent: 'minecraft:item/dripstone_block' }) - }) - .tagBlock('tfc:can_carve') - .tagBoth('forge:stone') - .tagBoth('tfc:rock/hardened') - .mapColor('terracotta') - .tagBlock('minecraft:mineable/pickaxe') - .fullBlock(true) - .opaque(true) - - event.create('tfg:spike/dripstone_spike', 'tfc:rock_spike') - .soundType('dripstone_block') - .noItem() - - event.create('tfg:spike/deepslate_spike', 'tfc:rock_spike') - .soundType('deepslate') - .noItem() - - event.create('tfg:spike/blackstone_spike', 'tfc:rock_spike') - .stoneSoundType() - .noItem() - - event.create('tfg:loose/deepslate', 'tfc:loose_rock') - .itemTexture('tfg:item/loose/deepslate') - .rockTypeModel('metamorphic') - .soundType('deepslate') - .translationKey("block.tfg.loose.deepslate") - .tagBlock('tfc:loose_rocks') - .tagItem('tfc:any_knapping') - .tagItem('tfc:rock_knapping') - .tagItem('tfc:metamorphic_rock') - - event.create('tfg:loose/dripstone', 'tfc:loose_rock') - .itemTexture('tfg:item/loose/dripstone') - .rockTypeModel('sedimentary') - .soundType('dripstone_block') - .translationKey("block.tfg.loose.dripstone") - .tagBlock('tfc:loose_rocks') - .tagItem('tfc:any_knapping') - .tagItem('tfc:rock_knapping') - .tagItem('tfc:sedimentary_rock') - - - const $SproutsBlock = Java.loadClass('net.minecraft.world.level.block.NetherSproutsBlock') - - event.createCustom('tfg:mushroom_roots', () => new $SproutsBlock($Properties.copy($Blocks.WARPED_ROOTS))) - event.createCustom('tfg:mushroom_sprouts', () => new $SproutsBlock($Properties.copy($Blocks.NETHER_SPROUTS))) - - event.create('tfg:charred_log') - .fullBlock(true) - .woodSoundType() - .property(BlockProperties.AXIS) - .tagBoth('minecraft:mineable/axe') - .tagBoth('tfc:logs_that_log') - .tagBoth('afc:logs_that_log') - .tagBoth('minecraft:logs') - .mapColor('black') - - // #endregion - - //#region Custom Supports - event.create('tfg:light_concrete_support', 'tfc:support') - .textureAll('tfg:block/support/light_concrete_support') - .horizontal(horizontal => { - horizontal.textureAll('tfg:block/support/light_concrete_support') - horizontal.soundType('stone') - horizontal.hardness(5) - horizontal.resistance(16) - horizontal.mapColor('color_light_gray') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.requiresTool(true) - }) - .soundType('stone') - .hardness(5) - .resistance(16) - .mapColor('color_light_gray') - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - - event.create('tfg:dark_concrete_support', 'tfc:support') - .textureAll('tfg:block/support/dark_concrete_support') - .horizontal(horizontal => { - horizontal.textureAll('tfg:block/support/dark_concrete_support') - horizontal.soundType('stone') - horizontal.hardness(5) - horizontal.resistance(16) - horizontal.mapColor('color_gray') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.requiresTool(true) - }) - .soundType('stone') - .hardness(5) - .resistance(16) - .mapColor('color_gray') - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - - event.create('tfg:reinforced_light_concrete_support', 'tfc:support') - .textureAll('tfg:block/support/reinforced_light_concrete_support') - .horizontal(horizontal => { - horizontal.textureAll('tfg:block/support/reinforced_light_concrete_support') - horizontal.soundType('stone') - horizontal.hardness(5) - horizontal.resistance(64) - horizontal.mapColor('color_light_gray') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.requiresTool(true) - }) - .soundType('stone') - .hardness(5) - .resistance(64) - .mapColor('color_light_gray') - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - - event.create('tfg:reinforced_dark_concrete_support', 'tfc:support') - .textureAll('tfg:block/support/reinforced_dark_concrete_support') - .horizontal(horizontal => { - horizontal.textureAll('tfg:block/support/reinforced_dark_concrete_support') - horizontal.soundType('stone') - horizontal.hardness(5) - horizontal.resistance(64) - horizontal.mapColor('color_gray') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.requiresTool(true) - }) - .soundType('stone') - .hardness(5) - .resistance(64) - .mapColor('color_gray') - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - - event.create('tfg:rebar_support', 'tfc:support') - .textureAll('tfg:block/support/rebar_support') - .horizontal(horizontal => { - horizontal.textureAll('tfg:block/support/rebar_support') - horizontal.soundType('chain') - horizontal.hardness(3) - horizontal.resistance(16) - horizontal.mapColor('color_orange') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.tagBlock('minecraft:climbable') - horizontal.requiresTool(true) - horizontal.renderType('cutout') - horizontal.opaque(false) - }) - .soundType('chain') - .hardness(3) - .resistance(16) - .mapColor('color_orange') - .tagBlock('minecraft:mineable/pickaxe') - .tagBlock('minecraft:climbable') - .requiresTool(true) - .renderType('cutout') - .opaque(false) - - event.create('tfg:steel_support', 'tfc:support') - .textureAll('tfg:block/support/steel_support') - .horizontal(horizontal => { - horizontal.textureAll('tfg:block/support/steel_support') - horizontal.soundType('metal') - horizontal.hardness(5) - horizontal.resistance(64) - horizontal.mapColor('color_gray') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.requiresTool(true) - }) - .soundType('metal') - .hardness(5) - .resistance(64) - .mapColor('color_gray') - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - - - const other_stone = ['pyroxenite', 'migmatite', 'travertine'] - const stone_types = global.TFC_STONE_TYPES.concat(other_stone) - - stone_types.forEach(stone => { - event.create(`tfg:${stone}_support`, 'tfc:support') - .textureAll(`tfg:block/support/${stone}_support`) - .horizontal(horizontal => { - horizontal.textureAll(`tfg:block/support/${stone}_support`) - horizontal.soundType('stone') - horizontal.hardness(5) - horizontal.resistance(8) - horizontal.mapColor('color_gray') - horizontal.tagBlock('minecraft:mineable/pickaxe') - horizontal.requiresTool(true) - }) - .soundType('stone') - .hardness(5) - .resistance(8) - .mapColor('color_gray') - .tagBlock('minecraft:mineable/pickaxe') - .requiresTool(true) - }) - //#endregion -} + +const registerTFGBlocks = (event) => { + + registerTFGNetherBlocks(event) + registerTFGSpaceBlocks(event) + registerTFGSupportBlocks(event) + + event.create('tfg:artificial_end_portal_frame') + .stoneSoundType() + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + .fullBlock(true) + .item(item => { + item.modelJson({ parent: 'minecraft:block/end_portal_frame' }) + }) + + // #region Decorative vases + global.MINECRAFT_DYE_NAMES.forEach(color => { + event.create(`tfg:decorative_vase/generated/${color}`, 'cardinal') + .model(`tfg:block/decorative_vase/loot_vase_${color}`) + .soundType('decorated_pot') + .hardness(0.7) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .box(2, 0, 2, 14, 20, 14) + .fullBlock(false) + .opaque(false) + .renderType('cutout') + + event.create(`tfg:decorative_vase/${color}`, 'cardinal') + .model(`tfg:block/decorative_vase/vase_${color}`) + .soundType('decorated_pot') + .hardness(0.7) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .box(2, 0, 2, 14, 20, 14) + .fullBlock(false) + .opaque(false) + .renderType('cutout') + .blockEntity(be => { + be.attach('tfc:inventory', { + width: 9, + height: 1, + size: size => size.isSmallerThan('large') + }) + be.rightClickOpensInventory() + }) + + event.create(`tfg:decorative_vase/unfired/${color}`, 'cardinal') + .model(`tfg:block/decorative_vase/vase_unfired_${color}`) + .soundType('decorated_pot') + .hardness(0.7) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_${color}`) + .box(2, 0, 2, 14, 20, 14) + .fullBlock(false) + .opaque(false) + .renderType('cutout') + }) + event.create('tfg:decorative_vase', 'cardinal') + .model('tfg:block/decorative_vase/vase') + .soundType('decorated_pot') + .hardness(0.7) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_gray`) + .box(2, 0, 2, 14, 20, 14) + .fullBlock(false) + .opaque(false) + .renderType('cutout') + .blockEntity(be => { + be.attach('tfc:inventory', { + width: 9, + height: 1, + size: size => size.isSmallerThan('large') + }) + be.rightClickOpensInventory() + }) + + event.create('tfg:decorative_vase/unfired', 'cardinal') + .model('tfg:block/decorative_vase/vase_unfired') + .soundType('decorated_pot') + .hardness(0.7) + .tagBlock('minecraft:mineable/pickaxe') + .mapColor(`color_gray`) + .box(2, 0, 2, 14, 20, 14) + .fullBlock(false) + .opaque(false) + .renderType('cutout') + + // #endregion + + + // #region Deprecated tree tap + + event.create('treetap:tap') + .requiresTool(false) + .textureAll('tfg:item/deprecated') + + // #endregion +} diff --git a/kubejs/startup_scripts/tfg/blocks.nether.js b/kubejs/startup_scripts/tfg/blocks.nether.js new file mode 100644 index 000000000..90d7551c0 --- /dev/null +++ b/kubejs/startup_scripts/tfg/blocks.nether.js @@ -0,0 +1,95 @@ +function registerTFGNetherBlocks(event) { + + event.create('tfg:rock/hardened_deepslate') + .soundType('deepslate') + .property(BlockProperties.AXIS) + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'minecraft:item/deepslate' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/hardened') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_grey') + .fullBlock(true) + .opaque(true) + + event.create('tfg:rock/hardened_blackstone') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'minecraft:item/blackstone' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/hardened') + .mapColor('terracotta_grey') + .tagBlock('minecraft:mineable/pickaxe') + .fullBlock(true) + .opaque(true) + + event.create('tfg:rock/hardened_dripstone') + .soundType('dripstone_block') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'minecraft:item/dripstone_block' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/hardened') + .mapColor('terracotta') + .tagBlock('minecraft:mineable/pickaxe') + .fullBlock(true) + .opaque(true) + + event.create('tfg:spike/dripstone_spike', 'tfc:rock_spike') + .soundType('dripstone_block') + .noItem() + + event.create('tfg:spike/deepslate_spike', 'tfc:rock_spike') + .soundType('deepslate') + .noItem() + + event.create('tfg:spike/blackstone_spike', 'tfc:rock_spike') + .stoneSoundType() + .noItem() + + event.create('tfg:loose/deepslate', 'tfc:loose_rock') + .itemTexture('tfg:item/loose/deepslate') + .rockTypeModel('metamorphic') + .soundType('deepslate') + .translationKey("block.tfg.loose.deepslate") + .tagBlock('tfc:loose_rocks') + .tagItem('tfc:any_knapping') + .tagItem('tfc:rock_knapping') + .tagItem('tfc:metamorphic_rock') + + event.create('tfg:loose/dripstone', 'tfc:loose_rock') + .itemTexture('tfg:item/loose/dripstone') + .rockTypeModel('sedimentary') + .soundType('dripstone_block') + .translationKey("block.tfg.loose.dripstone") + .tagBlock('tfc:loose_rocks') + .tagItem('tfc:any_knapping') + .tagItem('tfc:rock_knapping') + .tagItem('tfc:sedimentary_rock') + + const $Blocks = Java.loadClass('net.minecraft.world.level.block.Blocks') + const $Properties = Java.loadClass('net.minecraft.world.level.block.state.BlockBehaviour$Properties') + const $SproutsBlock = Java.loadClass('net.minecraft.world.level.block.NetherSproutsBlock') + + event.createCustom('tfg:mushroom_roots', () => new $SproutsBlock($Properties.copy($Blocks.WARPED_ROOTS))) + event.createCustom('tfg:mushroom_sprouts', () => new $SproutsBlock($Properties.copy($Blocks.NETHER_SPROUTS))) + + event.create('tfg:charred_log') + .fullBlock(true) + .woodSoundType() + .property(BlockProperties.AXIS) + .tagBoth('minecraft:mineable/axe') + .tagBoth('tfc:logs_that_log') + .tagBoth('afc:logs_that_log') + .tagBoth('minecraft:logs') + .mapColor('black') +} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js new file mode 100644 index 000000000..93d7c02ba --- /dev/null +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -0,0 +1,94 @@ +function registerTFGSpaceBlocks(event) { + + const $Blocks = Java.loadClass('net.minecraft.world.level.block.Blocks') + const $Properties = Java.loadClass('net.minecraft.world.level.block.state.BlockBehaviour$Properties') + const $SproutsBlock = Java.loadClass('net.minecraft.world.level.block.NetherSproutsBlock') + + // #region Moon blocks + + event.createCustom(`tfg:lunar_warped_roots`, () => new $SproutsBlock($Properties.copy($Blocks.DEAD_TUBE_CORAL_BLOCK))) + event.createCustom(`tfg:lunar_sprouts`, () => new $SproutsBlock( $Properties.copy($Blocks.DEAD_TUBE_CORAL_BLOCK))) + + event.create('tfg:rock/raw_anorthosite') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'ad_astra:item/moon_stone' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/raw') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_cyan') + .fullBlock(true) + .opaque(true) + + event.create('tfg:rock/hardened_anorthosite') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'ad_astra:item/moon_stone' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/hardened') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_cyan') + .fullBlock(true) + .opaque(true) + + event.create('tfg:rock/raw_basanite') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'ad_astra:item/moon_deepslate' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/raw') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_cyan') + .fullBlock(true) + .opaque(true) + + event.create('tfg:loose/anorthosite', 'tfc:loose_rock') + .itemTexture('tfg:item/loose_anorthosite') + .rockTypeModel('igneous_intrusive') + + // #endregion + + // #region Mars blocks + + event.create('tfg:rock/raw_syenite') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'ad_astra:item/mars_stone' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/raw') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_orange') + .fullBlock(true) + .opaque(true) + + event.create('tfg:rock/hardened_syenite') + .stoneSoundType() + .requiresTool(true) + .item(item => { + item.modelJson({ parent: 'ad_astra:item/mars_stone' }) + }) + .tagBlock('tfc:can_carve') + .tagBoth('forge:stone') + .tagBoth('tfc:rock/hardened') + .tagBlock('minecraft:mineable/pickaxe') + .mapColor('terracotta_orange') + .fullBlock(true) + .opaque(true) + + event.create('tfg:loose/syenite', 'tfc:loose_rock') + .itemTexture('tfg:item/loose_syenite') + .rockTypeModel('igneous_intrusive') + +} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/blocks.supports.js b/kubejs/startup_scripts/tfg/blocks.supports.js new file mode 100644 index 000000000..06425f725 --- /dev/null +++ b/kubejs/startup_scripts/tfg/blocks.supports.js @@ -0,0 +1,141 @@ +function registerTFGSupportBlocks(event) { + + event.create('tfg:light_concrete_support', 'tfc:support') + .textureAll('tfg:block/support/light_concrete_support') + .horizontal(horizontal => { + horizontal.textureAll('tfg:block/support/light_concrete_support') + horizontal.soundType('stone') + horizontal.hardness(5) + horizontal.resistance(16) + horizontal.mapColor('color_light_gray') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.requiresTool(true) + }) + .soundType('stone') + .hardness(5) + .resistance(16) + .mapColor('color_light_gray') + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + + event.create('tfg:dark_concrete_support', 'tfc:support') + .textureAll('tfg:block/support/dark_concrete_support') + .horizontal(horizontal => { + horizontal.textureAll('tfg:block/support/dark_concrete_support') + horizontal.soundType('stone') + horizontal.hardness(5) + horizontal.resistance(16) + horizontal.mapColor('color_gray') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.requiresTool(true) + }) + .soundType('stone') + .hardness(5) + .resistance(16) + .mapColor('color_gray') + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + + event.create('tfg:reinforced_light_concrete_support', 'tfc:support') + .textureAll('tfg:block/support/reinforced_light_concrete_support') + .horizontal(horizontal => { + horizontal.textureAll('tfg:block/support/reinforced_light_concrete_support') + horizontal.soundType('stone') + horizontal.hardness(5) + horizontal.resistance(64) + horizontal.mapColor('color_light_gray') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.requiresTool(true) + }) + .soundType('stone') + .hardness(5) + .resistance(64) + .mapColor('color_light_gray') + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + + event.create('tfg:reinforced_dark_concrete_support', 'tfc:support') + .textureAll('tfg:block/support/reinforced_dark_concrete_support') + .horizontal(horizontal => { + horizontal.textureAll('tfg:block/support/reinforced_dark_concrete_support') + horizontal.soundType('stone') + horizontal.hardness(5) + horizontal.resistance(64) + horizontal.mapColor('color_gray') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.requiresTool(true) + }) + .soundType('stone') + .hardness(5) + .resistance(64) + .mapColor('color_gray') + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + + event.create('tfg:rebar_support', 'tfc:support') + .textureAll('tfg:block/support/rebar_support') + .horizontal(horizontal => { + horizontal.textureAll('tfg:block/support/rebar_support') + horizontal.soundType('chain') + horizontal.hardness(3) + horizontal.resistance(16) + horizontal.mapColor('color_orange') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.tagBlock('minecraft:climbable') + horizontal.requiresTool(true) + horizontal.renderType('cutout') + horizontal.opaque(false) + }) + .soundType('chain') + .hardness(3) + .resistance(16) + .mapColor('color_orange') + .tagBlock('minecraft:mineable/pickaxe') + .tagBlock('minecraft:climbable') + .requiresTool(true) + .renderType('cutout') + .opaque(false) + + event.create('tfg:steel_support', 'tfc:support') + .textureAll('tfg:block/support/steel_support') + .horizontal(horizontal => { + horizontal.textureAll('tfg:block/support/steel_support') + horizontal.soundType('metal') + horizontal.hardness(5) + horizontal.resistance(64) + horizontal.mapColor('color_gray') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.requiresTool(true) + }) + .soundType('metal') + .hardness(5) + .resistance(64) + .mapColor('color_gray') + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + + + const other_stone = ['pyroxenite', 'migmatite', 'travertine'] + const stone_types = global.TFC_STONE_TYPES.concat(other_stone) + + stone_types.forEach(stone => { + event.create(`tfg:${stone}_support`, 'tfc:support') + .textureAll(`tfg:block/support/${stone}_support`) + .horizontal(horizontal => { + horizontal.textureAll(`tfg:block/support/${stone}_support`) + horizontal.soundType('stone') + horizontal.hardness(5) + horizontal.resistance(8) + horizontal.mapColor('color_gray') + horizontal.tagBlock('minecraft:mineable/pickaxe') + horizontal.requiresTool(true) + }) + .soundType('stone') + .hardness(5) + .resistance(8) + .mapColor('color_gray') + .tagBlock('minecraft:mineable/pickaxe') + .requiresTool(true) + }) + +} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index 72ad3a186..e39b6d14a 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -1,22 +1,72 @@ global.AIRCRAFT_UPGRADES = [ - "lv_aircraft_engine", - "hv_aircraft_engine", - "ev_aircraft_engine", + "lv_aircraft_engine", + "hv_aircraft_engine", + "ev_aircraft_engine", - "black_steel_plated_airplane_propeller", - "redblu_steel_plated_airplane_propeller", - "stainless_steel_plated_airplane_propeller", - "titanium_plated_airplane_propeller", + "black_steel_plated_airplane_propeller", + "redblu_steel_plated_airplane_propeller", + "stainless_steel_plated_airplane_propeller", + "titanium_plated_airplane_propeller", - "redblu_steel_landing_gear", - "aluminium_landing_gear", - "stainless_steel_landing_gear", - "titanium_landing_gear", + "redblu_steel_landing_gear", + "aluminium_landing_gear", + "stainless_steel_landing_gear", + "titanium_landing_gear", - "redblu_steel_hull_reinforcement", - "aluminium_hull_reinforcement", - "stainless_steel_hull_reinforcement", - "titanium_hull_reinforcement" + "redblu_steel_hull_reinforcement", + "aluminium_hull_reinforcement", + "stainless_steel_hull_reinforcement", + "titanium_hull_reinforcement" +] + +global.EXTRATERRESTRIAL_RAW_ROCKS = [ + 'tfg:raw_anorthosite', + 'tfg:raw_basanite', + 'tfg:raw_syenite' +] + +global.EXTRATERRESTRIAL_HARDENED_ROCKS = [ + 'tfg:hardened_anorthosite', + 'tfg:hardened_syenite' +] + +global.MOON_BIOMES = [ + 'tfg:moon/lunar_plains', + 'tfg:moon/lunar_basalt_maria', + 'tfg:moon/lunar_gabbro_uplift', + 'tfg:moon/lunar_diorite_delta' +] + +global.MARS_BIOMES = [ + 'tfg:mars/martian_plains', + 'tfg:mars/martian_riverbed', + 'tfg:mars/martian_mountains' +] + +global.MOON_VEINS = [ + 'tfg:moon/vein/deep_magnetite', + 'tfg:moon/vein/deep_molybdenum', + 'tfg:moon/vein/deep_olivine', + 'tfg:moon/vein/deep_plutonium', + 'tfg:moon/vein/deep_sapphire', + 'tfg:moon/vein/deep_scheelite', + 'tfg:moon/vein/deep_sheldonite', + 'tfg:moon/vein/normal_apatite', + 'tfg:moon/vein/normal_bauxite', + 'tfg:moon/vein/normal_beryllium', + 'tfg:moon/vein/normal_certus_quartz', + 'tfg:moon/vein/normal_desh', + 'tfg:moon/vein/normal_diopside', + 'tfg:moon/vein/normal_enstatite', + 'tfg:moon/vein/normal_fayalite', + 'tfg:moon/vein/normal_garnierite', + 'tfg:moon/vein/normal_magnetite', + 'tfg:moon/vein/normal_mica', + 'tfg:moon/vein/normal_monazite', + 'tfg:moon/vein/normal_olivine', + 'tfg:moon/vein/normal_redstone', + 'tfg:moon/vein/normal_saltpeter', + 'tfg:moon/vein/normal_silver' ] global.UNIVERSAL_CIRCUIT_TIERS = ["ulv", "lv", "mv", "hv", "ev", "iv", "luv", "zpm", "uv", "uhv"]; \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/items.js b/kubejs/startup_scripts/tfg/items.js index d665f28a6..ad7d37d8e 100644 --- a/kubejs/startup_scripts/tfg/items.js +++ b/kubejs/startup_scripts/tfg/items.js @@ -49,6 +49,18 @@ const registerTFGItems = (event) => { // #region Stone bricks and dusts event.create('tfg:brick/deepslate') .translationKey('item.tfg.brick.deepslate') + + event.create('tfg:brick/anorthosite') + .translationKey('item.tfg.brick.anorthosite') + + event.create('tfg:brick/syenite') + .translationKey('item.tfg.brick.syenite') + + event.create('tfg:dust/anorthosite_dust') + .translationKey('item.tfg.dust.anorthosite') + + event.create('tfg:dust/syenite') + .translationKey('item.tfg.dust.syenite') // #endregion // #region Primitive rubber gloves